Docs / Getting Started

How to set up RustGuard for your Rust server

RustGuard setup is designed for Rust server admins who need a fast path from zero to live operations. The goal is to get your first server connected, validate WebSocket RCON, and start receiving player telemetry in one session.

Step 1: Create your org and server entry in RustGuard. Add your server host, game port, and RCON details. Keep RCON enabled on your game server and ensure the password matches exactly.

Step 2: Download the generated plugin from the server plugin page and install it in either Carbon or Oxide. Reload the plugin and confirm events begin appearing in your server event feed.

Step 3: Run a non-destructive command in the RCON console such as serverinfo to confirm command loop and permissions are correct.

Step 4: Join the server in-game and send one chat message. You should immediately see session, chat, and player identity updates in RustGuard.

serverinfo playerlist say "RustGuard connected"

After first setup, continue with the plugins guide and webhooks guide to complete your admin workflow.