Server Management – Arma Reforger
Lou Montana (talk | contribs) m (Fix) |
Lou Montana (talk | contribs) m (Fix) |
||
Line 1: | Line 1: | ||
{{TOC|side}} | {{TOC|side}} | ||
{{Feature|informative|See also: | {{Feature|informative|See also: {{Link|Arma Reforger:Server Hosting|Server Hosting}}.}} | ||
Line 6: | Line 6: | ||
An in-game server administrator can be: | An in-game server administrator can be: | ||
* | * the player hosting the server (PC only) | ||
* a logged-in admin, using {{hl|[[#login]] [[Arma Reforger:Server Hosting#passwordAdmin|passwordAdmin]]}} | * a logged-in admin, using {{hl|[[#login]] [[Arma Reforger:Server Hosting#passwordAdmin|passwordAdmin]]}} | ||
* | * a voted-in admin | ||
Line 157: | Line 155: | ||
This command prefixes ban-related commands: "create", "remove", "list" | This command prefixes ban-related commands: "create", "remove", "list" | ||
Ban (eject and banish forever or for a certain duration in seconds) the player out of the server through their playerId (obtained by {{Link|#players}}). Said player cannot rejoin until ban expiration. | Ban (eject and banish forever or for a certain duration in seconds) the player out of the server through their playerId (obtained by {{Link|#players}}). Said player cannot rejoin until ban expiration. | ||
{{Feature|important| | {{Feature|important|This command can only be executed on a dedicated server.}} | ||
}} | |||
==== create ==== | ==== create ==== | ||
Line 182: | Line 177: | ||
; Syntax | ; Syntax | ||
#ban remove <identityId> | #ban remove <identityId> | ||
#ban remove <banId> | |||
; Example | ; Example | ||
#ban remove 123456789 | #ban remove 123456789 | ||
#ban remove 42 | |||
==== list ==== | ==== list ==== |
Revision as of 11:23, 23 November 2023
Administrator Roles
An in-game server administrator can be:
- the player hosting the server (PC only)
- a logged-in admin, using #login passwordAdmin
- a voted-in admin
Permissions
Right | Player Role | RCON Permission | |||
---|---|---|---|---|---|
Logged Admin | Voted Admin | Player | RCON Admin | RCON Monitor | |
#login | |||||
#logout | |||||
#roles | |||||
#restart | |||||
#shutdown | |||||
#kick | |||||
#ban | |||||
#id | |||||
#players |
Commands
login
Login as server administrator with the password set in server config's field passwordAdmin.
- Syntax
#login #login <password>
- Example
#login #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.
- Syntax
#kick <playerId>
- Example
#kick 123456789
ban
This command prefixes ban-related commands: "create", "remove", "list" 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.
create
Create a ban entry for the player related to the provided id.
- Syntax
#ban create <playerId or identityId> <durationInSeconds> <reason (optional)>
if using playerId, the player must actually be connected to the server; use identityId if required.
- Example
Ban for an hour
#ban create 123456789 3600
Ban forever
#ban create 123456789 -1
Ban with a reason
#ban create 123456789 teamkilling
remove
Remove a ban entry linked to the provided identity, allowing the player to rejoin.
- Syntax
#ban remove <identityId> #ban remove <banId>
- Example
#ban remove 123456789 #ban remove 42
list
List current bans in a format BanID ; Player UID ; Duration.
- Syntax
#ban list <page (optional)>
- Example
#ban list #ban list 2
id
Gives the local player's id.
- Example
#id
players
Lists session's players and their playerId.
- Example
#players