Skip to content

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.

  1. Open chat
    Open the chat with the / key.

  2. List players
    Enter the following command:

    #players
    #players
  3. Note the ID
    Note 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 5

Ban 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:

CommandEffect
#ban 5 0Permanent ban
#ban 5 3600Ban for 1 hour
#ban 5 86400Ban for 24 hours

Remove a Ban

#ban remove <playerId>
#ban remove <playerId>

List All Bans

#ban list
#ban list

Tip

Always use the numeric player ID instead of the player name to make sure the correct player is affected.