Menu
 

Console Commands

Console Commands

Project Zomboid has a long command list, but most server owners only lean on a small reliable core: user management, moderation, diagnostics, and a few recovery tools. Learning those well matters more than memorizing every command that exists.

Command Groups Worth Knowing

Access managementPromote or demote staff, update permissions, and manage trust boundaries for community servers.
ModerationKick, ban, mute, teleport, and investigate reports without restarting the world.
DiagnosticsUseful for checking server state, current users, and whether a reported issue is actually global or isolated.
Recovery and maintenancePassword fixes, safe rollbacks, and world-management commands should be used carefully and documented.

Good Admin Habits

  • Run risky commands from a written playbook so two moderators do not improvise differently.
  • Prefer the least destructive command that solves the problem.
  • Log who ran important actions such as access changes, teleports, or resets.
  • Test moderation procedures on a staging world if you run events or custom mod packs.

When Commands Become Dangerous

  • When several admins can run them but nobody owns the rollback process.
  • When commands are used as a substitute for fixing the underlying config or mod issue.
  • When they are executed live during peak activity without warning players.

Verified 2026 Detail

The current official modding Javadocs list a large `zombie.commands.serverCommands` package including `SetAccessLevelCommand`, `AddXPCommand`, `PlayersCommand`, `ServerMessageCommand`, `TeleportCommand`, and many weather or horde tools. That is a useful reminder that the live admin surface is broad enough that moderation policy matters as much as memorizing syntax.

Current Official Note

Project Zomboid's official site and FAQ still distinguish between stable releases and opt-in unstable beta builds. If you are documenting admin commands for a live server, always verify the branch first because console behavior and surrounding UI can shift on the unstable line before stable catches up.

Need a stable place to test changes before you touch a live world? Launch your Project Zomboid server with Supercraft.

Top