Re: Full headless server setup guide
Posted: Wed Jul 11, 2018 5:51 am
i fixed the json and validated it, its all good to go, i tired to run the server and to still no prevail does it run
thats the errorCode: Select all
user@FactorioServer:/$ sudo runuser -l factorio -c "/opt/factorio/bin/x64/factorio --server-settings /opt/factorio/data/server-settings.json --start-server /opt/factorio/saves/server_template_vanilla.zip --port 34197"
runuser: warning: cannot change directory to /home/factorio: No such file or directory
This account is currently not available.
Hey Bud, good job with the how-to, I "roughly" followed it today and it worked HOWEVER. I ran into some issues.Liemander wrote: Tue Jan 03, 2017 4:04 am I created a guide on how I set up my server for Factorio.
It is a full guide from beginning to end including installing Ubuntu.
It includes the information you will need to set up multiple Factorio servers running on one Ubuntu server.
I have verified it works with 0.14.21
https://1drv.ms/w/s!Am6ec-B57UlIhCKUYiGeTWu_R-DO
Let me know if there is anything I missed or should Add.
Code: Select all
systemctl stop factorio &&
wget -O /tmp/factorio.tar.xz https://www.factorio.com/get-download/latest/headless/linux64 &&
sudo tar -xvf /tmp/factorio.tar.xz -C /opt &&
chown -Rf factorio:factorio /opt/factorio/ &&
rm /tmp/factorio.tar.xz &&
systemctl start factorio