Docs / Plugins
Carbon and Oxide plugin telemetry pipeline
RustGuard supports both Carbon and Oxide plugin deployment. The generated plugin sends event batches to your ingest endpoint including player sessions, chat, online snapshots, and inventory/vitals payloads when configured.
Install by downloading the generated rustguard.cs from your server plugin page, then placing it in your framework plugin directory and reloading.
# Oxide /oxide/plugins/rustguard.cs oxide.reload RustGuard # Carbon /carbon/plugins/rustguard.cs c.reload RustGuard
After deployment, verify events in RustGuard under the server events page. You should see recurring players.online and server.stats updates.
Continue with getting started and RCON docs for full rollout.