How to Add Admins on Your Avorion Server

How to grant admin access, use admin commands, and enable RCON on your Avorion dedicated server.

Adding Admins

Method 1: Startup Parameter

Add --admin with a SteamID64 when launching:

--admin 76561198012345678

Set this in the Startup tab of the XGamingServer Panel.

Method 2: In-Game Command

An existing admin can promote others:

/admin -a --id 76561198012345678

Or by player name:

/admin -a --name PlayerName

Removing Admins

/admin -r --id 76561198012345678

📝 Note: Admin slots are extra — the server always reserves +1 slot above maxPlayers for admins.

Admin Commands

Server Management

CommandDescription
/saveForce save the world
/stopGracefully shut down (saves first)
/statusServer status info
/versionShow server version
/seedDisplay galaxy seed
/playerShow player count

Player Management

CommandDescription
/kick <player>Kick a player
/ban <player>Ban (blacklist) a player
/unban <player>Remove from blacklist
/banip <ip>IP ban
/unbanip <ip>Remove IP ban
/blacklistManage blacklist
/whitelistManage whitelist

Economy

CommandDescription
/give <player> <amount> creditsGive credits
/give <player> <amount> <ore>Give resources

Dev Mode

For advanced admin tools, enable DevMode = true in server.ini, then in-game:

  1. Type /devmode to activate
  2. A puzzle icon appears in the top-right corner
  3. Click it for extensive debug/admin tools

RCON Setup

In server.ini under [Networking]:

rconPassword = YourRCONPassword
rconPort = 27015

Connect using any Source RCON-compatible tool (e.g., rcon-cli). RCON allows executing all server commands remotely.

⚠️ Warning: Always shut down with /save then /stop. Never force-close the console — this causes save corruption.

How is this guide?

40% Off — Limited TimeGet your Avorion server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page