How to Add a Game Server Login Token (GSLT) to Your Unturned Server
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
- Go to https://steamcommunity.com/dev/managegameservers and log in to your Steam account.
- Scroll to the Create a new game server account section at the bottom of the page.
- Enter
304930in the App ID field (304930 is Unturned's Steam App ID). - Enter a memo to identify the token, for example
UnturnedServer. - Click Create.
- Copy the Login Token that appears.
Add the token to your server
- In the Game Control Panel, navigate to your server and click Stop.
- Click Configuration Files, then open
Config.jsonusing the Text Editor. - Find the
"Login_Token": "",line near the top of the file and paste your token between the quotes:"Login_Token": "AB0149C2D2E5309B66104C36F7F9E2CE", - Click Save and restart the server.
Your server will now authenticate with Steam on startup and appear in the public server list.