wiki.rustpulse.app

The complete reference for Rust Pulse.

Every in-game command, every dashboard feature, every overlay hotkey, every Discord slash command, every API endpoint — in one searchable place.

Getting started

Pair your first server, install the helper, open the dashboard.

In-game commands

!cargo, !heli, !pop, !track, !translate — every command explained.

Overlay

Premium minimap that lives on top of Rust. F8 / F9 hotkeys.

Discord integration

OAuth install, channel routing, /faq, /ticket, status board.

API reference

Every HTTP endpoint, every WebSocket frame, every env var.

Security & encryption

How AES-256-GCM keeps your Rust+ pairing token safe.

The one-paragraph pitch

Rust Pulse is a Rust+ companion service. You log in with Steam, pair your Rust servers from the in-game Rust+ menu, and Rust Pulse:

  1. Watches your server through the official Rust+ API and turns the raw stream into useful alerts and timelines.
  2. Answers questions in your Rust team chat when anyone types !help, !heli, !cargo, etc.
  3. Gives you a web dashboard (and an optional in-game overlay, Discord feed, mobile push) showing the same intel on a second screen.

What runs

Under the hood it's three pieces, but you only see one product:

PieceWhat it does
rustplus-apiHTTP API. Steam login, Stripe billing, dashboard data, encrypted FCM credential storage.
FCM listenerReceives the "you've paired a server" notifications from Rust+ on your behalf.
RelayKeeps a live Rust+ connection open per server so the dashboard, the bot, and the in-game team chat all share the same brain.
Discord botSupport-server bot. /faq, /ticket, /help, /post, plus the live status board.
OverlayPremium in-game minimap that paints team / events / death markers over Rust.
Credentials HelperTiny desktop app that captures FCM credentials and uploads them encrypted.
LibreTranslateSelf-hosted translation backend powering the !translate command.

What the wiki covers

Pick any section in the sidebar. Highlights:

If you're new
  • Every in-game team-chat command with a screenshot of what it returns.
  • Every dashboard page broken down feature-by-feature.
  • The in-game overlay — install, pair, hotkeys, troubleshooting.
  • Every Discord slash command the support bot ships with.
  • The Credentials Helper desktop app — why it exists, security model.
  • LibreTranslate — the translation service powering !translate.
  • The full API reference for every HTTP and WebSocket endpoint.
  • Reference material: env vars, data model, troubleshooting playbooks.

Everything in the wiki is indexed by title, command, aliases, and body text. Hit Ctrl K (or ⌘ K on Mac) anywhere and start typing.