{"id":20466,"date":"2024-12-26T15:06:47","date_gmt":"2024-12-26T15:06:47","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=20466"},"modified":"2026-06-15T18:05:33","modified_gmt":"2026-06-15T18:05:33","slug":"aska-dedicated-server-installation-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/","title":{"rendered":"ASKA Dedicated Server Installation Guide"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">ASKA, the Viking survival and village-builder from Sand Sailor Studio, ships with an official dedicated server so your settlement keeps running whether or not the host is online. The setup has a few sharp edges that trip up almost everyone: the server uses a <em>different<\/em> SteamCMD App ID than the game, the config file has a literal space in its name, and your server stays invisible in the in-game browser until you add a valid Steam authentication token. This guide walks through every step in detail so your world is online and discoverable on the first try.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d rather skip the manual work entirely, a one-click <a href=\"https:\/\/xgamingserver.com\/aska-server-hosting\">managed ASKA server<\/a> handles SteamCMD, ports, and config for you. But if you want to self-host, read on \u2014 everything you need is below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">ASKA dedicated server: the key facts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before downloading anything, it helps to know the numbers you&#8217;ll need. ASKA is still in Early Access in 2026 (it launched June 20, 2024), with the recent &#8220;Seaborne Raiders&#8221; major update and more content planned through the year. Co-op is hard-capped at <strong>4 players<\/strong> \u2014 one host plus up to three friends \u2014 and that cap is a game limit, not a server setting you can raise.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Item<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>ASKA game App ID<\/td><td>1898300<\/td><\/tr><tr><td>Dedicated server SteamCMD App ID<\/td><td>3246670<\/td><\/tr><tr><td>Server executable<\/td><td>AskaServer.exe (Windows-only)<\/td><\/tr><tr><td>Config file<\/td><td>server properties.txt (note the space; plain text)<\/td><\/tr><tr><td>Steam Game Port<\/td><td>7777 (TCP\/UDP)<\/td><\/tr><tr><td>Steam Query Port<\/td><td>27015 (TCP\/UDP)<\/td><\/tr><tr><td>Max players<\/td><td>4 (hard cap)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Keep that table handy \u2014 the two App IDs in particular are the source of most failed installs. You install the server with <strong>3246670<\/strong>, but you create the authentication token under <strong>1898300<\/strong>. We&#8217;ll return to that.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Platform support: Windows native, Linux via workarounds<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is important to settle before you pick a machine. The ASKA dedicated server only ships a <strong>Windows build<\/strong> \u2014 there is no native Linux depot. If you&#8217;re on Linux, you have two community paths: run it through Wine\/Proton, or use a community Docker wrapper (images such as <code>jimbit0\/aska-dedicated-server<\/code> and <code>struppinet\/aska-dedicated-server<\/code> exist). Those Docker images are community-maintained and their quality isn&#8217;t officially verified, so test before trusting one with a long-lived world.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the smoothest experience, host on Windows or use a provider that has solved the Linux compatibility layer for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Install the server with SteamCMD<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">SteamCMD is Valve&#8217;s command-line tool for downloading dedicated server files. The ASKA server supports <strong>anonymous login<\/strong>, so you don&#8217;t need to provide Steam credentials. Download SteamCMD, then run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>steamcmd +login anonymous +app_update 3246670 validate +quit<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>validate<\/code> flag checks file integrity and re-downloads anything corrupt \u2014 worth keeping in your update command going forward. A few early-adopter forum posts complained that anonymous login &#8220;didn&#8217;t work as expected&#8221; right after the server released, but this appears to have been resolved. If it ever fails for you, re-run the command; transient Steam content-server hiccups are usually the culprit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By default the files land in a folder like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><Drive>:\\SteamLibrary\\steamapps\\common\\ASKA Dedicated Server\\<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you run a control panel like WindowsGSM, the files may instead live under a <code>serverfiles\/<\/code> directory. Note the executable name varies slightly across guides (you&#8217;ll see both <code>AskaServer.exe<\/code> and <code>ASKAServer.exe<\/code>); the primary-style setup guides use <strong>AskaServer.exe<\/strong>, so that&#8217;s the spelling to expect.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Configure server properties.txt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ASKA is configured through a single plain-text file named <strong>server properties.txt<\/strong> \u2014 yes, with a space in the middle, and no <code>.ini<\/code> or <code>.json<\/code> structure. You&#8217;ll find it in the same folder as the executable after the first launch. One quirk worth knowing: the ports are written into the file on the <strong>first launch only<\/strong>. After that, any changes require you to edit the file by hand and restart.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The field names below are confirmed across credible host knowledge bases. Note that some third-party templates float around the web listing settings like <code>PvPEnabled<\/code>, <code>WorldSeed<\/code>, <code>SaveInterval<\/code>, or a &#8220;4\u201316 max players&#8221; range \u2014 those look auto-generated and contradict ASKA&#8217;s real 4-player cap, so don&#8217;t trust them. Stick to the verified fields here:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Setting<\/th><th>Purpose<\/th><\/tr><\/thead><tbody><tr><td>Display name<\/td><td>Name shown in the in-game server browser<\/td><\/tr><tr><td>Password<\/td><td>Restricts access; leave empty for an open server<\/td><\/tr><tr><td>Max players<\/td><td>Session cap \u2014 4 is the game hard-cap<\/td><\/tr><tr><td>Steam Game Port<\/td><td>How players connect (default 7777)<\/td><\/tr><tr><td>Steam Query Port<\/td><td>How the server appears in lists (default 27015)<\/td><\/tr><tr><td>Region<\/td><td>Server visibility \/ connection quality<\/td><\/tr><tr><td>Authentication token (GSLT)<\/td><td>Steam server auth \u2014 must be filled (see Step 4)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Set a clear <strong>Display name<\/strong>, pick a <strong>Region<\/strong> close to your players for the lowest latency, and add a <strong>Password<\/strong> if you want a private session. Leave the <strong>Authentication token<\/strong> field for now \u2014 we generate that in Step 4. A few additional world options (such as a &#8220;keep server world alive&#8221; toggle that controls whether the world keeps simulating with no players connected) are reported by some hosts but not broadly confirmed; if you see them, the safe default is to leave them as shipped until you&#8217;ve read the developers&#8217; documentation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Open the right ports<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ASKA uses a two-port split, and both must be reachable from the internet for players to find and join your server:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Steam Game Port \u2014 7777 (TCP\/UDP):<\/strong> the connection players actually use to play.<\/li><li><strong>Steam Query Port \u2014 27015 (TCP\/UDP):<\/strong> how Steam queries your server so it appears in the in-game list.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Forward both ports on your router (or open them in your firewall \/ cloud security group) to the machine running the server. If you change either port from the default, remember it&#8217;s only written to <code>server properties.txt<\/code> on first launch \u2014 edit the file manually and restart for the change to take effect.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Create and apply a GSLT (the step everyone forgets)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the single most common reason an ASKA server &#8220;works&#8221; but nobody can find it. The dedicated server authenticates with Steam as a game-server account using a <strong>Game Server Login Token (GSLT)<\/strong>. Without a valid token, the server <em>starts and runs<\/em> \u2014 but it stays off the Steam master\/server list, so players can&#8217;t see it in the browser.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To create one, log into Steam and visit the game server account management page:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:\/\/steamcommunity.com\/dev\/managegameservers<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Scroll to <strong>&#8220;Create a new game server account.&#8221;<\/strong> When it asks for an App ID, enter <strong>1898300<\/strong> \u2014 the ASKA <em>game<\/em> App ID, <strong>not<\/strong> the dedicated-server App ID 3246670. This is the gotcha that every guide hammers on, because entering the wrong ID produces a token that silently never registers your server. Add a memo, generate the token, and copy the long string it gives you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For deeper, screenshot-by-screenshot help with this exact step, see our companion walkthrough on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\">how to set up an ASKA Game Server Login Token<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now apply the token. If you&#8217;re self-hosting, paste it into the <strong>Authentication token<\/strong> field in <code>server properties.txt<\/code> and save. On a managed panel, paste it into the GSLT field (the label varies by host \u2014 &#8220;Steam GSLT Auth Token,&#8221; &#8220;Steam GSLT Token,&#8221; etc.), then Save &#038; Restart. The crucial detail: <strong>the server will not appear on the master list until a valid GSLT is set and the server is restarted.<\/strong> A restart is mandatory, not optional.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Launch the server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the config saved and the token in place, launch the executable and point it at your properties file using the <code>-propertiesPath<\/code> argument:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>AskaServer.exe -propertiesPath \"<path>\\server properties.txt\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s the whole launch story \u2014 there are essentially <strong>no other launch arguments<\/strong>. All meaningful configuration happens by editing <code>server properties.txt<\/code>, not via the command line. Wrap the path in quotes because of the space in the filename, or the argument will break.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Give it a minute, then open ASKA, find your server in the browser (or connect directly), and confirm it&#8217;s joinable. If it&#8217;s running but missing from the list, jump back to Step 4 \u2014 a missing, mistyped, or wrong-App-ID GSLT is almost always the cause.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Keeping the server updated<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When ASKA pushes a patch, your server must update to match the client or players can&#8217;t connect. Re-run the same SteamCMD command \u2014 it only downloads the changed files:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>steamcmd +login anonymous +app_update 3246670 validate +quit<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Because ASKA is in active Early Access development, updates land frequently \u2014 back up your save folder before any major patch. For the full official configuration reference and our maintained step-by-step setup notes, see the <a href=\"https:\/\/xgamingserver.com\/docs\/aska\">ASKA hosting documentation<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Why doesn&#8217;t my ASKA server show up in the server list?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Almost always a GSLT problem. The server runs fine without a token but stays off the Steam master list until you set a valid GSLT and restart. Confirm you created the token under App ID <strong>1898300<\/strong> (the game), not 3246670, and that you restarted after pasting it in.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Which App ID do I use \u2014 1898300 or 3246670?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Both, in different places. Use <strong>3246670<\/strong> with SteamCMD to download the server files. Use <strong>1898300<\/strong> when creating the GSLT on the Steam game-server page. Mixing them up is the most common setup mistake.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I host an ASKA dedicated server on Linux?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not natively \u2014 ASKA only ships a Windows server build with no Linux depot. You can run it through Wine\/Proton or a community Docker wrapper, but those are unofficial. For reliability, host on Windows or use a managed provider that handles compatibility for you.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How many players can join an ASKA server?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Four. ASKA&#8217;s co-op is hard-capped at 4 players (one host plus three others), and this is a game limit you can&#8217;t raise via config. Ignore any template that lists a higher range \u2014 it&#8217;s incorrect for ASKA.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What ports does ASKA need open?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Two: the Steam Game Port <strong>7777<\/strong> (TCP\/UDP) for gameplay connections, and the Steam Query Port <strong>27015<\/strong> (TCP\/UDP) so the server appears in the browser. Forward or open both. Port changes are only written to the config on first launch, so edit manually and restart afterward.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">My GSLT stopped working \u2014 what happened?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Steam can invalidate a GSLT, reportedly after events like a Steam password change, which knocks the server off the list until you generate a fresh token. If a previously visible server suddenly disappears, create a new GSLT under App ID 1898300, paste it in, and restart. (This behavior is reported by hosts; verify against current Steam documentation if it persists.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ASKA, the Viking survival and village-builder from Sand Sailor Studio, ships with an official dedicated server so your settlement keeps running whether or not the host is online. The setup has a few sharp edges that trip up almost everyone: the server uses a different SteamCMD App ID than the game, the config file has [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20485,"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":[110],"tags":[],"class_list":["post-20466","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aska"],"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>ASKA Dedicated Server Installation 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\/aska-dedicated-server-installation-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ASKA Dedicated Server Installation Guide\" \/>\n<meta property=\"og:description\" content=\"ASKA, the Viking survival and village-builder from Sand Sailor Studio, ships with an official dedicated server so your settlement keeps running whether or not the host is online. The setup has a few sharp edges that trip up almost everyone: the server uses a different SteamCMD App ID than the game, the config file has [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-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=\"2024-12-26T15:06:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T18:05:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"ASKA Dedicated Server Installation Guide\",\"datePublished\":\"2024-12-26T15:06:47+00:00\",\"dateModified\":\"2026-06-15T18:05:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\"},\"wordCount\":1643,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg\",\"articleSection\":[\"Aska\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\",\"name\":\"ASKA Dedicated Server Installation Guide - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg\",\"datePublished\":\"2024-12-26T15:06:47+00:00\",\"dateModified\":\"2026-06-15T18:05:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Aska dedicated server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aska\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/aska\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ASKA Dedicated Server Installation 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":"ASKA Dedicated Server Installation 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\/aska-dedicated-server-installation-guide\/","og_locale":"en_US","og_type":"article","og_title":"ASKA Dedicated Server Installation Guide","og_description":"ASKA, the Viking survival and village-builder from Sand Sailor Studio, ships with an official dedicated server so your settlement keeps running whether or not the host is online. The setup has a few sharp edges that trip up almost everyone: the server uses a different SteamCMD App ID than the game, the config file has [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2024-12-26T15:06:47+00:00","article_modified_time":"2026-06-15T18:05:33+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg","type":"image\/jpeg"}],"author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"ASKA Dedicated Server Installation Guide","datePublished":"2024-12-26T15:06:47+00:00","dateModified":"2026-06-15T18:05:33+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/"},"wordCount":1643,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg","articleSection":["Aska"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/","url":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/","name":"ASKA Dedicated Server Installation Guide - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg","datePublished":"2024-12-26T15:06:47+00:00","dateModified":"2026-06-15T18:05:33+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2024\/12\/fishing.jpg","width":1280,"height":720,"caption":"Aska dedicated server"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Aska","item":"https:\/\/xgamingserver.com\/blog\/category\/aska\/"},{"@type":"ListItem","position":3,"name":"ASKA Dedicated Server Installation 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\/2024\/12\/fishing.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20466","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=20466"}],"version-history":[{"count":2,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20466\/revisions"}],"predecessor-version":[{"id":22324,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20466\/revisions\/22324"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20485"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}