Skip to content

Console Commands

ra.ban {steam-id} {reason} {duration}

Allows you to ban a player via the server console instead of using the website.
Supports additional arguments: --global and --ban-ip.

Examples

Ban for 7 days on the current server:

c
ra.ban 76561198121100397 Cheat 7d

Permanent ban on the current server:

c
ra.ban 76561198121100397 Cheat

Ban for 7 days on all servers:

c
ra.ban 76561198121100397 Cheat 7d --global

Permanent ban on all servers:

c
ra.ban 76561198121100397 Cheat --global

Ban for 7 days on the current server with IP ban:

c
ra.ban 76561198121100397 Cheat 7d --ban-ip

Permanent ban on the current server with IP ban:

c
ra.ban 76561198121100397 Cheat --ban-ip

Ban for 7 days on all servers with IP ban:

c
ra.ban 76561198121100397 Cheat 7d --global --ban-ip

Permanent ban on all servers with IP ban:

c
ra.ban 76561198121100397 Cheat --global --ban-ip

ra.unban {steam-id}

Allows you to unban a player via the server console instead of the website.

ra.mute {steam-id} {reason} {duration}

Allows you to mute a player in chat. Can take an additional argument: --broadcast.

Examples

Mute for 1 hour without broadcast:

c
ra.mute 76561198121100397 Spam 1h

Mute for 2 days with broadcast:

c
ra.mute 76561198121100397 Spam 2d --broadcast

ra.unmute {steam-id}

Allows you to remove a player's mute.