Author Topic: Hytale Server Admin Commands (Console)  (Read 142 times)

crazy

  • Administrator
  • Sr. Member
  • *******
  • Posts: 415
  • Karma: +6/-0
    • View Profile
    • STIPE website (This one!)
Hytale Server Admin Commands (Console)
« 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:
  • 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).
« Last Edit: 15 January 2026, 08:22:39 by crazy »