Hytale Server Admin Commands (Console)Here are some common commands you can type the Console section of the control panel.
Operator (OP)op add <player> # Give OP permissions
op remove <player> # Remove OP permissions
Examples:
op add stipe
op remove stipe
Whitelistwhitelist 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
Bansban <playername> <reason> # Ban player with a reason
unban <playername> # Unban player
Examples:
ban stipe griefing
unban stipe
Notes:- Run these commands in the server console.
- Replace placeholders like <player> / <username> with the player’s name.
- If your reason contains spaces, try quoting it (if your server build supports quotes).