How to Add Admins on Your Ground Branch Server
Learn how to set up admin access using RCON and Steam ID-based admin lists on your Ground Branch dedicated server.
Admin access on a Ground Branch server allows you to manage players, change maps, kick or ban disruptive players, and control the server remotely. You can grant admin access through RCON (Remote Console) using an admin password, or by adding Steam IDs to the admin configuration file.
Setting Up RCON Admin Access
RCON lets you manage the server remotely using an admin password. This is the quickest way to get admin access running.
Open the XGamingServer panel
Log in to the XGamingServer panel and select your Ground Branch server.
Go to Startup
In the sidebar, click Startup.
Set the admin password
Find the Admin Password field and enter a strong password. This corresponds to the -ServerAdminPassword= startup parameter.
Save and restart
Save your changes and restart the server.
📝 Note: The admin password is separate from the server password. The server password controls who can join, while the admin password controls who can manage the server.
Using RCON In-Game
Once the admin password is set, you can authenticate in-game:
Open the console
Press the tilde key (~) to open the console.
Authenticate as admin
Type the following command:
adminlogin YourAdminPasswordReplace YourAdminPassword with the admin password you set in the startup parameters.
You'll see a confirmation message when successfully authenticated.
Adding Admins via Steam ID
For persistent admin access that doesn't require entering a password each session, you can add Steam IDs to the server's admin configuration:
Stop your server
Stop your server from the XGamingServer panel.
Navigate to Files
In the sidebar, go to Files.
Find the admin config
Navigate to the server configuration directory:
GroundBranch/ServerConfig/Look for the admin list or admins configuration file.
Add Steam IDs
Add the Steam64 IDs of players you want to grant admin access, one per line:
76561198012345678
76561198087654321Save and start
Save the file and start your server.
💡 Tip: To find a player's Steam64 ID, visit steamid.io and enter their Steam profile URL. You'll need the 17-digit Steam64 ID format.
Admin Commands Reference
Once authenticated as admin, you have access to server management commands through the console:
Player Management
| Command | Description |
|---|---|
listplayers | Lists all connected players with their IDs |
kick <playerID> | Kicks a player from the server (they can rejoin) |
ban <playerID> | Bans a player from the server |
unban <playerID> | Removes a ban, allowing the player to rejoin |
Server Management
| Command | Description |
|---|---|
servertravel <map> | Changes the current map |
gamemode <mode> | Changes the game mode |
say <message> | Broadcasts a message to all players |
pause | Pauses the game |
disconnect | Disconnects all players |
Map Change Examples
servertravel SmallTown
servertravel Compound
servertravel DepotSee the change map guide for a full list of available maps and how to set the default map.
Using External RCON Tools
You can also manage your server using external RCON tools without being connected to the game:
Get your server IP and RCON port
Find your server IP on the XGamingServer panel. The RCON port is typically the game port.
Connect with an RCON client
Use an RCON client (such as mcrcon or a web-based RCON tool) and enter:
- Host: Your server IP
- Port: Your RCON port
- Password: Your admin password
Send commands
Once connected, you can send the same admin commands listed above.
📝 Note: External RCON access is useful for managing the server when you're not in-game, such as during scheduled events or automated tasks.
Best Practices for Admin Management
- Limit admin access — Only give admin to trusted members of your community
- Use strong passwords — Your admin password should be different from your server password and hard to guess
- Log admin actions — Check the server console on the XGamingServer panel to review admin commands that were used
- Rotate passwords periodically — If someone leaves your admin team, change the admin password
If you get stuck at any time, you can join our Discord.
How is this guide?