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

Open your server config

On XGamingServer, go to Files and open:

Zomboid/Server/[servername].ini

Configure RCON settings

Find and edit the following lines:

[servername].ini
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:

ClientPlatformNotes
mcrconWindows/Mac/LinuxLightweight command-line client
RCON-CLIWindows/Mac/LinuxModern CLI client
ZomboidRCONWindowsPurpose-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 YourSecurePassword

On 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 settings

Security 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

See also: Admin Commands | Become a Server Admin | Configure Your Server

If you need help, join our Discord.

How is this guide?

40% Off — Limited TimeGet your Project Zomboid server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page