How to configure Unturned Game Server Login Tokens

Unturned Cover

Starting with the A6 Polaris Teaser Update (3.22.20.0), Unturned dedicated servers now require a Game Server Login Token (GSLT) to be able to accept player connections from the internet.

For security reasons, Steam requires users to create their own Game Server Login Tokens. But don't worry, it's simple.

How to create a Unturned GSLT

You can easily create a Game Server Login Token for Unturned by following these steps:

  1. Open the Steam Game Server Account Management website
  2. Make sure you're logged in with your Steam account
  3. Enter Unturned's app ID 304930
  4. Enter a memo to remind you which server the token is used for

Steam Game Server Account Management

Notice, that only the server administrator needs to follow these steps, normal players don't need to worry about this.

How to configure a Unturned Servers GSLT

Now you need to configure your Unturned dedicated server with the Game Server Login Token you just created.

  1. Start your Unturned server
  2. Open your servers's files from within the app
  3. Edit the gameserver/Servers/MyServer/Config.json file
  4. Set your GSLT as Login_Token in the Browser section
  5. Restart your server

In case you're unsure how the Config.json file should look like after editing, here's an example:

"Browser": {
    "Icon": "",
    "Thumbnail": "",
    "Desc_Hint": "",
    "Desc_Full": "",
    "Desc_Server_List": "",
    "Login_Token": "Put-Your-Game-Server-Login-Token-Here",
    "Monetization": "Unspecified",
    "Links": null
}

Why does Unturned require a GSLT

Starting with version 3.21.31.0, Unturned dedicated servers were required to authenticate using a Game Server Login Token in order to be displayed on the server list.

Starting with the A6 Polaris Teaser Update (3.22.20.0) this has now become a requirement for direct connections as well.

The Unturned developers state:

The goal is to help with moderation of servers re-uploading other creators' workshop files without permission.