Page 1 of 1
Server not appearing in the global list
Posted: Sat Jun 06, 2020 3:38 pm
by MarisaG
I'm running Factorio as a linuxgsm server, and it seems to be working functionality-wise. I can manually put in the host name in the client and connect to it. But it is not listed in the global Factorio server list. What do I need to do to use this? Will looking at my config file help?
Re: Server not appearing in the global list
Posted: Sat Jun 06, 2020 8:45 pm
by Impatient
Did you get your login token and did you use it in the server settings?
Re: Server not appearing in the global list
Posted: Sat Jun 06, 2020 8:52 pm
by Impatient
Also: If you are experimenting with a server, figure out a way to see what the log file says in real time. On linux all the log entries are usually written to the terminal window, where you started the server from, if I recall correctly. If the log messages do not appear there you can use tail current.log I believe. You can also just look at the log file, if the server creates one.
The log messages should give you an idea why your server was refused by factorio's matchmaking server. But most likely it is because you did not provide proper credentials (= Username+Token) in the server settings, so that it can register with matchmaking.
Re: Server not appearing in the global list
Posted: Thu Jun 11, 2020 1:58 am
by MarisaG
I had the key generated but it didnt seem to use it. I put in my factorio.com account info and now it's in the list

Thanks for the tip...
Re: Server not appearing in the global list
Posted: Wed Jun 17, 2020 2:43 pm
by bigmond
When you launch the server are you manually specifying the server settings file?
You need to add --server-settings /path/to/settings
Re: Server not appearing in the global list
Posted: Fri Jun 19, 2020 4:55 am
by MarisaG
Yep, was doing that. Putting in my factorio account info instead of just the key fixed it...
Re: Server not appearing in the global list
Posted: Fri Jun 19, 2020 6:25 am
by Impatient
MarisaG wrote: Fri Jun 19, 2020 4:55 am
Yep, was doing that. Putting in my factorio account info instead of just the key fixed it...
MarisaG wrote: Thu Jun 11, 2020 1:58 am
I had the key generated but it didnt seem to use it. I put in my factorio.com account info and now it's in the list

Thanks for the tip...
While yo are revisiting ths topic and for everyone else who reads it:
The token is a replacement for the password. NOT for password AND username. Hence, if you use the token, you have to use the token AND the username in the server config.
There is a good security reason to use the token instead of the password in the server config. Think about it and be safe.
Re: Server not appearing in the global list
Posted: Thu Jun 25, 2020 11:46 am
by MarisaG
Impatient wrote: Fri Jun 19, 2020 6:25 am
The token is a replacement for the password. NOT for password AND username. Hence, if you use the token, you have to use the token AND the username in the server config.
There is a good security reason to use the token instead of the password in the server config. Think about it and be safe.
Absolutely - thx for making the steps clear!