How to Add Admins on Your Arma Reforger Server
Set up admin access on your Arma Reforger server using the admin password and Steam ID whitelist for passwordless login.
Arma Reforger has two ways to grant admin access:
- Admin password — anyone who knows it can become admin via
#login - Steam ID whitelist — listed players become admin without typing a password
You can use either, or both together.
Set the Admin Password
Open the Config Editor
In the XGamingServer Panel, click Arma Reforger Config in the sidebar (or click Open Config Editor on the dashboard banner).

Set the Admin Password
Enter a value in the Admin Password field. Alphanumeric only, no spaces.
Save and restart
Click Save Changes, then restart the server from Console.
Stop the server
Go to Console in the panel and stop the server.
Open config.json
Click Files in the sidebar and open config.json.
Set passwordAdmin
"game": {
"passwordAdmin": "YourAdminPassword"
}Save and start
Click Save Content and start from Console.
Logging In as Admin (In-Game)
Open chat
Press C in the lobby or Enter in-game to open chat.
Once authenticated, you can access Game Master mode from the pause menu and use admin commands.
Steam ID Whitelist (Passwordless Admin)
Players in this list can type just #login (without a password) to become admin. Maximum 20 entries.
Open the Game tab
In Arma Reforger Config, go to the Game tab.
Add Steam IDs
In the Admin Steam/Identity IDs field, enter one SteamID64 per line. Find IDs at steamid.io.
76561198012345678
76561198087654321Save
Click Save Changes and restart.
In config.json, add the admins array:
"admins": [
"76561198012345678",
"76561198087654321"
]Save and restart.
Common Issues
| Problem | Fix |
|---|---|
#login doesn't work | Make sure the admin password is alphanumeric only — no spaces or symbols |
| Steam ID whitelist not working | Verify the IDs are SteamID64 format (17 digits starting with 7656). Check there are no extra spaces |
| Lost admin after rejoining | Admin status persists for the session only — re-run #login after rejoining |
| Can't access Game Master | Make sure you're authenticated as admin first, then look for the option in the pause menu |
Related Guides
How is this guide?

How to Add a Whitelist to Your Arma Reforger Server
Restrict your Arma Reforger dedicated server to approved players only by configuring a player whitelist.
How to Set Up Automatic Backups for Your Arma Reforger Server
Configure scheduled and manual backups to protect your Arma Reforger dedicated server from data loss.
