When hosting a listen server there is a little checkbox which asks if you want to have user verification. I am trying to play on a dedicated server over lan with my friends through a centralized server on the latest experimental version without peer-to-peer connection and I need this option disabled.
Is there a parameter for the dedicated server to do so?
I would greatelly appreciate the help.
Factorio Dedicated server user verification.
Re: Factorio Dedicated server user verification.
start your headless server with this option
You also need to create server-settings.json (right where you run this command), with verify_user_identity = false
example file you can find in data/server-settings.example.json
and perhaps visibility = LAN
Code: Select all
--server-settings server-settings.json
example file you can find in data/server-settings.example.json
and perhaps visibility = LAN