Server Management – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
(Add ban lifetime note)
(Undo revision 338605 by Lou Montana (talk) keep #vote note)
Tag: Undo
Line 9: Line 9:
* a logged-in admin, using {{hl|[[#login]] [[Arma Reforger:Server Hosting#adminPassword|adminPassword]]}}
* a logged-in admin, using {{hl|[[#login]] [[Arma Reforger:Server Hosting#adminPassword|adminPassword]]}}
* ''a voted-in admin through the {{hl|#vote admin}} command''
* ''a voted-in admin through the {{hl|#vote admin}} command''
{{Feature|important|As of {{armaR}} 0.9.'''7''' the {{hl|#vote}} command is not implemented, leaving only the {{Link|#login|logged-in admin}} option for now.}}




Line 19: Line 21:
|- class="align-center"
|- class="align-center"
! Logged Admin
! Logged Admin
! Voted Admin
<!-- ! Voted Admin -->
! Player
! Player
|-
|-
| {{hl|#login}}
| {{hl|#login}}
| {{Icon|unchecked}}
| {{Icon|unchecked}}
| {{Icon|unchecked}}
<!-- | {{Icon|unchecked}} -->
| {{Icon|checked}}
| {{Icon|checked}}
|-
|-
| {{hl|#logout}}
| {{hl|#logout}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#roles}}
| {{hl|#roles}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|checked}}
| {{Icon|checked}}
|-
|-
| {{hl|#restart}}
| {{hl|#restart}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|unchecked}}
<!-- | {{Icon|unchecked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#shutdown}}
| {{hl|#shutdown}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|unchecked}}
<!-- | {{Icon|unchecked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#kick}}
| {{hl|#kick}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#ban}}
| {{hl|#ban}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#unban}}
| {{hl|#unban}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#bans}}
| {{hl|#bans}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|unchecked}}
| {{Icon|unchecked}}
|-
|-
| {{hl|#id}}
| {{hl|#id}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|checked}}
| {{Icon|checked}}
|-
|-
| {{hl|#players}}
| {{hl|#players}}
| {{Icon|checked}}
| {{Icon|checked}}
| {{Icon|checked}}
<!-- | {{Icon|checked}} -->
| {{Icon|checked}}
| {{Icon|checked}}
|}
|}

Revision as of 17:05, 22 March 2023

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.7 the #vote command is not implemented, leaving only the logged-in 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
#ban Checked Unchecked
#unban Checked Unchecked
#bans Checked Unchecked
#id Checked Checked
#players Checked Checked


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 player out of the server through their playerId (obtained by players). Said player can still rejoin the server.

Example
#kick 123456789

ban

Ban (eject and banish forever or for a certain duration in seconds) the player out of the server through their playerId (obtained by players). Said player cannot rejoin until ban expiration.

Example

Ban for an hour

#ban 123456789 3600

Ban forever

#ban 123456789 -1
Bans are not persistent between server executions - a restart resets the ban list.

unban

Unban (cancel the ban) the player, allowing them to rejoin.

Example
#unban 123456789

bans

List bans in a format BanID ; Player UID ; Duration

Example
#bans

id

Gives the local player's id.

Example
#id

players

Lists session's players and their playerId.

Example
#players