Multiplayer Server Commands

From Bohemia Interactive Community
Revision as of 13:33, 11 November 2011 by .kju (talk | contribs)
Jump to navigation Jump to search
Reports have been circulated of a script exploit that allows a non-admin player to force an in-game admin to issue Admin commands. Either #logout of server admin when not required, or consider using BattlEye's RCon tool to administer the server out of band

See also Armed Assault: Multiplayer Server Commands.

The following commands are available to you once you have connected to a server.

You can access the command line by pressing the chat key (default: /). In the chat input window you can type any of the following commands in and confirm them with the enter key.

You have to add the # character before the command.


Administration commands

Command Example Description
#login password
  • #login adminPW
Log in as the admin
#logout Admin log out
#vote admin (name/ID/PLR#)
  • #vote admin nickName
  • #vote admin 47114712
  • #vote admin 3
Users can vote an admin to control the server
#mission filename
  • #mission myDM.intro
Select mission with known name
#missions Select mission
#restart Restart mission
#reassign Start over and reassign roles
#kick (name, ID or Player#)
  • #kick nickName
  • #kick 47114712
  • #kick 3
Allows you to kick a player
#shutdown Shuts down the server
#monitor (interval in sec) #monitor 1 Shows performance information of the server. Interval 0 means to stop monitoring
#debug (command) (interval)
  • #debug TotalSent 1
The available commands are:
  • checkFile
  • Console
  • TotalSent
  • UserSent
  • UserInfo
  • UserQueue
  • JIPQueue

Each command differs bit some output to screen, some to log file etc.

#exec ban (name, ID or Player#)
  • #exec ban nickName
  • #exec ban 47114712
  • #exec ban 3
Allows you to ban a player. Their ID will be added to the ban.txt

User commands

Command Example Description
#vote missions Users can vote for the mission selection
#vote mission (name)
  • #vote mission myD.intro
Users can vote on a particular mission to loaded
#vote kick (name, ID or Player#)
  • #vote kick nickName
  • #vote kick 47114712
  • #vote kick 3
Users can vote to kick off an individual
#vote restart Vote to restart the mission
#vote reassign Vote to reassign
#userlist Displays the list of users on the server (use pgup to scroll up)