[{"data":1,"prerenderedAt":102},["ShallowReactive",2],{"header-games":3,"article-how-to-set-up-gslt-unturned-server-en":61,"game-info-article-unturned":83,"help-game-articles-unturned-en":87,"i-heroicons:chevron-right-20-solid":91,"i-heroicons:user-circle-20-solid":96,"i-heroicons:clock-20-solid":98,"i-heroicons:calendar-days-20-solid":100},{"total":4,"featuredSlot":5,"featured":11},25,{"slug":6,"name":7,"icon":8,"hasIcon":9,"kind":10},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",true,null,[12,19,26,31,33,39,44,49,56],{"slug":13,"name":14,"icon":15,"hasIcon":9,"badge":16,"basePrice":17,"link":18},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png","Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":9,"badge":23,"basePrice":24,"link":25},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":27,"name":28,"icon":29,"hasIcon":9,"badge":10,"basePrice":24,"link":30},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":6,"name":7,"icon":8,"hasIcon":9,"badge":10,"basePrice":24,"link":32},"\u002Frust-server-hosting",{"slug":34,"name":35,"icon":36,"hasIcon":9,"badge":10,"basePrice":37,"link":38},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":40,"name":41,"icon":42,"hasIcon":9,"badge":10,"basePrice":24,"link":43},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":45,"name":46,"icon":47,"hasIcon":9,"badge":10,"basePrice":24,"link":48},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":50,"name":51,"icon":52,"hasIcon":9,"badge":53,"basePrice":54,"link":55},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":57,"name":58,"icon":59,"hasIcon":9,"badge":10,"basePrice":54,"link":60},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"id":62,"game_slug":63,"slug":64,"category":65,"title":66,"description":67,"content":68,"keywords":69,"author_name":70,"author_role":71,"is_featured":9,"published_at":72,"allSlugs":73,"author":78,"date":72,"lastUpdated":79,"game":80,"dateFormatted":82,"lastUpdatedFormatted":82},"6c745840-f314-42b7-9ec2-785ce9c5ef01","unturned","how-to-set-up-gslt-unturned-server","Configuration","How to Set Up a GSLT (Login Token) for Your Unturned Server","Since version 3.21.31.0, Unturned servers need a GSLT (Game Server Login Token) to appear on the server list. Add one on the Startup tab of your DoomHosting server.","Since Unturned version 3.21.31.0, every dedicated server needs a Game Server Login Token (GSLT) to appear in the public server browser. Without one your server still runs and players can join by IP, but it will not show up in the in-game server list. On your DoomHosting [Unturned server](\u002Funturned-server-hosting) the quickest way to add one is the GSLT field on the Startup tab. This guide covers creating the token on Steam and applying it.\n\n## What a GSLT is and why you need one\n\nA Game Server Login Token authenticates your server with Steam. Steam made this mandatory for Unturned in version 3.21.31.0: a server without a valid GSLT runs normally but is hidden from the public server list, so most players will never find it. Each token is tied to your Steam account and to a single server.\n\n## Step 1: create a GSLT on Steam\n\n1. Sign in to Steam and open the Game Server Account Management page: https:\u002F\u002Fsteamcommunity.com\u002Fdev\u002Fmanagegameservers\n2. Under \"Create a new game server account\" enter:\n   - App ID: `304930` (this is Unturned's app ID)\n   - Memo: a short label so you remember which server the token belongs to, for example \"DoomHosting Unturned PEI\"\n3. Click Create. Steam shows a Login Token, a long string of letters and numbers. Copy it and keep it private. Anyone who has it can impersonate your server.\n\nIf the page says you do not meet the requirements, your Steam account is limited. Spending at least 5 USD on Steam removes that restriction, then you can create tokens.\n\n## Step 2: paste the token into the Startup tab\n\nThis is the easiest method on DoomHosting and the one we recommend.\n\n1. In your panel, open your Unturned server and go to the Startup tab.\n2. Find the GSLT field (it may also be labeled Login Token).\n3. Paste your token into the field.\n4. Go to the Console tab and Restart the server. Startup settings are applied on the next boot, so the token only takes effect after a restart.\n\nThat is all most servers need. The panel passes the token to the server at launch, and your server appears on the list a minute or two after it finishes starting.\n\n## Alternative: set the token by editing a file\n\nYou only need one method. If you would rather set the token manually, edit the server files in the Files tab instead.\n\n**Config.json:** open `Servers\u002F\u003Cyour-instance>\u002FServer\u002FConfig.json`, find the `Browser` section, and set the `Login_Token` property:\n\n```json\n\"Browser\": {\n    \"Icon\": \"\",\n    \"Thumbnail\": \"\",\n    \"Desc_Hint\": \"\",\n    \"Desc_Full\": \"\",\n    \"Login_Token\": \"1234567890ABCDEF1234567890ABCDEF\"\n}\n```\n\nKeep the JSON valid: wrap the token in double quotes and do not leave a trailing comma after the last property. Save and restart. If `Config.json` does not exist yet, start the server once so it generates the file.\n\n**Commands.dat:** or add a single line to `Servers\u002F\u003Cyour-instance>\u002FServer\u002FCommands.dat`:\n\n```\nGSLT 1234567890ABCDEF1234567890ABCDEF\n```\n\nSave and restart.\n\n## How to verify it worked\n\n1. Restart the server and watch the Console output. A healthy startup connects to Steam with no GSLT or token warnings.\n2. Open Unturned, go to Play then Servers, and search for your server name. It should now appear in the list.\n3. Give it a minute or two after the restart. It can take a short while for a fresh server to register with the Steam master browser.\n\n## Common issues\n\n- **Server still not on the list**: re-check that the token is pasted in full with no extra spaces, whether you put it in the Startup field or in Config.json, and that you restarted afterwards.\n- **Config.json keeps resetting**: that means a JSON syntax error, usually a missing comma or quote. Unturned rewrites a clean Config.json when it cannot parse yours, which wipes your edit. Validate the file and try again, or use the Startup field instead.\n- **Server drops off the list**: do not use the same GSLT on two servers at the same time. Create a separate token per server.\n- **Token leaked**: if your token ends up in a screenshot or a public chat, reset it on the Game Server Account Management page and update the Startup field or Config.json with the new value.\n- **Cannot create a token**: your Steam account is limited. Add at least 5 USD of value to the account, then retry.\n\nStill stuck? Our support team is available 24\u002F7 from your DoomHosting dashboard, and we are happy to check the token for you.\n","unturned gslt, unturned login token, unturned server not showing, game server login token, unturned config.json, unturned commands.dat, doomhosting","Magnus","Game Server Expert","2026-05-31T10:00:00+00:00",{"da":74,"de":75,"en":64,"pl":76,"sv":77},"saadan-opsaetter-du-gslt-paa-din-unturned-server","gslt-fuer-deinen-unturned-server-einrichten","jak-skonfigurowac-gslt-na-serwerze-unturned","saa-staeller-du-in-gslt-paa-din-unturned-server",{"name":70,"role":71},"2026-05-31T16:16:14.135592+00:00",{"slug":63,"name":81},"Unturned","May 31, 2026",{"slug":63,"name":81,"icon":84,"cardImage":85,"description":86},"https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Funturned.webp","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Funturned.webp","Unturned is the free-to-play blocky zombie survival shooter where you scavenge sprawling maps, craft weapons and vehicles, build bases, and outlast both the infected and rival players. Squad up with friends to dominate PvP servers or take on the apocalypse co-op. Rent a dedicated Unturned server from DoomHosting for low-latency multiplayer, instant setup, full Steam Workshop and RocketMod plugin support, and DDoS protection.",[88],{"id":62,"game_slug":63,"slug":64,"category":65,"title":66,"description":67,"content":10,"keywords":10,"author_name":70,"author_role":71,"is_featured":9,"published_at":72,"author":89,"date":72,"lastUpdated":79,"game":90,"dateFormatted":82},{"name":70,"role":71},{"slug":63,"name":81},{"left":92,"top":92,"width":93,"height":93,"rotate":92,"vFlip":94,"hFlip":94,"body":95},0,20,false,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":92,"top":92,"width":93,"height":93,"rotate":92,"vFlip":94,"hFlip":94,"body":97},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":92,"top":92,"width":93,"height":93,"rotate":92,"vFlip":94,"hFlip":94,"body":99},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":92,"top":92,"width":93,"height":93,"rotate":92,"vFlip":94,"hFlip":94,"body":101},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",1780563204317]