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:

  1. Admin password — anyone who knows it can become admin via #login
  2. 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).

Config Tool in the sidebar

Go to the Game tab

Click the Game tab in the editor.

Config Editor Game tab

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.

Run the login command

Type:

#login YourAdminPassword

Press Enter.

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
76561198087654321

Save

Click Save Changes and restart.

In config.json, add the admins array:

"admins": [
  "76561198012345678",
  "76561198087654321"
]

Save and restart.

Common Issues

ProblemFix
#login doesn't workMake sure the admin password is alphanumeric only — no spaces or symbols
Steam ID whitelist not workingVerify the IDs are SteamID64 format (17 digits starting with 7656). Check there are no extra spaces
Lost admin after rejoiningAdmin status persists for the session only — re-run #login after rejoining
Can't access Game MasterMake sure you're authenticated as admin first, then look for the option in the pause menu

How is this guide?

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

On this page