How to make your Factorio Server to Appear in the Server Browser (Public Server)
To be able to join your Factorio server from the in-game server browser, you need to have your server authenticate vs. the Factorio servers. This guide will walk you through getting the authentication token and setting up your server to use this token.
Finding Your Auth Token
There are two ways of locating your auth token. We will look at both methods.
Using Factorio.com
- Login to factorio.com
- Once logged in, open your profile
- You will see
Tokenat the top under your profile. Click reveal and copy your token somewhere so you can grab it to add it to your server.

Token in player-data.json
- On your Windows computer, open
%appdata%\Factorioin Explorer - Open the
player-data.jsonfile with Notepad - Find
service-tokenand copy the value somewhere you can access it later - Find
service-usernameand copy the value somewhere you can access it later
Setting Your Server’s Username and Token
- Login to the AleForge Panel
- Open the
Startuppage - Locate the
Server Usernamefield and input yourservice-usernameor factorio.com username - Locate the
Server Tokenfield and input yourservice-token - Restart your server to pick up the change