Adding an administrator to your Arma 3 server grants the specified player the ability to perform administrative actions, modify server settings, and execute all commands on the server.
This is useful for server administrators who wish to modify a mission during a session or they wish to moderate/remove troublesome players from the server.
# Adding an Admin
You can add an admin using the proper configuration property inside the Arma 3 Server Config found in your Shockbyte control panel.
- Access your control panel and Stop your server.
- Navigate to your server files and open the server.cfg file.
- At the bottom of the file, Add the option
admins[]={};
- Enter the player's SteamID64 under the
admins[]={};
option.
The format will appear as follows:
admins[]={
123456789
};
- Click Save and Start your server.
# Logging In as an Admin
To log in as admin without adding yourself to the server configuration, use the login command followed by your server's configured admin password.
- Launch Arma 3 and Connect to your server.
- Press theÂ
/
 key on your keyboard to open the chatbox. - Enter the command
#login yourpasswordhere
to log in as an administrator.
You have now successfully added an administrator to your ARMA 3 server. With your new admin powers in place, managing your server will be a breeze.