Admin commands in Arma 3

From 4netplayers Support Wiki
Revision as of 15:40, 28 April 2021 by Michael (talk | contribs) (Created page with "{{LP-Banner-ARMA3}} The following commands are written ingame in the chat.<br> === Admin commands === * '''#login AdminPW''' : Logs you in as admin on the server. Only one...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Rent an ArmA 3 server
Rent your own Arma 3 server at 4Netplayers.com

The following commands are written ingame in the chat.

Admin commands

  • #login AdminPW : Logs you in as admin on the server. Only one admin can be logged in at a time!
  • #logout : Logs you out of the server as admin.
  • #mission <file> [difficulty] : Starts the selected mission, difficulty is optional and doesn't have to be specified.
    An example: #mission MP_CombatPatrol_04.Malden custom would start the mission CombatPatrol_04 in the difficulty Custom.
  • #missions : Opens an overview with available missions.
  • #restart : Restarts the mission.
  • #reassign : Restarts the mission and allows to re-select the roles.
  • #shutdown : Stops the server.
  • #init : Reloads the configuration files of the server.
  • #restartserver : Restarts the server.
  • #shutdownserveraftermission : Stops the server after a completed mission.
  • #restartserveraftermission : Restart the server after completed mission.
  • #exec ban Name/Player#/UserID : Bans the specified player from the server.
    You can specify either the player name, the player number or their SteamID64.
    Example: #exec ban Playa bans the player named Playa.
  • #monitor seconds : Displays information about the performance of the server. Enter #monitor 0 to disable output.

User commands

  • #userlist : Displays a list of connected players.
  • #vote missions : Players can vote for a mission overview.
  • #vote mission <file> : Players can vote for a mission, e.g. #vote mission MP_CombatPatrol_04.Malden.
  • #vote admin name/Player#/UserID : Players can designate an admin.
  • #vote kick Name/Player#/UserID : Players can exclude a player from the server.
  • #vote restart : Players vote to restart the mission.
  • #vote reassign : Players vote on a reassignment of assigned roles.

Add admin

You can add players as admins in the CONFIG_server.cfg via their SteamID64.
. For this you need the SteamID64, which you can get here: https://steamid.io
. Also, your server must be in Advanced Mode.

Enter the players like this:

admins[]=
{
    "SteamdID64",
    "SteamdID64",
    "SteamdID64",
};

You can then simply log in to the server as admin ingame via #login command without specifying the password.