Making Your Unturned Server Public
In this guide, you'll learn how to make your Unturned server public and visible in the server list. This is essential if you want other players to join your server.
If you host a server on a Game Server Hosting provider, like our hosting, you only need to create a Game Server Login Token (GSLT).
If you host the server on your computer, you need to follow two additional steps to make your server public: Startup Command and Fake IP.
Game Server Login Token (GSLT)
To make your server public, you need to create a Game Server Login Token (GSLT) on Steam. This token is linked to your Steam account and allows your server to be listed on the public server list.
Go to steamcommunity.com/dev/managegameservers and log in with your Steam account.
Scroll down to the bottom and you will see the Create a new game server account form.
Fill in the form with the following details:
- App ID:
304930
(Unturned's App ID) - Memo: A name for your server (e.g., My Unturned Server)
- Click the "Create" button
- App ID:
This will create a new GSLT for your server. Copy it.
Go to your server files and open the Config.json file. Find and set the
Login_Token
field to the GSLT you copied.
"Browser": {
"Icon": "",
"Thumbnail": "",
"Desc_Hint": "",
"Desc_Full": "",
"Desc_Server_List": "",
"Login_Token": "F6093832284C79C27E889359DC1BFCC1",
"BookmarkHost": "",
"Monetization": "Unspecified",
"Links": null
},
Video
Watch this video to learn how to create a GSLT for your Unturned server.
How to Make Unturned Server Public
Startup Command
If you are hosting the server on your computer, you will need to run it using the ExampleServer.bat
file instead of directly running the server executeable or through Steam.
- In Steam Library, right-click on Unturned Dedicated Server, hover over Manage, and click Browse Local Files.
- Find the ExampleServer.bat file and run it. From now on, use this file to start your server.
💡 PRO TIP
TheExample
in the command is the name of the folder where your server files are located in the Servers directory. If you have already set up your server, replaceExample
with the name of your server folder, for example,Default
Alternatively you can just rename theServers/Default
folder toServers/Example
and use theExampleServer.bat
file as is.
Fake IP
If you are hosting the server on your computer, instead of port forwarding, you can just use a Fake IP feature to make your server public and show up in the server list. This is actually an easier and better option for security reasons as it hides your real IP address.
- Go to your server files and open the Config.json file.
- At the bottom of the
Server
section, you will findUse_FakeIP
option. Set it totrue
.
"Update_Shutdown_Warnings": [
"00:03:00",
"00:01:00",
"00:00:30",
"00:00:15",
"00:00:03",
"00:00:02",
"00:00:01"
],
"Validate_EconInfo_Hash": true,
"Use_FakeIP": true
},
If you need assistance with the documentation or have any questions, our community is here to help you: