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
Token
at 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%\Factorio
in Explorer - Open the
player-data.json
file with Notepad - Find
service-token
and copy the value somewhere you can access it later - Find
service-username
and copy the value somewhere you can access it later
Setting Your Server's Username and Token
- Login to the AleForge Panel
- Open the
Startup
page - Locate the
Server Username
field and input yourservice-username
or factorio.com username - Locate the
Server Token
field and input yourservice-token
- Restart your server to pick up the change