Set Up RCON (Remote Console)
Enable and use RCON to remotely manage your Project Zomboid server without being in-game.
RCON (Remote Console) lets you manage your Project Zomboid server remotely without joining the game. You can execute admin commands, monitor players, and manage the server from a desktop client.
Enable RCON
Configure RCON settings
Find and edit the following lines:
RCONPort=27015
RCONPassword=YourSecurePassword⚠️ Warning: Always use a strong, unique password for RCON. Anyone with this password has full control over your server.
Restart your server
Restart from the Dashboard for the changes to take effect.
Connect with an RCON Client
You'll need an RCON client to connect. Popular options include:
| Client | Platform | Notes |
|---|---|---|
| mcrcon | Windows/Mac/Linux | Lightweight command-line client |
| RCON-CLI | Windows/Mac/Linux | Modern CLI client |
| ZomboidRCON | Windows | Purpose-built for PZ |
Connecting
Use your server's IP address, the RCON port, and the password you set:
mcrcon -H your.server.ip -P 27015 -p YourSecurePasswordOn XGamingServer, find your server IP on the Dashboard page.
Available RCON Commands
All admin commands work through RCON. Some common ones:
players # List connected players
servermsg "Hello everyone" # Send server message
kickuser "username" # Kick a player
banuser "username" # Ban a player
save # Force save
quit # Save and shutdown
showoptions # Show server settingsSecurity Best Practices
- Use a strong password — at least 12 characters with mixed case, numbers, and symbols
- Change the default port — don't use the default 27015 if possible
- Don't share RCON credentials — only give access to trusted admins
- Regularly rotate the password — especially if an admin leaves your team
Troubleshooting
Can't connect to RCON:
- Verify the port is correct and matches your server config
- Check that the server is running
- Ensure the RCON port is not blocked by a firewall
- Double-check the password (it's case-sensitive)
Commands not working:
- Make sure you're not including the
/prefix (RCON doesn't need it) - Verify the command syntax is correct
Related Guides
See also: Admin Commands | Become a Server Admin | Configure Your Server
If you need help, join our Discord.
How is this guide?
