Docs · Project Zomboid

How to use RCON on your server

RCON (Remote Console) lets you run Project Zomboid’s admin commands — kick a griefer, save the world, broadcast a message — without being logged into the game. Every Forgehold server has it. You can run commands straight from the dashboard, or point a third-party client at it. This guide covers both, plus the PZ-specific quirks that trip people up.

The Console tab

Open your server in the Forgehold dashboard and switch to the Console tab. While the server is running, you get a live console: type a command, hit Send, and the server’s reply appears in the output pane. There are quick buttons for the three you reach for most — players (who’s online), save (flush the world to disk), and Broadcast (send an in-game message to everyone).

Nothing to set up: RCON is provisioned with the server. If you created your server before RCON shipped, it gains the feature automatically on its next restart — the Console tab says as much until then.

Connecting a third-party client

The same Console tab has a Third-party access card. It shows your server’s RCON address as host:port, plus a reveal-to-view RCON password, each with a copy button. Any tool that speaks the Source RCON protocol works — command-line clients like mcrcon or rcon-cli, and the Project Zomboid Discord bots that let you run admin commands from a Discord channel.

Point your client at three things:

With mcrcon that looks like mcrcon -H host -P port -p password players. From there you can issue anything Project Zomboid’s RCON accepts.

Project Zomboid command quirks

RCON commands are not the in-game chat commands, and PZ has a couple of edges worth knowing before you start:

Commands worth knowing

A handful of the ones you’ll use most:

For the full list — every argument and every command — the PZwiki admin commands reference is the authority.

Treat the RCON password like any credential. Anyone who has it can fully administrate your server — kick, ban, change access levels, save, broadcast. Share it only with people you trust to run the server, and out-of-band rather than in public chat.

Admin your world from anywhere. Every Forgehold Project Zomboid server ships with RCON — a dashboard console and a Source-RCON endpoint for your favourite client — alongside tuned hosting, backups and canary mod staging. Free for the first three days.

See plans & pricing →