Search found 7 matches
- Wed Jul 11, 2018 5:52 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
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 error- Wed Jul 11, 2018 5:51 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
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 error- Tue Jul 10, 2018 7:17 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
Well, i checked, and still to no prevail did it work here is my server settings, idk what is going on, i keep getting the same errors
- Mon Jul 09, 2018 11:33 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
I GOT A NEW ERROR, idk what happened, im a n00b with linux, but i know some things but just files and simple debuging other then that idk what to do next, thats the error, idfk what it means at this point
- Mon Jul 09, 2018 10:28 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
Alright, i got it working, here is what i had to do, i had to do it downloaded as linux64 i then ran after that it unpacked everything just fine
Code: Select all
wget https://factorio.com/get-download/0.16.51/headless/linux64
Code: Select all
sudo tar -xvf /tmp/linux64 -C /opt
- Mon Jul 09, 2018 5:45 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
it looks like the type of compressed file changed. try sudo tar -xvf /tmp/factorio.tar.gz -C /opt you may have to rename the file to .xz first but that may not be required. I just verified this works and I updated the document. i am still getting the error, i have tried changing factorio.tar.gz to ...
- Mon Jul 09, 2018 2:02 am
- Forum: Multiplayer / Dedicated Server
- Topic: Full headless server setup guide
- Replies: 23
- Views: 51452
Re: Full headless server setup guide
i hate to necro this post but, im having problems, im at the part where you install factorio on the server, i used the direct command "wget -O /tmp/factorio.tar.gz https://www.factorio.com/get-download/0.16.51/headless/linux6". but when i run the next command "sudo tar -xzf /tmp/facto...