Task-shaped recipes: "I want to do X — here are the steps." The rest of the docs explain what each feature is; this page strings them into end-to-end workflows. Each recipe is self-contained and links to the reference guide for the detail.
- Monitor a new host end-to-end
- Watch a service and get paged when it dies
- Set up 3-2-1 backups you can trust
- Page me only for real problems (tame the noise)
- Monitor a Proxmox node and its guests
- Watch a switch/printer with no agent (SNMP)
- Onboard a segmented site with a satellite
- Watch a GitHub repo for new issues
- Keep certificates from expiring
- Roll out a patch or script safely
- Let RemotePower fix things by itself — safely
- Enrol the agent. Dashboard → Devices → Enroll device. Copy the
one-line install command (or generate a PIN) and run it on the target:
The host appears by hostname within ~60 s.
wget -qO- "https://your-server/install?t=<token>" | sudo sh
- Confirm it's reporting. Open the device drawer → System Info: CPU, memory, disk, kernel, top processes. If it's a container host, the Containers section lists them.
- Set thresholds (optional). Device drawer → Settings → metric warn/crit percentages. Fleet-wide defaults live in Settings → Alert parameters.
- Add it to a group/site. Device drawer → tags/group/site — this is what scopes reports, SLAs and maintenance windows later.
Reference: agentless-devices.md, fleet-management.md.
- Add the unit to the watch list. Device drawer → Services → add the
systemd unit (e.g.
nginx.service). Or set a fleet default under Monitoring → Service baselines so every matching host watches it with no per-host editing. - A stop fires
service_down— it lands in the Alerts inbox and routes to your channels. When it comes back,service_upauto-resolves it. - Wire a channel if you haven't: Settings → Notifications → add a webhook (Slack/Discord/Teams/ntfy/Telegram/Gotify/Matrix/…) or email/SMTP.
- One-click fix. When a
service_downalert is open, its row shows a Fix button → guided diagnostic → optional AI analysis → pre-approved restart.
Reference: monitors.md, mitigation.md.
The rule: 3 copies, on 2 different media/targets, 1 off-site.
- Tell RemotePower which paths to watch. Settings → Advanced → Backup monitors → add each backup destination path + a max-age threshold. The agent reports each path's freshness every heartbeat.
- Enable integrity verification per monitor (v4.10.0) so a present backup is also proven restorable, not just fresh.
- Add an off-site leg — a monitor whose target is a remote/PBS/S3/rsync destination. RemotePower infers the "off-site" leg from the target.
- Read the score. Device drawer → Backups: the 3-2-1 rule chip row
shows which legs pass. It's informational — the
backup_stale/backup_verify_failedevents are what page you.
Reference: backups.md.
Noise is the #1 reason people stop reading alerts. Tune it:
- Mute a specific noisy alert. On any alert row → Mute silences that exact (host, event) pair. Lift it later under Monitoring → Tuning, which also ranks your noisiest alerts.
- Route by kind. Settings → Notifications → each event kind has per-channel toggles (inbox / activity feed / webhook / needs-attention). Turn webhook/push off for chatty kinds (new ports, GitHub issues) and keep them for outages.
- Set per-severity escalation. Settings → Notifications → Escalation — only page after N minutes unacknowledged, per severity.
- Suppress during known work. Create a maintenance window (below) so expected churn doesn't alert at all. A window can cover a device, a group, a site, a tag, a smart group, or the whole fleet — so "all of this customer's hosts on Saturday" is one window, not one per host.
Reference: alert-tuning.md, automations.md.
- Add the node as a device (agent install on the PVE host, or agentless).
- Add a Proxmox Backup Server integration — Settings → Integrations → type Proxmox Backup Server, point it at the PBS API with a token. Datastore health + fullest-datastore % show as a tile.
- Snapshot age alerts. RemotePower flags Proxmox snapshots older than
proxmox_snapshot_warn_days. - Lifecycle control. For vSphere/vCenter/OpenShift/Cloud Director, the Virtualization page lists VMs with power + snapshot actions.
Reference: integrations.md, virtualization.md.
For switches, APs, printers, IPMI/BMC cards, NAS boxes — anything that can't run the agent.
- Add the device with its IP (Devices → add, or import from a network scan).
- Enable SNMP. Device drawer → Settings → SNMP polling → tick enable.
- SNMPv2c: enter the community string.
- SNMPv3: pick the version, set the user, auth protocol + password (MD5/SHA-1/SHA-2) and optional AES privacy. Passwords are write-only.
- Poll now to confirm, then it re-polls every 5 min: sysDescr/uptime,
CPU/storage tables, and vendor health (Mikrotik/Synology). Failures raise
snmp_unreachable.
Reference: (SNMP section in) features.md.
When agents can't reach the central server directly (isolated VLAN, remote site):
- Register a satellite on the central server and deploy the relay in the segment.
- Point that segment's agents at the satellite — it forwards their traffic to the server; the agent's own token still authenticates end-to-end.
- Optionally let the satellite run network scans for its segment.
Reference: satellites.md.
- Settings → Integrations → type GitHub Issues.
- URL =
https://api.github.com(or your GitHub Enterprise/api/v3root). - Repositories =
owner/repo, owner/repo(up to 10). Add a token for private repos / to lift the rate limit. - A newly opened issue raises
github_new_issuein the Alerts inbox (PRs ignored; the first poll only baselines). To also get paged, enable the GitHub new issues kind's webhook/push routing under Notifications.
Reference: integrations.md.
- Add the endpoints. TLS / DNS page → Add target (hostname + port; set warn/critical days). DANE and STARTTLS are supported.
- The server re-probes every ~6 hours on its own — no cron needed — and
raises
tls_expiryas a target crosses its warn/critical threshold. - For certs RemotePower issues (ACME), the ACME page handles renewal.
Reference: tls-monitor.md, acme.md.
Whether it's a script, a package upgrade or a config push, don't fan it to the whole fleet at once:
- Use a health-gated rollout (Provisioning / rollouts): define rings
(canary → wave 2 → rest). Each ring dispatches, then RemotePower watches the
dispatched hosts' health; if any drops below the floor, the rollout halts
and fires
rollout_halted. - Gate reboots to a window. Create a maintenance window with exec gating so the reboot leg waits until the window opens; the window also suppresses the predictable alert churn (metrics, drift, reboot-required, container restarts).
- Require a second admin for destructive actions — enable change-approval so reboot/upgrade/uninstall park for a second admin's approval (no self-approve).
Reference: provisioning.md, fleet-management.md.
The loop only acts where your fleet has already fixed the same thing before, so the first weeks are about giving it something to learn from — not about turning it on.
- Leave it off and let it watch. Set the mode to shadow on one tenant (Autonomy page → safety envelope). It records what it would have done and changes nothing.
- Fix things the normal way. Press Fix on alerts, let automation rules run their remediations. Each fix that clears its alert is recorded as precedent — no AI provider needed. Two for the same signature is the threshold.
- Read the receipts. They lead the page. For each one ask: would I have done that? A receipt says which rule fired, what it decided, and why — including a refusal.
- Narrow the allow-list. Tick only the actions you agreed with. Destructive ones stay off until you tick them, and ones that need a proven backup stay refused until there is one.
- Set a blast radius you are comfortable with, then switch that tenant to enabled. Keep reading the receipts.
If the page is full of no_precedent, that is step 2 not having happened yet —
it is the loop declining to guess, not a fault. Clear empties the receipt list
without touching what it learned.
Reference: autonomy.md, alert-tuning.md.