DayZ does not have a normal in-game owner console like some survival games. Server administration is usually handled through BattlEye RCON, an external RCON client, or an installed admin tool/mod. Use this guide as a quick reference for common BattlEye RCON commands and where to find the connection details.

  1. Open your DayZ server in the control panel.
  2. Copy the RCON Info address from the service home page. The RCON port is different from the normal player connection port.

    DayZ service home showing RCON Info

  3. If you have not set an RCON password yet, follow How to configure RCON on your DayZ server first.

    DayZ BEServer_x64.cfg Config Editor showing the RCon Password field

  4. Open a compatible BattlEye/DayZ RCON client.
  5. Connect using the server IP, RCON port, and RCON password.
  6. Run players first so you can see who is online and confirm the player/session identifier before using kick or ban commands.
CommandWhat it doesExample
playersLists connected players and their current session/player identifiers.players
kick <player/session>Kicks a connected player from the server.kick 12
ban <player/session>Bans a connected player from the current session/list depending on the RCON tool.ban 12
addBan <id> <time> <reason>Adds a ban manually by identifier. Time is usually minutes; use 0 for permanent when supported.addBan 76561198000000000 0 cheating
removeBan <id>Removes a ban entry for the identifier you provide.removeBan 76561198000000000
bansLists current bans.bans
say -1 <message>Sends a global server message when supported by the RCON client/server version.say -1 Restart in 10 minutes
shutdownStops the server when supported by the RCON tool.shutdown

Command support can vary by RCON client, BattlEye version, and installed admin tools. If you use a separate DayZ admin mod, follow that mod's own command and permission documentation.

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

Changing the map to Livonia on your DayZ:Standalone Server

DayZ map selection is controlled from serverDZ.cfg. Use the Config Editor map dropdown when...

How to install the workshop map Namalsk Survival on your DayZ: Standalone Server

Namalsk requires the official Namalsk Island terrain Workshop item and the official Namalsk...

How to disable idle on loot when no one is online on your DayZ Game Server

DayZ idle mode settings are stored in the active mission database file globals.xml. Change these...

How install DZSA Launcher on your DayZ server

DZSA Launcher support is added with the server-side DZSA/DZSAL package, usually named...

How to update your DayZ server to the latest version

Use Steam Update when DayZ releases a server update or players see a version mismatch. Back up...