Server Management – Arma Reforger

From Bohemia Interactive Community
Revision as of 16:31, 31 May 2022 by Lou Montana (talk | contribs) (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
See also: Server Hosting.


Administrator Roles

An in-game server administrator can be:

  • the player hosting the server
  • a logged-in admin, using #login adminPassword
  • a voted-in admin through the #vote admin command
As of Arma Reforger 0.9.5, neither player-hosting nor the #vote command are implemented, leaving only the Logged-in Server Admin option for now.


Permissions

Right Roles
Logged Admin Player
#login Unchecked Checked
#logout Checked Unchecked
#roles Checked Checked
#restart Checked Unchecked
#shutdown Checked Unchecked
#kick Checked Unchecked


Commands

login

Login as server administrator with the password set in server config's field adminPassword.

Example
#login myServersPassword

logOut

Example
#logOut

roles

Print the list of server roles the player possesses.

Example
#roles

restart

Restart the actually running scenario. The server keeps the clients connected.

Example
#restart

shutdown

Shut down the server, disconnecting all the clients.

Example
#shutdown

kick

Kick (eject) the provided player from the server. Said player can still rejoin the server.

Example
#kick ThatAnnoyingPlayer