-
Notifications
You must be signed in to change notification settings - Fork 0
How to set up a locally hosted server
konsti219 edited this page Apr 14, 2021
·
5 revisions
This guide will show you how to set up your own astroneer dedicated server at home.
You need:
- Windows PC/server, Currently there is no Linux support
- some basic networking knowledge
- Download
astro-starter.exe
from the Releases. - Put the file in an empty folder.
- Run it once (by double-clicking). Windows might warn you that it could be a virus, I promise it's not.
- This will generate the default config file
starter.json
andstart.bat
.
- Open the
starter.json
in a text editor (like notepad). - Put your username in the
owner
field and choose a server name to put in thename
field.
Note: more documentation on the configuration file can be found here: TODO
- Create a firewall exception for UDP port 8777 inbound.
- Port forward UDP port 8777 on your router. Video
- Start the server by double-clicking
start.bat
Note (for more advanced users): you can start astro-starter.exe
in any way you like, the batch file is only there to show you the output in case an error occurs.
- The server will now download all the files and start.
- Manage and stop the server with the web interface at http://localhost:5000.
Warning: Do not stop the server by closing the window! This will not actually stop the server.
Further reading:
Need help? Join the Astroneer Discord and ask in #self-host-talk