STIPE Official Forum

STIPE Servers and Support => Hytale => Topic started by: crazy on 15 January 2026, 08:15:44

Title: Hytale Server Admin Commands (Console)
Post by: crazy on 15 January 2026, 08:15:44
Hytale Server Admin Commands (Console)

Here are some common commands you can type the Console section of the control panel.

Operator (OP)
Code: [Select]
op add <player>        # Give OP permissions
op remove <player>     # Remove OP permissions

Examples:
op add stipe
op remove stipe

Whitelist
Code: [Select]
whitelist add <username>       # Add user to whitelist
whitelist remove <username>    # Remove user from whitelist
whitelist enable               # Turn whitelist ON (only whitelisted can join)
whitelist disable              # Turn whitelist OFF
whitelist clear                # Clear ALL whitelisted users
whitelist status               # Show whether whitelist is enabled/disabled
whitelist list                 # List all whitelisted users

Examples:
whitelist add stipe
whitelist remove stipe
whitelist enable
whitelist status
whitelist list

Bans
Code: [Select]
ban <playername> <reason>      # Ban player with a reason
unban <playername>             # Unban player

Examples:
ban stipe griefing
unban stipe


Notes: