Helios Rust Console Bot Documentation
/tempban
Admin reference for /tempban in Helios. Temporarily ban a player from the game, ORP, or TP Home.
- Last updated
- Maintained by
- Helios RCE
Overview
Temporarily ban a player from the game, from Offline Raid Protection, or from TP Home. The ban lifts automatically when the duration runs out. Premium only.
Usage
/tempban server: gamertag: ban_type: reason: show_reason:
Options
| Option | Required | What It Does |
|---|---|---|
server | Yes | Server to apply the ban on |
gamertag | Yes | Gamertag to ban |
ban_type | Yes | Ban From Game, Ban From ORP, or Ban From TP Home |
reason | Yes | Reason shown in logs |
show_reason | Yes | Show the reason in the in-game announcement (game bans) |
days | No | Ban duration in days |
hours | No | Additional hours |
minutes | No | Additional minutes |
Ban Types
- Ban From Game — kicks and bans the player from the server itself.
- Ban From ORP — blocks the player from using Offline Raid Protection.
- Ban From TP Home — blocks the player from using TP Home.
Example
/tempban server:"EU Main" gamertag:"PlayerName" ban_type:"Ban From Game" reason:"Racism in chat" show_reason:True days:3
Unban Early With /player unban
Lift an active temp ban immediately instead of waiting for the duration to run out:
/player unban server:"EU Main" gamertag:"PlayerName"
gamertagautocompletes from the server's active temp bans — pick the banned player from the list.- Works for all three ban types (game, ORP, TP Home).
- Requires an admin or mod role.
Notes
- Combine
days,hours, andminutesfor exact durations (e.g. 1 day 12 hours). - Bans are logged with the reason, so keep reasons clear for your staff team.
- Requires Manage Server (ManageGuild).
Immediate Unban
/player unban server:"<SERVER>" gamertag:"<BANNED PLAYER>"

The gamertag autocomplete only lists players with an active temporary ban on the selected server. The command immediately removes a Game, ORP, or TP Home ban instead of waiting for its expiration.
Game-ban removal also sends the matching unban command to the connected game server. Manage Server always has access; an allowed /player moderator role can also use the command.
- Use
/player unbanto lift a ban early.