How to Set Admins on an Arma 3 Server
Last modified on Nov 3, 2022 in arma
By Dalton Whalen
Overview
When playing on an Arma 3 server, organization and control can be effective for managing the gameplay. In most cases, you would need to access the server panel in order to make changes or adjustments to the ongoing game. Luckily, Arma 3 allows you to add an admin password and provide players with access to a variety of server commands. Whether this is used to moderate troublemakers, restart the server after a mission, or adjust the active mission, all of this is possible. Adding an Arma 3 admin password is easy with Apex Hosting’s config editor, so we have created this guide to help you get started.
Setting an Admin Password
- Navigate to your Apex Server Panel, then stop the server.
- Within the left-hand menu, enter the
Config Files
tab. - Select the
Server Config
to open the editor. - Locate the
passwordAdmin =
field, then remove the//
if present. - Within the quotations, enter your desired server admin password.
- Press “Save” once complete, then restart the server.
Becoming Admin In-Game
- Launch Arma 3 and join the server as normal.
- Once in-game, press
/
to open the chat box. - Enter
#login [AdminPassword]
into the chat. - Replace
[AdminPassword]
with your password from earlier. - Press
Enter
to submit the password.
You should now receive a message confirming that you are logged in as an admin. You should now have access to a variety of server commands that can be used in your server.
Admin Commands
Command | Description |
---|---|
#login [Password] | Log into the admin account using a password. |
#logout | Log out of the admin account. |
#mission [filename] [difficulty] | Select a mission with a known name and set a difficulty. |
#missions | Allows selection of missions on a shown list of all available missions. |
#restart | Restarts the mission. |
#reassign | Start over and reassign roles. |
#shutdown | Shutdown the server immediately. |
#restartserver | Shutdown and restart the server. |
#shutdownaftermission | Shutdown the server after the mission ends. |
#restartserveraftermission | Restarts the server after the mission ends. |
#init | Reload server config file. |
#exec ban [player] | Ban a player from the server. |
#kick [player] | Kick a player from the server. |
#monitor [interval] | Shows performance information of the server. 0 stops monitoring. |
#monitords [interval] | Shows performance information in the server console. |
#debug [interval] | Enables debugging at a set interval. |
#debug off | Disables the debugging. |
#debug [command] [param] | View debug information on a specific parameter. |
#lock | Prevent new clients from joining the server. |
#unlock | Unlocks the server, allowing new clients to join. |
Common Issues
Nothing happens when using the #login command:
If the login command is not working, it often means that the password is being typed incorrectly or may not be enabled through the config file. First, return to the config file and ensure the // at the beginning of the password field is removed. Otherwise, make note of the exact password spelling and try it once more. The server console can also be checked to see if there are messages about an incorrect password entered.
Commands are not working:
If commands are not working on the server, ensure you are fully logged into the admin account before attempting to use any commands. If you do not receive a login message after entering the admin password, then commands will not work normally. If you are successfully logged in and believe commands still aren’t working, try using a command like #restartserver to see if it reboots.
Helpful Links
Multiplayer Commands Wiki
How to Join an Arma 3 Server