How to Add Admins to Your Space Engineers Server
Admins have full management rights on the server and can, for example, kick and ban players. You can define admins via the server config or directly in-game.
Requirement
You need the SteamID64 of each player you want to make an admin.
Method 1: Via the server config
Caution
Stop your server before editing the config file. A running server overwrites your changes when it saves.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP, or use the file browser.Open the config
Open the fileSpaceEngineers-Dedicated.cfg.Add the admins
Find the<Administrators>section (an empty server shows<Administrators />) and add one line per admin with the SteamID64:xml<Administrators> <unsignedLong>76561198000000000</unsignedLong> </Administrators><Administrators> <unsignedLong>76561198000000000</unsignedLong> </Administrators>Start the server
Save the file and start your server.
Method 2: Directly in-game
An existing admin can promote other players live:
Join the server
Join your server as an admin.Open the admin menu
Open the player list withF3or the admin screen withAlt+F10.Promote the player
Select the player and promote them (Promote) to the desired rank.
Crossplay servers
On servers with crossplay enabled, the SteamID method (method 1) does not take effect. In that case use in-game promotion (method 2) or the Remote API.