/ prefix (e.g., /help).
Permission Levels
Commands require different permission levels:- PLAYER - Available to all connected players
- MODERATOR - Available to moderators and admins
- ADMIN - Available to admins only
- CONSOLE - Server console has all permissions
Some commands cannot be used from the console and require a player to execute them.
Player Commands
These commands are available to all players.help
Displays the list of available commands or detailed help for a specific command.Aliases: Parameters:
?Usage:command(optional) - Command to see detailed help information for
list
Shows all currently connected players and the current player count.Usage:Example Output:
login
Log in as admin using the server’s admin password.Usage:Parameters:
password(required) - The server’s admin password
This command cannot be used from the console.
whisper
Sends a private message to a specific player.Aliases: Parameters:
w, msg, mUsage:player(required) - The player’s name to messagemessage(required) - The message to send
whois
Shows detailed information about a player.Usage:Parameters:
player(required) - The player’s name
Moderator Commands
These commands require moderator or admin permissions.broadcast
Broadcasts a message to all players on the server.Aliases: Parameters:
sayPermission: MODERATORUsage:message(required) - The message to broadcast
kick
Kicks a player from the server.Permission: MODERATORUsage:Parameters:
player(required) - Name of the player to kickreason(optional) - Reason for kicking the player
mute
Prevents a player from sending chat messages.Permission: MODERATORUsage:Parameters:
player(required) - Player to mute
You cannot mute yourself or players with higher permissions.
unmute
Removes a mute from a player.Permission: MODERATORUsage:Parameters:
player(required) - Player to unmute
save
Manually saves the current world state.Permission: MODERATORUsage:
summary
Shows persisted world data and server statistics.Permission: MODERATORUsage:
teleport
Teleports you to specific coordinates.Aliases: Parameters:
tpPermission: MODERATORUsage:x(required) - X coordinatey(required) - Y coordinatez(required) - Z coordinate
This command cannot be used from the console.
time
Changes the in-game time to day, night, or skips time forward.Permission: MODERATORUsage:Parameters:
day/night(optional) - Time to change to. If omitted, skips time forward
warp
Teleports players to each other.Permission: MODERATORUsage:Parameters:
player1(required) - Player to teleport (or destination if player2 is specified)player2(optional) - Destination player
back
Teleports you back to your last location.Permission: MODERATORUsage:
This command cannot be used from the console - it requires a player.
fast
Enables or disables fast cheat commands like “hatch” (instant egg hatching) or “grow” (instant plant growth).Permission: MODERATORUsage:Parameters:
hatch- Enables instant egg hatchinggrow- Enables instant plant growth
promote
Sets specific permission levels for a player.Permission: MODERATORUsage:Parameters:
player(required) - The username to change permissions forperms(required) - Permission level: PLAYER, MODERATOR, or ADMIN
Admin Commands
These commands require admin permissions.autosave
Toggles automatic world saving on or off.Permission: ADMINUsage:Parameters:
on/off(required) - Whether autosave should be enabled or disabled
aurora
Manages the Aurora’s explosion state.Permission: ADMINUsage:Parameters:
countdown- Starts the Aurora explosion countdownrestore- Restores the Aurora to its pre-explosion stateexplode- Immediately explodes the Aurora
This command cannot be used from the console as it requires client-side effects.
backup
Creates a manual backup of the current save.Permission: ADMINUsage:
changeadminpassword
Changes the server’s admin password.Permission: ADMINUsage:Parameters:
password(required) - The new admin password
changeserverpassword
Changes or clears the server password required to join.Permission: ADMINUsage:Parameters:
password(optional) - The new server password. Omit to clear the password
changeservergamemode
Changes the server’s game mode for all players.Permission: ADMINUsage:Parameters:
gamemode(required) - Game mode to change to
SURVIVAL- Standard survival modeFREEDOM- No hunger/thirst requirementsHARDCORE- Permadeath modeCREATIVE- Creative mode with all resources
deop
Removes admin permissions from a player.Permission: ADMINUsage:Parameters:
player(required) - Username to remove admin rights from
gamemode
Changes a specific player’s game mode.Permission: ADMINUsage:Parameters:
mode(required) - Game mode (SURVIVAL, FREEDOM, HARDCORE, CREATIVE)player(optional) - Player to change mode for (defaults to self)
keepinventory
Sets whether players keep their inventory when they die.Permission: ADMINUsage:Parameters:
state(required) - true to keep inventory on death, false otherwise
op
Grants admin permissions to a player.Permission: ADMINUsage:Parameters:
player(required) - The player’s name to make an admin
pvp
Enables or disables player versus player combat.Permission: ADMINUsage:Parameters:
state(required) - “on” to enable PvP, “off” to disable
stop
Stops the server and saves the world.Aliases:
exit, halt, quit, closePermission: ADMINUsage:The server will save the world before shutting down.
sunbeam
Triggers Sunbeam story events.Permission: ADMINUsage:Parameters:
storystart- Starts the Sunbeam story eventcountdown- Starts the Sunbeam countdowngunaim- Triggers the gun aiming at Sunbeam
This command cannot be used from the console.
Console-Only Commands
These commands can only be executed from the server console, not by players in-game.config
Opens the server configuration file in the system’s default text editor.Permission: CONSOLEUsage:
directory
Opens the current server directory in the system’s file explorer.Aliases:
dirPermission: CONSOLEUsage:loadbatch
Loads entities at specific coordinates for debugging and testing.Permission: ADMIN (Console)Usage:Parameters:
x(required) - X coordinatey(required) - Y coordinatez(required) - Z coordinate
query
Query the entity associated with a given NitroxId for debugging.Permission: CONSOLEUsage:Parameters:
nitrox-id(required) - The NitroxId of the entity to query
swapserializer
Swaps the server’s serialization mode between JSON and ProtoBuf.Permission: CONSOLE (Admin)Usage:
See Also
Server Configuration
Configure server settings in server.cfg
Getting Started
Learn how to set up your first server
