How to Add a Game Server Login Token (GSLT) to Your Unturned Server

Published June 9, 2026 · By Host Havoc Technical Support Team

A Game Server Login Token (GSLT) links your server to your Steam account, which is required to list your server publicly on the Steam server browser. You generate the token on Steam and add it to your server's Config.json.

Generate a GSLT on Steam

  1. Go to https://steamcommunity.com/dev/managegameservers and log in to your Steam account.
  2. Scroll to the Create a new game server account section at the bottom of the page.
  3. Enter 304930 in the App ID field (304930 is Unturned's Steam App ID).
  4. Enter a memo to identify the token, for example UnturnedServer.
  5. Click Create.
    Steam game server account creation form with App ID 304930 entered for Unturned
  6. Copy the Login Token that appears.

Add the token to your server

  1. In the Game Control Panel, navigate to your server and click Stop.
  2. Click Configuration Files, then open Config.json using the Text Editor.
  3. Find the "Login_Token": "", line near the top of the file and paste your token between the quotes:
    "Login_Token": "AB0149C2D2E5309B66104C36F7F9E2CE",
    
  4. Click Save and restart the server.

Your server will now authenticate with Steam on startup and appear in the public server list.