Server Management – Arma Reforger
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page creation) |
Lou Montana (talk | contribs) (Add future commands) |
||
Line 108: | Line 108: | ||
#kick ThatAnnoyingPlayer | #kick ThatAnnoyingPlayer | ||
<!-- | <!-- | ||
Kick (eject) the player out of the server through their playerId (obtained by {{Link|#players}}). Said player can still rejoin the server. | |||
; Example | |||
#kick 123456789 | |||
=== ban === | === ban === | ||
Ban (eject and banish) the | Ban (eject and banish forever) the player out of the server through their playerId (obtained by {{Link|#players}}). Said player cannot rejoin. | ||
; Example | ; Example | ||
#ban | #ban 123456789 | ||
=== | === players === | ||
Lists players | Lists session's players and their playerId. | ||
; Example | ; Example | ||
# | #players | ||
--> | --> | ||
{{GameCategory|armaR|Support}} | {{GameCategory|armaR|Support}} |
Revision as of 16:17, 29 July 2022
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
Permissions
Right | Roles | |
---|---|---|
Logged Admin | Player | |
#login | ||
#logout | ||
#roles | ||
#restart | ||
#shutdown | ||
#kick |
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