Linux headless server
Linux headless server
Can anyone point me towards setup instructions to run a headless server on Linux? I have setup a few games before on Linux, but with the help of some kind of tutorial, I can't seem to find any for this game.
Re: Linux headless server
Hi Culprit,
did you already check out this (https://wiki.factorio.com/Multiplayer)?
IMHO this describes the basic installation process pretty well.
After following these steps, you should be able to start and stop a headless server.
I assume you have some basic Linux skills to set up and modify firewall rules,
to manage users, to change config files upon your needs and to analyze different log files
if something doesn't work.
Afterwards you can start thinking about automation, just like you do in Factorio.
There are some pretty handy scripts out there which you can use to initialize, update and
manage your headless server (https://github.com/Bisa/factorio-init or https://github.com/narc0tiq/factorio-updater).
Setting up those scripts shouldn't be a big deal, if you read their README's carefully.
(Thanks to Bisa and narc0tiq, great work guys!)
Hopefully I could help you out a bit.
If you need any further help, just let me know.
Best regards,
saibotxd
did you already check out this (https://wiki.factorio.com/Multiplayer)?
IMHO this describes the basic installation process pretty well.
After following these steps, you should be able to start and stop a headless server.
I assume you have some basic Linux skills to set up and modify firewall rules,
to manage users, to change config files upon your needs and to analyze different log files
if something doesn't work.
Afterwards you can start thinking about automation, just like you do in Factorio.
There are some pretty handy scripts out there which you can use to initialize, update and
manage your headless server (https://github.com/Bisa/factorio-init or https://github.com/narc0tiq/factorio-updater).
Setting up those scripts shouldn't be a big deal, if you read their README's carefully.
(Thanks to Bisa and narc0tiq, great work guys!)
Hopefully I could help you out a bit.
If you need any further help, just let me know.
Best regards,
saibotxd
Re: Linux headless server
Thank you so much, that's exactly the kind of information I was looking for.