Getting Started with Your Astroneer Server
Setting up an Astroneer dedicated server allows you and your friends to explore the planets and build together in a persistent world. This guide will walk you through some of the general steps youāll want to get started with your Astroneer server from Nodecraft.Ā
Edit Your Clientās Engine.ini to Connect to the Server
Before you start editing your server settings and configurations, youāll need to manually configure your local Astroneer game settings, on your PC, in order to successfully connect to your server. This is necessary due to conflicts when the server is run in Wine for Linux OS systems.
Follow these steps to edit your Engine.ini
configuration file:
Fully close your Astroneer game.Ā
Locate the
Engine.ini
configuration file on your PC by navigating to the following path:C:\Users\[YourUsername]\AppData\Local\Astro\Saved\Config\WindowsNoEditor\Engine.ini
Note: TheAppData
folder is typically hidden in Windows. You can enable Show hidden files, folders, and drives by adjusting your File Explorer settings or press Windows + R and type the following:%USERPROFILE%\AppData\Local\Astro\Saved\Config\WindowsNoEditor
to access the folder directly.Open the
Engine.ini
configuration file in a text editor such as Notepad++.Add the following text to the bottom of the file
[SystemSettings] net.AllowEncryption=false
Save and close the file after making changes.
Adding Admin (Owner) Privileges to Your Astroneer Server
To manage your Astroneer server, you or another player need to have admin (Owner) privileges. You can assign admin rights by either using the Nodecraft Pro Panel or manually editing the server config files.
Note: We highly recommend ensuring that your Astroneer dedicated server is fully offline when making edits or config changes.Ā
Using Nodecraft Pro
Stop your server if you haven't already.Ā
Log into the Nodecraft Pro Panel for your Astroneer dedicated server.Ā
Navigate to the Game Settings tab on the left-hand side.
Locate the Server Owner Name setting.
Enter the Steam Account Name of the player you want to give admin privileges.
Scroll down and click SubmitĀ to save your changes.
Start your server.
Verify you have admin access by logging in and testing various admin commands (e.g., kicking players or changingĀ server settings).
Manually Edit Config File
Stop your server if you haven't already.
Locate your serverās
AstroServerSettings.ini
file within your server files. Typically this is located in the/Astro/Saved/Config/WindowsServer
directory.Open the file in a text editor such as Notepad++.
Find the
OwnerName=
setting.Add the Steam Account Name of the player you wish to have Admin privileges.
Save the file and restart the server.
Verify you have admin access by logging in and testing various admin commands (e.g., kicking players or changingĀ server settings).
Enjoy Your Server!
With your server configured and admin access set up, you and your friends are ready to explore the vast planets in Astroneer. For additional guides on server customization, or if you encounter any issues, check out our other Astroneer server tutorials or reach out to our Support Team!