How to Kick and Ban Players on an Arma Reforger Server ​
Prerequisite
You must be logged in as admin to use these commands. See Become Admin.
Find Player ID ​
Before you can kick or ban a player, you need their player ID.
Open the chat with the
/key.Enter the following command:
#players#playersNote the ID of the desired player from the list.
Kick a Player ​
A kicked player is removed from the server but can rejoin immediately.
#kick <playerId>#kick <playerId>Example:
#kick 5#kick 5Ban a Player ​
A banned player cannot rejoin the server until the ban expires or is manually removed.
#ban <playerId> <duration>#ban <playerId> <duration>The duration is specified in seconds. 0 means a permanent ban.
Examples:
| Command | Effect |
|---|---|
#ban 5 0 | Permanent ban |
#ban 5 3600 | Ban for 1 hour |
#ban 5 86400 | Ban for 24 hours |
Remove a Ban ​
#ban remove <playerId>#ban remove <playerId>List All Bans ​
#ban list#ban listTip
Always use the numeric player ID instead of the player name to make sure the correct player is affected.