Skip to content

Server Control Commands

System commands - uses hytale.system.command.* namespace

Shuts down the server.

Aliases: shutdown

Permission: hytale.system.command.stop

/stop [--crash]
ArgumentTypeRequiredDefaultDescription
--crashFlagNofalseShutdown with crash status

Kicks a player from the server.

Permission: hytale.system.command.kick

/kick <player>
ArgumentTypeRequiredDescription
playerPlayerYesPlayer to kick

Note: Kick message is hardcoded as “You were kicked.”


Gets or sets maximum player count.

Permission: hytale.system.command.maxplayers

/maxplayers [amount]
ArgumentTypeRequiredDescription
amountIntegerNoMaximum player limit (omit to view current)

Creates a server backup.

Permission: hytale.system.command.backup

/backup

Shows server version information.

Permission: hytale.system.command.version

/version

Server statistics and diagnostics.

Permission: hytale.system.command.server.*

/server stats cpu
/server stats memory
/server stats gc
/server gc
/server dump

Subcommands:

SubcommandPermissionDescription
stats cpuserver.stats.cpuShow CPU statistics
stats memoryserver.stats.memoryShow memory statistics
stats gcserver.stats.gcShow garbage collection statistics
gcserver.gcForce garbage collection
dumpserver.dumpDump server state to file