Logintoken for Unturned Server
The Game Server Login Token (GSLT) affects the ranking of your Unturned server in the server list.
We will describe in this article how you can create and enter a GSLT.
Note: Your configuration must be in Advanced Mode.
Creating a GSLT
- Log in with your Steam account HERE
- Enter
304930
under App ID - You can add a note under Memo, e.g. My Unturned Server
- Click on Create
Tip: GSLTs expire over time and need to be renewed.
You can simply log in to the page to do this.
When you hover over the GSLT with the cursor, buttons will appear on the right.
These buttons allow you to renew the GSLT, among other things.
Entering a GSLT
You can enter the GSLT in 2 different files.
It is sufficient to enter the GSLT in just one file.
There is no need to enter the GSLT in both files.
Commands.dat
- Click on Commands.dat on the left in your configuration
- In the text editor, scroll to the bottom and insert the following line:
GSLT token
Replace Token with your GSLT that you previously created - Click on Save and restart your server
Config.json
- Click on Config.json on the left in your configuration
- Find the following section:
"Browser": {
"Icon": "",
"Desc_Hint": "",
"Desc_Full": ""
},
- Add the following line:
"Login_Token" : "token"
- The section should now look like this:
"Browser": {
"Icon": "",
"Desc_Hint": "",
"Desc_Full": "",
"Login_Token" : "token"
},
- Replace
token
with your GSLT - Click on Save and restart your server.