Project Zomboid Artwork

Wiki & Guides

Project Zomboid

Zombie Survival · Isometric · The Indie Stone

Rent Project Zomboid Server

Project Zomboid Admin Commands: setaccesslevel & Access Levels

Project Zomboid admin commands at a glance: become admin with setaccesslevel, all five access levels explained and the key commands from kick to additem.

Last updated July 20, 2026 · RespawnHost

On this page

Become admin in one minute

You become admin on your Project Zomboid server with setaccesslevel YourName admin in the server console — at RespawnHost, directly in the console in the panel. Revoking works the same way: setaccesslevel YourName none.

setaccesslevel YourName admin

Which access levels are there?

Project Zomboid has five tiered access levels — from full control to pure observation:

RankLevelRole
1adminHighest level — full access
2moderatorModeration
3overseerOversight
4gmGame master (events)
5observerLowest level — observing
noneRegular player (revoke rights)

The most important admin commands

CommandEffect
setaccesslevel <name> <level>Grant or revoke an access level (none)
kick <name>Kick a player from the server
banuser <name> trueBan a player
banid <id>Ban by ID
teleportTeleport players
additem <player> Base.Axe 3Give items (example: 3 axes)
addvehicleSpawn a vehicle
addxp <player> Perks.Carpentry 5000Grant XP for a skill
godmodeToggle invulnerability
invisibleBecome invisible
servermsg <text>Message to all players
saveSave the world immediately
startrain / stoprainStart/stop rain
chopperTrigger the helicopter event
alarmTrigger an alarm

Tip

Item commands use internal IDs with a module prefix: Base.Axe for the axe, Perks.Carpentry for the carpentry skill. Mind the capitalization.

What does Build 42 bring for admins?

Build 42 ships an in-game admin panel — many management tasks can be handled directly in the game via UI instead of console commands. The console remains the reliable fallback for everything else.

Frequently asked questions

How do I revoke a player’s admin rights? setaccesslevel <name> none — the player becomes a regular player again.

Where do I enter the commands? In the server console — at RespawnHost, in the live console in the panel. As a logged-in admin, the B42 in-game admin panel is available on top.

How do I give a player items or XP? additem <player> Base.Axe 3 gives items, addxp <player> Perks.Carpentry 5000 grants skill XP.

How do I set up a whitelist? Set Open=false in servertest.ini — then only approved players can join. Details in the server settings guide.