{"id":20493,"date":"2025-01-15T17:24:02","date_gmt":"2025-01-15T17:24:02","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=20493"},"modified":"2025-01-28T23:20:05","modified_gmt":"2025-01-28T23:20:05","slug":"aloft-dedicated-server-setup-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/","title":{"rendered":"Aloft Dedicated Server Setup Guide"},"content":{"rendered":"\n<p>Welcome to the Aloft Dedicated Server Setup Guide! This comprehensive guide will walk you through the process of setting up and managing your own Aloft server. Whether you&#8217;re creating a private world for friends or hosting a public server for the community, this guide covers everything you need to know.<\/p>\n\n\n\n<p>Aloft&#8217;s dedicated server setup uses PowerShell scripts to create and manage server instances, allowing you to customize your world with features like island count, game mode, and player permissions. The server runs in headless mode (without a graphical interface) for better performance and resource management.<\/p>\n\n\n\n<p>This guide is structured to take you through the entire process step by step, from initial setup to advanced configuration and maintenance. Even if you&#8217;re new to server hosting, you&#8217;ll find clear instructions and explanations for each part of the process.<\/p>\n\n\n\n<p>Note: To run the server you need a copy of the Aloft game<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Windows operating system<\/li>\n\n\n\n<li>PowerShell<\/li>\n\n\n\n<li><a href=\"https:\/\/store.steampowered.com\/app\/1660080\/Aloft\/\">Steam installation of Aloft(Copy of the game)<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Initial Setup<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Locate Server Files<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open Steam<\/li>\n\n\n\n<li>Right-click Aloft in your library<\/li>\n\n\n\n<li>Select &#8220;Browse Local Files&#8221;<\/li>\n\n\n\n<li>Locate the following files:\n<ul class=\"wp-block-list\">\n<li><code>AloftServerNoGuiCreate.ps1<\/code><\/li>\n\n\n\n<li><code>AloftServerNoGuiLoad.ps1<\/code><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"959\" height=\"386\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files.png\" alt=\"aloft dedicated server guide\" class=\"wp-image-20496\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files.png 959w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-600x242.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-300x121.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-768x309.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-370x149.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-270x109.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-570x229.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-game-server-files-740x298.png 740w\" sizes=\"auto, (max-width: 959px) 100vw, 959px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Creating a World<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Configure Create Script<\/h3>\n\n\n\n<p>Open <code>AloftServerNoGuiCreate.ps1<\/code> in Notepad and locate the <code>$psi.Arguments<\/code> line. The format is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-batchmode -nographics -server create#MAPNAME#ISLANDS#CREATIVE# log#ERROR# disablevideo#true#<\/code><\/pre>\n\n\n\n<p>Parameters explained:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>MAPNAME<\/code>: Your map name (NO SPACES)<\/li>\n\n\n\n<li><code>ISLANDS<\/code>: Number of islands (e.g., 250, 500)<\/li>\n\n\n\n<li><code>CREATIVE<\/code>: 0 for survival, 1 for creative mode<\/li>\n\n\n\n<li><code>disablevideo#true#<\/code>: Prevents shader errors in headless mode<\/li>\n<\/ul>\n\n\n\n<p>Example configuration:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-batchmode -nographics -server create#AloftWorld#250#0# log#ERROR# disablevideo#true#<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Run Create Script<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Right-click <code>AloftServerNoGuiCreate.ps1<\/code><\/li>\n\n\n\n<li>Select &#8220;Run with PowerShell&#8221;<\/li>\n\n\n\n<li>Wait for completion (script will close automatically)<br><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"134\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-1024x134.png\" alt=\"\" class=\"wp-image-20497\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-1024x134.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-600x79.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-300x39.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-768x101.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-370x49.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-270x35.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-570x75.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3-740x97.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-3.png 1203w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Starting the Server<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-3-configure-load-script\">Step 3: Configure Load Script<\/h3>\n\n\n\n<p>Open <code>AloftServerNoGuiLoad.ps1<\/code> in Notepad and locate the <code>$psi.Arguments<\/code> line. The format is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-batchmode -nographics -server load#MAPNAME# servername#SERVERNAME# log#ERROR# isvisible#VISIBLE# privateislands#PRIVATE# playercount#PLAYERS# serverport#PORT# admin#STEAMID# disablevideo#true#<\/code><\/pre>\n\n\n\n<p>Parameters explained:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>MAPNAME<\/code>: Map name (must match created map, NO SPACES)<\/li>\n\n\n\n<li><code>SERVERNAME<\/code>: Server name shown in-game (NO SPACES)<\/li>\n\n\n\n<li><code>VISIBLE<\/code>: true\/false &#8211; Show in server browser<\/li>\n\n\n\n<li><code>PRIVATE<\/code>: true\/false &#8211; Protected home island spawning<\/li>\n\n\n\n<li><code>PLAYERS<\/code>: Maximum player count<\/li>\n\n\n\n<li><code>PORT<\/code>: Server port (0 for automatic)<\/li>\n\n\n\n<li><code>admin#STEAMID#<\/code>: Steam ID for admin (can be repeated for multiple admins)<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"96\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-1024x96.png\" alt=\"\" class=\"wp-image-20498\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-1024x96.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-600x56.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-300x28.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-768x72.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-1536x144.png 1536w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-370x35.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-270x25.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-570x53.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4-740x69.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-4.png 1675w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Example configuration:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-batchmode -nographics -server load#AloftWorld# servername#SuperServer# log#ERROR# isvisible#true# privateislands#false# playercount#8# serverport#0# admin#76561197960287930# disablevideo#true#<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-4-run-load-script\">Step 4: Run Load Script<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Right-click <code>AloftServerNoGuiLoad.ps1<\/code><\/li>\n\n\n\n<li>Select &#8220;Run with PowerShell&#8221;<\/li>\n\n\n\n<li>Watch console output for server code<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"242\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-1024x242.png\" alt=\"aloft dedicated server guide\" class=\"wp-image-20499\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-1024x242.png 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-600x142.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-300x71.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-768x181.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-370x87.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-270x64.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-570x135.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5-740x175.png 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/image-5.png 1212w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step5-server-code-and-access\">Step5: Server Code and Access<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The server room code will be displayed in the console<\/li>\n\n\n\n<li>The code is also saved to <code>ServerRoomCode.txt<\/code><\/li>\n\n\n\n<li>Share this code with players if server is not visible in browser<br><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-logging-and-troubleshooting-aloft-dedicated-server\">Logging and Troubleshooting Aloft Dedicated Server<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Log Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Server logs are written to <code>output.log<\/code> in the game directory<\/li>\n\n\n\n<li>File is overwritten on each server restart<\/li>\n\n\n\n<li>Keep logs if reporting issues<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-common-issues-facing-aloft-dedicated-server-and-solutions\">Common  Issues facing Aloft Dedicated Server and Solutions<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Shader Errors<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you see &#8220;Video shaders not found&#8221; errors, ensure <code>disablevideo#true#<\/code> is added to both scripts<\/li>\n\n\n\n<li>These warnings can be safely ignored when using this parameter<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>ObjectDisposedException<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Usually fixed by adding <code>disablevideo#true#<\/code><\/li>\n\n\n\n<li>Ensure no other server instance is running<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Connection Issues<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify server port isn&#8217;t blocked by firewall<\/li>\n\n\n\n<li>Check <code>ServerRoomCode.txt<\/code> for correct code<\/li>\n\n\n\n<li>Ensure server is visible if using browser<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-practices-when-setting-up-aloft-dedicated-server\">Best Practices when setting up Aloft Dedicated Server<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Map Creation<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start with smaller island counts (250-500) for testing<\/li>\n\n\n\n<li>Use descriptive map names for easy identification<\/li>\n\n\n\n<li>Test in survival mode first<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Server Configuration<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set appropriate player count for your resources<\/li>\n\n\n\n<li>Consider private islands for griefing prevention<\/li>\n\n\n\n<li>Keep admin list updated<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Maintenance<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Backup <code>ServerRoomCode.txt<\/code> after creation<\/li>\n\n\n\n<li>Monitor <code>output.log<\/code> for issues<\/li>\n\n\n\n<li>Keep regular world backups<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Performance Recommendations<\/h2>\n\n\n\n<p>To run Aloft Dedicated server you will at least need <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>System Requirements<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Minimum 4GB RAM<\/li>\n\n\n\n<li>Decent CPU (dual core or better)<\/li>\n\n\n\n<li>Stable internet connection<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Optimization<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Close unnecessary applications<\/li>\n\n\n\n<li>Monitor resource usage<\/li>\n\n\n\n<li>Consider reducing island count if performance issues occur<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Security Considerations<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Admin Access<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Only add trusted Steam IDs as admins<\/li>\n\n\n\n<li>Keep admin list backed up<\/li>\n\n\n\n<li>Regularly review admin permissions<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Server Visibility<\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <code>isvisible#false#<\/code> for private servers<\/li>\n\n\n\n<li>Control access through room code<\/li>\n\n\n\n<li>Monitor player connections<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Additional Notes<\/h2>\n\n\n\n<p>Join the Aloft Discord for community supportPrerequisites<\/p>\n\n\n\n<p>Server restarts will generate new room codes<\/p>\n\n\n\n<p>Keep both scripts and logs for troubleshooting<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"https:\/\/xgamingserver.com\/aloft-server-hosting\">If you&#8217;re looking to rent Aloft dedicated server get one from us <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to the Aloft Dedicated Server Setup Guide! This comprehensive guide will walk you through the process of setting up and managing your own Aloft server. Whether you&#8217;re creating a private world for friends or hosting a public server for the community, this guide covers everything you need to know. Aloft&#8217;s dedicated server setup uses [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20500,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[111],"tags":[],"class_list":["post-20493","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aloft"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Aloft Dedicated Server Setup Guide - XGamingServer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aloft Dedicated Server Setup Guide\" \/>\n<meta property=\"og:description\" content=\"Welcome to the Aloft Dedicated Server Setup Guide! This comprehensive guide will walk you through the process of setting up and managing your own Aloft server. Whether you&#8217;re creating a private world for friends or hosting a public server for the community, this guide covers everything you need to know. Aloft&#8217;s dedicated server setup uses [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-15T17:24:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-28T23:20:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2160\" \/>\n\t<meta property=\"og:image:height\" content=\"1215\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Xray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rainerstudios\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"Aloft Dedicated Server Setup Guide\",\"datePublished\":\"2025-01-15T17:24:02+00:00\",\"dateModified\":\"2025-01-28T23:20:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\"},\"wordCount\":630,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png\",\"articleSection\":[\"Aloft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\",\"name\":\"Aloft Dedicated Server Setup Guide - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png\",\"datePublished\":\"2025-01-15T17:24:02+00:00\",\"dateModified\":\"2025-01-28T23:20:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png\",\"width\":2160,\"height\":1215,\"caption\":\"aloft dedicated server guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aloft\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/aloft\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Aloft Dedicated Server Setup Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\",\"name\":\"Xray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"caption\":\"Xray\"},\"description\":\"A Mathematician who knows a thing or two about Design.\",\"sameAs\":[\"https:\/\/xgamingserver.com\/blog\",\"https:\/\/www.instagram.com\/rainerstudios\/\",\"https:\/\/x.com\/@rainerstudios\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Aloft Dedicated Server Setup Guide - XGamingServer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/","og_locale":"en_US","og_type":"article","og_title":"Aloft Dedicated Server Setup Guide","og_description":"Welcome to the Aloft Dedicated Server Setup Guide! This comprehensive guide will walk you through the process of setting up and managing your own Aloft server. Whether you&#8217;re creating a private world for friends or hosting a public server for the community, this guide covers everything you need to know. Aloft&#8217;s dedicated server setup uses [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2025-01-15T17:24:02+00:00","article_modified_time":"2025-01-28T23:20:05+00:00","og_image":[{"width":2160,"height":1215,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","type":"image\/png"}],"author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"Aloft Dedicated Server Setup Guide","datePublished":"2025-01-15T17:24:02+00:00","dateModified":"2025-01-28T23:20:05+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/"},"wordCount":630,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","articleSection":["Aloft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/","url":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/","name":"Aloft Dedicated Server Setup Guide - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","datePublished":"2025-01-15T17:24:02+00:00","dateModified":"2025-01-28T23:20:05+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","width":2160,"height":1215,"caption":"aloft dedicated server guide"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/aloft-dedicated-server-setup-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Aloft","item":"https:\/\/xgamingserver.com\/blog\/category\/aloft\/"},{"@type":"ListItem","position":3,"name":"Aloft Dedicated Server Setup Guide"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608","name":"Xray","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","caption":"Xray"},"description":"A Mathematician who knows a thing or two about Design.","sameAs":["https:\/\/xgamingserver.com\/blog","https:\/\/www.instagram.com\/rainerstudios\/","https:\/\/x.com\/@rainerstudios"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/aloft-dedicated-server.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20493","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=20493"}],"version-history":[{"count":1,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20493\/revisions"}],"predecessor-version":[{"id":20501,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20493\/revisions\/20501"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20500"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20493"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20493"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}