{"id":20841,"date":"2025-06-27T11:11:51","date_gmt":"2025-06-27T11:11:51","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=20841"},"modified":"2026-06-15T18:05:37","modified_gmt":"2026-06-15T18:05:37","slug":"how-to-setup-aska-game-server-login-token","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/","title":{"rendered":"How to setup Aska Game Server Login Token"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you have spun up an ASKA dedicated server and it simply will not appear in the in-game server browser, you are almost certainly missing one thing: a valid GSLT. The Game Server Login Token is the single most common reason a brand-new ASKA server runs fine in the console but stays invisible to your friends. This guide walks through exactly what a GSLT is, why ASKA needs one, how to create it in under two minutes, and the one App-ID gotcha that trips up nearly everyone on their first try.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What a GSLT is and why ASKA needs one<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A GSLT (Game Server Login Token) is a credential that lets your dedicated server authenticate with Steam as a <em>game server account<\/em> rather than as a logged-in player. ASKA&#8217;s dedicated server uses this to register itself with Steam&#8217;s master server list \u2014 the directory that the in-game browser queries when players look for servers to join.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here is the part that catches people out: without a valid GSLT, your ASKA server will <strong>still start up and run normally<\/strong>. The console shows no fatal error, the world loads, and everything <em>looks<\/em> healthy. But the server stays <strong>off the Steam master\/server list<\/strong>, so nobody can find it through the browser and your friends cannot connect. The fix is not in your firewall or your ports \u2014 it is the missing token. Once you paste a valid GSLT and restart, the server registers and appears in the list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide assumes you already have the ASKA dedicated server installed. If you have not done that yet, start with our <a href=\"https:\/\/xgamingserver.com\/blog\/aska-dedicated-server-installation-guide\/\">ASKA dedicated server installation guide<\/a> and then come back here to get it listed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Before you start: the two App IDs you must not mix up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ASKA has two different Steam App IDs, and confusing them is the number-one cause of a non-listed server. You will use both at different stages, so it pays to know which is which.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>App ID<\/th><th>What it is<\/th><th>Where you use it<\/th><\/tr><\/thead><tbody><tr><td><strong>1898300<\/strong><\/td><td>The ASKA <strong>game<\/strong> App ID<\/td><td>This is the one you enter when <strong>creating the GSLT<\/strong><\/td><\/tr><tr><td>3246670<\/td><td>The ASKA <strong>Dedicated Server<\/strong> App ID<\/td><td>Used by SteamCMD to <strong>install<\/strong> the server files only<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The trap is intuitive but wrong: people assume that because they are creating a token for a <em>server<\/em>, they should enter the <em>dedicated-server<\/em> App ID (3246670). They should not. The GSLT must be created against the <strong>game App ID 1898300<\/strong>. Every credible host guide and tool plugin says the same thing \u2014 if your token is built against 3246670, the server will refuse to register and you will be back to an invisible server. Remember: <strong>3246670 installs the files, 1898300 makes the token.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Create the GSLT on Steam<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Steam hands out game server tokens through a self-service page. Open the following URL in your browser and log in with your Steam account:<\/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\">On that page, scroll down to the section labelled <strong>&#8220;Create a new game server account.&#8221;<\/strong> You will see two fields to fill in:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>App ID<\/strong> \u2014 enter <strong>1898300<\/strong> (the ASKA game App ID). This is the critical value. Do not enter 3246670 here.<\/li><li><strong>Memo<\/strong> \u2014 a free-text label so you can recognise the token later, for example &#8220;ASKA main server&#8221; or &#8220;ASKA \u2013 host panel&#8221;. This is purely for your own reference and has no effect on functionality.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Click <strong>Create<\/strong>. Steam generates a long alphanumeric <strong>Login Token<\/strong> \u2014 that string is your GSLT. Copy it and keep it somewhere safe; you will paste it into your server config in the next step. You can create more than one token per account if you run several servers, and you can revoke or regenerate any of them from this same page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Add the token to your ASKA server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">How you apply the token depends on whether you self-host the raw server files or run on a managed game panel. Both paths end the same way \u2014 token in, restart, listed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Self-hosted: edit &#8220;server properties.txt&#8221;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">ASKA&#8217;s configuration lives in a plain-text file called <code>server properties.txt<\/code>. Note the <strong>space<\/strong> in the filename \u2014 it is not <code>server.properties<\/code> and it is not an <code>.ini<\/code> or <code>.json<\/code> file. By default it sits in your install directory alongside the server executable, for example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><Drive>:\\SteamLibrary\\steamapps\\common\\ASKA Dedicated Server\\server properties.txt<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Open the file in a text editor, find the <strong>Authentication token<\/strong> field (some guides call it the Server GSLT field), and paste your token in:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Authentication token=YOUR_GSLT_TOKEN_HERE<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save the file, then start or restart the server. If you launch from the command line, ASKA is run with no special launch arguments beyond pointing at the properties file \u2014 all configuration is done by editing the file itself:<\/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\">One install note worth flagging: ASKA ships only a <strong>Windows<\/strong> dedicated-server build \u2014 there is no native Linux depot. Linux users run it through Wine\/Proton or a community Docker wrapper, but the GSLT step is identical regardless of how the binary is hosted.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Managed game panel: paste into the GSLT field<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you rent a managed ASKA server, you usually do not touch the raw text file at all \u2014 the panel exposes a dedicated input box. The label varies a little by host (you may see &#8220;Steam GSLT Auth Token&#8221;, &#8220;Steam GSLT Token&#8221;, or a &#8220;Game Panel GSLT&#8221; window), but the workflow is the same everywhere:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open your server&#8217;s <strong>Settings<\/strong> or <strong>ASKA Server Settings<\/strong> panel.<\/li><li>Paste the token into the GSLT \/ Authentication token field.<\/li><li>Click <strong>Save<\/strong>, then <strong>Restart<\/strong> the server.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">On a properly built host, that is the whole job \u2014 no SSH, no file editing. If you would rather not manage any of the above by hand, a managed <a href=\"https:\/\/xgamingserver.com\/aska-server-hosting\">ASKA server hosting<\/a> plan gives you a single GSLT field, an instant restart button, and the correct ports pre-opened. For the precise panel locations and screenshots, see the <a href=\"https:\/\/xgamingserver.com\/docs\/aska\">ASKA documentation<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Restart and confirm it is listed<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The GSLT is only read at startup, so a restart is mandatory after pasting it \u2014 saving the file alone does nothing while the server is already running. Once it comes back up, check the server console: a successful registration logs the server connecting to the Steam master list. Then open ASKA, go to the server browser, and your server should now appear. If it does, you are done \u2014 invite your friends.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While you are confirming connectivity, make sure the two ASKA networking ports are open and forwarded, because a valid GSLT plus blocked ports still equals an unreachable server:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Port<\/th><th>Default<\/th><th>Purpose<\/th><\/tr><\/thead><tbody><tr><td>Steam Game Port<\/td><td>7777 (TCP\/UDP)<\/td><td>How players actually connect to the server<\/td><\/tr><tr><td>Steam Query Port<\/td><td>27015 (TCP\/UDP)<\/td><td>How the server reports itself to the browser\/list<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">One important quirk: ASKA writes its ports into <code>server properties.txt<\/code> only on the <strong>first launch<\/strong>. If you need to change them later, you must edit the file manually \u2014 the server will not re-derive them on its own.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When a working server suddenly disappears from the list<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a scenario that confuses long-running server owners: the server was listed for weeks, nobody touched the config, and then one day it vanishes from the browser. A common cause is that <strong>Steam invalidated the token<\/strong>. GSLTs are tied to the Steam account that created them, and Steam can silently revoke a token under certain account changes \u2014 a Steam password change is the most frequently reported trigger. When that happens, the server keeps running but drops off the list exactly as if no token were set.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is simple: go back to <code>steamcommunity.com\/dev\/managegameservers<\/code>, check whether your token still shows as active, and if it has been revoked, generate a fresh one (again against App ID <strong>1898300<\/strong>), paste it in, and restart. It is worth keeping the management page bookmarked for exactly this reason.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Which App ID do I enter when creating an ASKA GSLT?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Enter the ASKA <strong>game<\/strong> App ID, <strong>1898300<\/strong>. Do not use the dedicated-server App ID 3246670 \u2014 that one is only for installing the server files through SteamCMD. A token created against the wrong App ID will not register your server on the Steam list.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">My ASKA server runs but my friends can&#8217;t find it. What&#8217;s wrong?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The most likely cause is a missing or invalid GSLT. ASKA&#8217;s server starts and runs normally even without one, but stays off the Steam master\/server list, so it never appears in the browser. Add a valid token created against App ID 1898300, restart, and confirm ports 7777 and 27015 are open.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where exactly does the token go?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">On a self-hosted setup, paste it into the <strong>Authentication token<\/strong> field of <code>server properties.txt<\/code> (note the space in the filename) and restart. On a managed panel, paste it into the host&#8217;s GSLT \/ Steam GSLT field, then Save and Restart. The token is only read at startup, so the restart is required.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why did my server drop off the list after weeks of working?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Steam can invalidate a GSLT tied to your account \u2014 a Steam password change is a commonly reported trigger. The server keeps running but disappears from the browser. Generate a new token at the manage-game-servers page, apply it, and restart.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need a separate Steam account to create the GSLT?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. You create the token under any Steam account you control via <code>steamcommunity.com\/dev\/managegameservers<\/code>. Many owners use their main account; the token authenticates the server, not a player, so it does not occupy a player slot in your 4-player ASKA session.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I run multiple ASKA servers from one Steam account?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. The manage-game-servers page lets you create multiple tokens under the same account \u2014 give each a clear memo (for example &#8220;ASKA EU&#8221; and &#8220;ASKA US&#8221;) and assign a unique token to each server. Each one is still created against game App ID 1898300.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have spun up an ASKA dedicated server and it simply will not appear in the in-game server browser, you are almost certainly missing one thing: a valid GSLT. The Game Server Login Token is the single most common reason a brand-new ASKA server runs fine in the console but stays invisible to your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20845,"comment_status":"closed","ping_status":"closed","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-20841","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>How to setup Aska Game Server Login Token - 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\/how-to-setup-aska-game-server-login-token\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to setup Aska Game Server Login Token\" \/>\n<meta property=\"og:description\" content=\"If you have spun up an ASKA dedicated server and it simply will not appear in the in-game server browser, you are almost certainly missing one thing: a valid GSLT. The Game Server Login Token is the single most common reason a brand-new ASKA server runs fine in the console but stays invisible to your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\" \/>\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-06-27T11:11:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T18:05:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1060\" \/>\n\t<meta property=\"og:image:height\" content=\"849\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to setup Aska Game Server Login Token\",\"datePublished\":\"2025-06-27T11:11:51+00:00\",\"dateModified\":\"2026-06-15T18:05:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\"},\"wordCount\":1590,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png\",\"articleSection\":[\"Aska\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\",\"name\":\"How to setup Aska Game Server Login Token - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png\",\"datePublished\":\"2025-06-27T11:11:51+00:00\",\"dateModified\":\"2026-06-15T18:05:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png\",\"width\":1060,\"height\":849,\"caption\":\"Aska GSLT\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#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\":\"How to setup Aska Game Server Login Token\"}]},{\"@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":"How to setup Aska Game Server Login Token - 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\/how-to-setup-aska-game-server-login-token\/","og_locale":"en_US","og_type":"article","og_title":"How to setup Aska Game Server Login Token","og_description":"If you have spun up an ASKA dedicated server and it simply will not appear in the in-game server browser, you are almost certainly missing one thing: a valid GSLT. The Game Server Login Token is the single most common reason a brand-new ASKA server runs fine in the console but stays invisible to your [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2025-06-27T11:11:51+00:00","article_modified_time":"2026-06-15T18:05:37+00:00","og_image":[{"width":1060,"height":849,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to setup Aska Game Server Login Token","datePublished":"2025-06-27T11:11:51+00:00","dateModified":"2026-06-15T18:05:37+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/"},"wordCount":1590,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png","articleSection":["Aska"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/","name":"How to setup Aska Game Server Login Token - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png","datePublished":"2025-06-27T11:11:51+00:00","dateModified":"2026-06-15T18:05:37+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/06\/image-3.png","width":1060,"height":849,"caption":"Aska GSLT"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-setup-aska-game-server-login-token\/#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":"How to setup Aska Game Server Login Token"}]},{"@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\/06\/image-3.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20841","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=20841"}],"version-history":[{"count":2,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20841\/revisions"}],"predecessor-version":[{"id":22327,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20841\/revisions\/22327"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20845"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}