How to Become Server Owner on Your Astroneer Dedicated Server
How Astroneer's server ownership system works — set yourself as owner, transfer ownership, and manage player access.
The server owner has admin control: kick players, ban players, enable whitelist mode, save the world, and shut down the server from the in-game menu.
Setting Yourself as Owner (Before First Join)
This is the official recommended method from System Era:
- Stop your server
- In the XGamingServer Panel, click Files
- Open
Astro/Saved/Config/LinuxServer/AstroServerSettings.ini - Set these values:
OwnerName=YourExactSteamName
OwnerGuid=0- Save and start your server
- Connect with the Steam account matching
OwnerName - You are now the owner — a unique GUID is automatically assigned to your account
📝 Note: The
OwnerNamemust exactly match your current Steam display name. After connecting, theOwnerGuidis automatically updated to your SteamID64.
Alternative: Pre-Set with SteamID64
If you know your SteamID64 (find it at steamid.io):
OwnerName=YourName
OwnerGuid=76561198012345678This assigns ownership immediately without needing to match the Steam name.
Alternative: First Player Becomes Owner
If both OwnerName and OwnerGuid are blank, the first player to connect becomes the owner automatically.
What the Owner Can Do
In-game, the owner has access to an admin panel with:
- Kick — remove a player from the session
- Ban — permanently block a player
- Whitelist — enable
DenyUnlistedPlayers=Trueto restrict access - Save — trigger an immediate world save
- Shutdown — gracefully shut down the server
Enabling Whitelist Mode
In AstroServerSettings.ini:
DenyUnlistedPlayers=TrueWhen enabled, only players on the approved list can join. The owner manages this list through the in-game admin panel.
Transferring Ownership
- Stop the server
- Change
OwnerNameandOwnerGuidto the new owner's details - Save and restart
Related Guides
How is this guide?

How to Change Your Astroneer Server Name
How to set the server name displayed in the Astroneer server browser.
How to Configure Your Astroneer Dedicated Server (AstroServerSettings.ini)
Complete Astroneer server configuration guide — AstroServerSettings.ini and Engine.ini settings reference with every option explained.