Console Commands
You can run commands on your server without being in-game using the Console tab on the manage page. This page covers the most useful commands for day-to-day administration.
Slash prefix rules:
In the server Console tab - type commands without a leading slash.
In in-game chat (press Enter) - type commands with a leading /.
Player Management
| Console Command | In-game Chat | Description |
setaccesslevel <username> admin |
/setaccesslevel <username> admin |
Grant admin rights to a player. The player must have already joined and created their account. |
setaccesslevel <username> none |
/setaccesslevel <username> none |
Remove admin (or other elevated) access from a player. |
setaccesslevel <username> moderator |
/setaccesslevel <username> moderator |
Grant moderator access. Moderators can kick and ban but have fewer powers than admins. |
kickuser <username> |
/kickuser <username> |
Disconnect a player from the server. They can reconnect immediately. |
banuser <username> |
/banuser <username> |
Permanently ban a player by username. They cannot rejoin. |
unbanuser <username> |
/unbanuser <username> |
Remove a username ban. |
banid <Steam64ID> |
/banid <Steam64ID> |
Ban a player by their Steam ID. Useful if you don't know their in-game username. |
unbanid <Steam64ID> |
/unbanid <Steam64ID> |
Remove a Steam ID ban. |
players |
/players |
List all currently connected players. |
World & Game State
| Console Command | In-game Chat | Description |
save |
/save |
Force a manual world save immediately. |
quit |
/quit |
Gracefully save and stop the server. Preferred over a hard kill. |
alarm |
/alarm |
Trigger a car alarm at the admin's current location (in-game only). |
changeoption <option> <value> |
/changeoption <option> <value> |
Change a server option at runtime without a full restart. E.g. changeoption PVP true. |
chopper |
/chopper |
Trigger the helicopter event immediately. |
gunshot |
/gunshot |
Play a gunshot sound at the admin's location to attract zombies (in-game only). |
thunder |
/thunder |
Trigger a lightning strike at the admin's location (in-game only). |
Player Items & Teleport
| Console Command | Description |
additem <username> <module.item> [qty] |
Give an item directly to a player's inventory. E.g. additem Bob Base.Axe 1. |
addvehicle <type> <username> |
Spawn a vehicle next to the specified player. |
teleport <username1> <username2> |
Teleport username1 to username2's location. |
teleportto <x,y,z> |
Teleport the admin (in-game) to specific map coordinates. |
Zombie Management
| Console Command | Description |
addzombies <count> |
Spawn additional zombies near the admin's location (in-game only). |
Notes
- Usernames are case-sensitive and match the player's in-game account name (not their Steam display name).
- The
players command is useful if you're unsure of the exact username spelling.
- Commands that require a physical location (alarm, thunder, gunshot, addzombies) only work when typed in-game chat, not from the Console tab.
- Always use Stop (or the
quit command) rather than Kill for a clean shutdown - Kill is a forced termination and may lose recent world saves.