Admin access allows you to manage your server with powerful commands for kicking players, changing missions, and controlling the server. Set an admin password to enable administrative functions in-game.
For a complete list of admin commands, see the All Arma 3 Admin Commands article.
Method 1: Admin Password
The simplest way to enable admin access is through the control panel:
- Navigate to the Wabbanode Control Panel and Stop your server.

- Click the Settings tab and select Arma 3 Server Settings.

- Locate the Admin Password field and enter your desired password.

- Click Save and Start your server.
Logging in with Password
Once connected to your server:
- Open the chat window by pressing / (slash key).
- Type
#loginfollowed by your admin password:#login yourpassword - Press Enter to authenticate.
- You'll receive a confirmation message if successful.
Method 2: Admin List via server.cfg (Passwordless)
You can also add admins by their Steam ID, allowing them to log in without needing the password. This is useful when you want multiple admins without sharing the password.
Adding Admins to server.cfg
- Click the Settings tab and select Arma 3 Server.cfg.

- Add the
admins[]array with Steam IDs to the end of the file:admins[] = {"76561198012345678", "76561198087654321"};
- Click Save and restart your server.
Finding Your SteamID64
You need the SteamID64 format for the admins array:
- Visit SteamID.net.
- Enter the player's Steam username or profile URL in the search field.

- Locate the SteamID64 (Dec) field in the results.

- Copy this number for the admins array.
The SteamID64 (Dec) is a 17-digit number that looks like 76561199811316573. Make sure you copy the decimal version, not the hex version.
Logging in as a Listed Admin
Players listed in the admins[] array can log in without a password:
- Open the chat window by pressing / (slash key).
- Simply type:
#login - The server recognizes your Steam ID and grants admin access automatically.
Common Admin Commands
Once logged in as admin, you can use these commands:
| Command | Description |
|---|---|
#kick player | Kick a player from the server |
#missions | View available missions |
#restart | Restart the current mission |
#lock | Lock the server (prevent new joins) |
#unlock | Unlock the server |
#shutdown | Shut down the server |
You now have admin access to your Arma 3 server. Use these powers responsibly to ensure smooth operations for all players.

