Astroneer Dedicated Server: AstroServerSettings.ini Guide

Data Verified: May 2026

Complete Astroneer dedicated server reference. Configure AstroServerSettings.ini, claim owner, set max players, port forwarding, AstroLauncher tips, and right-size hardware for stable Windows servers.

Default file locations

Default installation paths for Astroneer dedicated servers installed via SteamCMD.

Windows

C:\AstroneerServer\Astro\Saved\Config\WindowsServer\

Linux

Wine/Proton only, no native Linux build

Pro-Tip: Always stop the server completely before editing configuration files, or the server will overwrite your changes upon restart.

Default ports for port forwarding

Open these on your router and firewall before exposing the server to the internet.

Default ports for Astroneer
ServiceProtocolPort
Game PortUDP7777
Query PortUDP27015
RCON / Telnet-N/A (use AstroLauncher web API)

Quick start: launch your Astroneer server

Copy-paste these two commands to install and start a Astroneer dedicated server. Tested against SteamCMD on a fresh box.

Step 1, Install via SteamCMDSteam App ID 728470

steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir /home/steam/astroneer +login anonymous +app_update 728470 validate +quit

Step 2, Launch the Astroneer server

cd /home/steam/astroneer && wine AstroServer.exe -log

Note: System Era ships no native Linux binary. Run the Windows build under Wine/Proton. Most managed hosts use Windows Server 2019/2022 to avoid Wine entirely.

Step 1, Install via SteamCMDSteam App ID 728470

steamcmd +force_install_dir "C:\AstroneerServer" +login anonymous +app_update 728470 validate +quit

Step 2, Launch the Astroneer server

"C:\AstroneerServer\AstroServer.exe" -log

Note: Run once to generate AstroServerSettings.ini, then set OwnerName= and restart. Many admins wrap this in AstroLauncher for auto-restart and updates.

Starter AstroServerSettings.ini

A working baseline config with sensible defaults for Astroneer. Copy it, tweak the marked values, and drop it into your server directory.

AstroServerSettings.iniStarter config · Astroneer
[/Script/Astro.AstroServerSettings]
OwnerName=YourSteamDisplayName
MaxServerFramerate=30.000000
MaxServerIdleFramerate=3.000000
bLoadAutoSave=True
MaxConnections=8
ServerName=My Astroneer Server
ServerPassword=
PublicIP=
Port=7777
ConsolePort=1234
ConsolePassword=
ServerGuid=
ActiveSaveFileDescriptiveName=SAVE_1
ServerAdvertisedName=
AutoSaveGameInterval=900
BackupSaveGamesInterval=7200
ServerGuid=
VerbosePlayerProperties=True
EnableAutoRestart=True
AutoRestartFirstTimeUTC=08:00:00
AutoRestartGameTimeInterval=24:00:00
bUseSteamP2P=False

Frequently asked questions

Browse all games →