Hytale Servers Space

    hytaleservers.space

    Server ListBlogFAQContact
    Back to Blog
    COMMAND REFERENCE

    Hytale Server Commands Guide

    January 16, 2026•10 min read•Complete Reference
    Hytale Server Commands Guide

    Master your Hytale server with this complete command reference guide. Whether you need to teleport players, manage permissions, change game modes, or configure your world, this guide covers every essential command with easy-to-copy examples and clear explanations.

    What you'll learn: How to enable admin permissions, use all admin commands, manage players, configure worlds, work with builder tools, and troubleshoot common command issues.

    How to Use Commands

    Opening the Console

    To use commands in Hytale, simply start typing / and the command console will automatically open. You don't need to press any special key.

    Tip: Type /help in-game to see all available commands with a searchable interface.

    Getting Admin Permissions

    Before using admin commands, you need operator permissions. In your own world or server:

    /op self

    This grants you full admin permissions. To give admin permissions to another player:

    /op [player_name]

    Admin Commands

    /op

    Manage admin permissions

    Give yourself admin permissions:

    /op self

    Give admin permissions to another player:

    /op PlayerName

    Remove admin permissions (repeat the command):

    /op PlayerName

    /auth

    Manage server authentication

    Check authentication status:

    /auth status

    Login with device code (for server owners):

    /auth login device

    Logout from server authentication:

    /auth logout

    Note: Server authentication is required for all Hytale servers. See our setup guides for details.

    /gamemode

    Change player game mode

    Change your own game mode:

    /gamemode creative
    /gamemode adventure
    /gamemode exploration

    Change another player's game mode:

    /gamemode creative PlayerName

    /give

    Give items to players

    Give an item to yourself:

    /give iron_sword

    Give an item to another player:

    /give iron_sword PlayerName

    /heal

    Restore health and stamina

    /heal

    Instantly restores your health and stamina to maximum.

    /stop

    Shutdown the server

    /stop

    Gracefully shuts down the server, saving all data.

    /backup

    Create world backup

    /backup

    Creates an instant backup of your universe (world data).

    /spawning

    Manage NPC spawning

    /spawning

    Access commands related to NPC and mob spawning behavior.

    /plugin

    Manage server plugins

    /plugin

    Main command for loading, unloading, and managing server plugins.

    Player Management Commands

    /tp

    Teleport players

    Teleport to coordinates:

    /tp 100 64 200

    Teleport to another player:

    /tp PlayerName

    Teleport a specific player to coordinates:

    /tp PlayerName 100 64 200

    /kill

    Kill and respawn players

    Kill yourself:

    /kill

    Kill another player:

    /kill PlayerName

    /spawn

    Manage spawn points

    Set the world spawn point at your location:

    /spawn set

    Teleport to spawn:

    /spawn

    Teleport another player to spawn:

    /spawn PlayerName

    /ban & /kick

    Remove disruptive players

    Kick a player (temporary removal):

    /kick PlayerName

    Ban a player (permanent until unbanned):

    /ban PlayerName

    Unban a player:

    /unban PlayerName

    /inventory

    Manage player inventories

    Clear your inventory:

    /inventory clear

    View another player's inventory:

    /inventory see PlayerName

    /whoami & /who

    Player information

    Display your player information:

    /whoami

    Display another player's information:

    /whoami PlayerName

    List all players online:

    /who

    Other Player Commands

    Damage a player:

    /damage PlayerName 5

    Play an emote:

    /emote wave

    Check player latency:

    /ping PlayerName

    Mount/dismount:

    /mount
    /dismount

    World Management Commands

    /time

    Control world time

    Check current world time:

    /time

    Set time to day/night:

    /time set day
    /time set night

    /weather

    Control weather

    Set weather type:

    /weather set clear
    /weather set rain
    /weather set storm

    Reset to natural weather:

    /weather reset

    /world

    Manage worlds

    Reload the world map:

    /world reload

    Clear map markers:

    /world clearmarkers

    /worldmap

    Reveal map zones

    Discover a zone on the map:

    /worldmap discover zone_name

    Hide a discovered zone:

    /worldmap undiscover zone_name

    /block & /chunk

    Modify blocks and chunks

    Modify block states:

    /block

    Manage chunk loading and info:

    /chunk

    Control fluids:

    /fluid

    Manage lighting:

    /lightning

    Builder & World Edit Commands

    /pos1 & /pos2

    Select building areas

    Set first corner of selection:

    /pos1

    Set second corner of selection:

    /pos2

    /copy, /cut, /paste

    Copy and move structures

    Copy selected area:

    /copy

    Cut selected area (removes original):

    /cut

    Paste copied area:

    /paste

    Undo recent changes:

    /undo

    /fillblocks & /clearblocks

    Fill or clear areas

    Fill air with specific block:

    /fillblocks stone

    Replace blocks in selection:

    /replace stone iron_ore

    Clear area between two positions:

    /clearblocks 0 64 0 100 80 100

    /prefab

    Manage structure templates

    Save current selection as prefab:

    /prefab save my_house

    Load a saved prefab:

    /prefab load my_house

    List all prefabs:

    /prefab list

    Delete a prefab:

    /prefab delete my_house

    Other Builder Commands

    Edit prefabs (advanced):

    /editprefab

    Toggle builder tools legend:

    /buildertoolslegend

    Modify camera shake intensity:

    /camshake

    Whitelist & Permission Commands

    /whitelist

    Control server access

    Enable whitelist:

    /whitelist enable

    Disable whitelist:

    /whitelist disable

    Add player to whitelist:

    /whitelist add PlayerName

    Remove player from whitelist:

    /whitelist remove PlayerName

    View whitelist:

    /whitelist list

    /perm

    Advanced permission management

    /perm

    Main command for managing detailed permissions for users and groups. Use /perm help for detailed usage.

    /maxplayers

    Set player limit

    /maxplayers 20

    Sets the maximum number of players allowed on the server simultaneously.

    Utility Commands

    Navigation Commands

    Check your current location:

    /whereami

    Teleport to surface if stuck underground:

    /unstuck

    Return to Cosmos hub:

    /hub

    Manage warp locations:

    /warp

    /checkpoint

    Manage respawn checkpoints

    Add checkpoint at current location:

    /checkpoint add

    Remove checkpoint:

    /checkpoint remove

    HUD Commands

    Hide HUD elements:

    /hudtest

    Restore HUD:

    /hudtest reset

    Special Commands

    Curse held item:

    /cursethis

    Fill signature energy:

    /fillsignature

    Manage memories:

    /memories clear
    /memories unlockall

    Send notification to all players:

    /notify [message]

    /help

    View all commands

    /help

    Displays a searchable list of all available commands with descriptions. You can click "Send to Chat" on any command to automatically input it.

    Command Tips & Best Practices

    Using Tab Completion

    Press Tab while typing a command to auto-complete player names, items, and command parameters. This saves time and prevents typos.

    Command History

    Use the ↑ and ↓ arrow keys to cycle through previously used commands.

    Permissions Required

    Most admin commands require operator status. Use /op self first if commands aren't working. On multiplayer servers, only trusted players should have operator permissions.

    Command Aliases

    Many commands have shorter aliases. For example, /tp is short for teleport. Check /help for all variations.

    Server Console Access

    When managing a dedicated server, you can execute commands directly from the server console without the / prefix:

    # In server console (no / needed):
    stop
    op PlayerName
    whitelist add PlayerName

    Common Command Issues

    Command Not Found

    Solution:

    • ▸Verify you have operator permissions with /op self
    • ▸Check spelling and use Tab completion
    • ▸Use /help to verify command exists

    Player Not Found

    Solution:

    • ▸Verify player is online with /who
    • ▸Check exact spelling of player name (case-sensitive)
    • ▸Use Tab completion to auto-fill player names

    Permission Denied

    Solution:

    • ▸You need operator status: /op self
    • ▸If in someone else's world, ask the owner for permissions
    • ▸Check permission settings in config.json or permissions.json

    Master Your Server!

    You now have a complete reference for all essential Hytale server commands. Bookmark this page for quick access, and remember to use /help in-game for the most up-to-date command list. For more server management guides, check out our other tutorials.

    List Your ServerComplete Hosting Guide →

    Related Server Guides

    • ▸
      Ultimate Guide to Hytale Server Hosting
    • ▸
      How to Create a Hytale Server on Windows
    • ▸
      How to Create a Hytale Server on Linux
    • ▸
      How to Create a Hytale Server with Docker
    • ▸
      How to Open Ports for Hytale Server
    • ▸
      How to Add Mods to Your Hytale Server