Hello
I have tried most of the ideas in this forum about a dedicated factorio server, but with no good results.
This is what i would like to do:
1. Factorio server (headless) on a win10 machine, in this case a laptop.
2. Headless server in my appartment only, no need for external access.
3. Server is running even when i quit the game, possible.?
4. Continue a save game from my singelgame.
5. All of my mods loaded.
6. Is this possible to do, all of the above on win10?
Think this is it.
/JePe
Local factorio server (LAN) Win10
Re: Local factorio server (LAN) Win10
Hi
No one who can help with this?
/JePe
No one who can help with this?
/JePe
Re: Local factorio server (LAN) Win10
Why are you posting in Contributions > Tools to ask for help setting up a server?
Re: Local factorio server (LAN) Win10
Hi,
You should get all the answers from this wiki page
Edit: you can run the server from the same using those instructions as well
You should get all the answers from this wiki page
- It shouldn't matter which version of windows you are running,
- Copy your current factorio folder to the laptop, using the same folder structure
- If you have ever set up a game to run in a non-default folder with mods and saves in that folder, just setup the same on the laptop,
- In case you didn't set up a game to be non-default:
- download a .zip copy of the game and install it to a folder (Say C:\Factorio_0.17)
- Fromfolder copy the mods,config & saves folders
Code: Select all
%appdata%\factorio
maybe you just want the save you want to run to be in the saves folder - your choice - so just delete the others - Run the server as per the instructions in https://wiki.factorio.com/Multiplayer#D ... ess_server
Edit: you can run the server from the same using those instructions as well
Re: Local factorio server (LAN) Win10
Thanks for the tip, i will try that out.jockeril wrote: ↑Sun Jun 30, 2019 11:42 am Hi,
You should get all the answers from this wiki page
This should get you started - post here on your success or if you have more questions
- It shouldn't matter which version of windows you are running,
- Copy your current factorio folder to the laptop, using the same folder structure
- If you have ever set up a game to run in a non-default folder with mods and saves in that folder, just setup the same on the laptop,
- In case you didn't set up a game to be non-default:
- download a .zip copy of the game and install it to a folder (Say C:\Factorio_0.17)
- From
folder copy the mods,config & saves foldersCode: Select all
%appdata%\factorio
maybe you just want the save you want to run to be in the saves folder - your choice - so just delete the others- Run the server as per the instructions in https://wiki.factorio.com/Multiplayer#D ... ess_server
Edit: you can run the server from the same using those instructions as well
./bin/x64/factorio --start-server ./saves/my-save.zip # This starts a server that will host the file created on the previous line <--- is this done by a .batfile or from the commandline in the game?
/JePeSWE
-
- Manual Inserter
- Posts: 2
- Joined: Tue Jul 16, 2019 1:29 pm
- Contact:
Re: Local factorio server (LAN) Win10
If you still need some help, this is my personal guide / way of setting up a headless windows server.JePeSWE wrote: ↑Sat Jun 29, 2019 8:16 am Hello
I have tried most of the ideas in this forum about a dedicated factorio server, but with no good results.
This is what i would like to do:
1. Factorio server (headless) on a win10 machine, in this case a laptop.
2. Headless server in my appartment only, no need for external access.
3. Server is running even when i quit the game, possible.?
4. Continue a save game from my singelgame.
5. All of my mods loaded.
6. Is this possible to do, all of the above on win10?
Think this is it.
/JePe
https://sites.google.com/view/factorio-guide
Re: Local factorio server (LAN) Win10
Thanks, but i just went over and trying linux and using something called docker. Mayby it will work there aswell to run a Factorio server?Shadow Commander wrote: ↑Tue Jul 16, 2019 1:35 pmIf you still need some help, this is my personal guide / way of setting up a headless windows server.JePeSWE wrote: ↑Sat Jun 29, 2019 8:16 am Hello
I have tried most of the ideas in this forum about a dedicated factorio server, but with no good results.
This is what i would like to do:
1. Factorio server (headless) on a win10 machine, in this case a laptop.
2. Headless server in my appartment only, no need for external access.
3. Server is running even when i quit the game, possible.?
4. Continue a save game from my singelgame.
5. All of my mods loaded.
6. Is this possible to do, all of the above on win10?
Think this is it.
/JePe
https://sites.google.com/view/factorio-guide
/Jerry
Re: Local factorio server (LAN) Win10
It is done from either the command line or a .bat file - the game's command line is for game commands/Lua syntaxJePeSWE wrote: ↑Mon Jul 01, 2019 6:27 pmThanks for the tip, i will try that out.jockeril wrote: ↑Sun Jun 30, 2019 11:42 am Hi,
You should get all the answers from this wiki page
<<Omitted>>
[*]Run the server as per the instructions in https://wiki.factorio.com/Multiplayer#D ... ess_server
This should get you started - post here on your success or if you have more questions
Edit: you can run the server from the same using those instructions as well
./bin/x64/factorio --start-server ./saves/my-save.zip # This starts a server that will host the file created on the previous line <--- is this done by a .batfile or from the commandline in the game?
/JePeSWE
If you don't know what a docker is - why are you using it ? it's not for people not familiar with that technology, but good luck to you.JePeSWE wrote: ↑Mon Aug 26, 2019 7:30 pmThanks, but i just went over and trying linux and using something called docker. Mayby it will work there aswell to run a Factorio server?Shadow Commander wrote: ↑Tue Jul 16, 2019 1:35 pmIf you still need some help, this is my personal guide / way of setting up a headless windows server.JePeSWE wrote: ↑Sat Jun 29, 2019 8:16 am Hello
I have tried most of the ideas in this forum about a dedicated factorio server, but with no good results.
This is what i would like to do:
1. Factorio server (headless) on a win10 machine, in this case a laptop.
<<Omitted>>
6. Is this possible to do, all of the above on win10?
Think this is it.
/JePe
https://sites.google.com/view/factorio-guide
/Jerry
If you want to run a Factorio server on Linux that is possible too - again, good luck