See a machine fall behind on patches — then fix it, from the same console.
Monitoring finds the problem; usually someone still has to SSH in and fix it. Bayqus' RMM & Patch add-on closes that gap on the hosts you already run the agent on: apply a security patch, restart a service, install a curated package — as named, allowlisted actions, never an open remote shell. Every command is signed and recorded, and opt-in fleet auto-patching runs only inside a maintenance window you define. It comes with the Secure plan ($29/mo — everything in Pro plus this and the security sensor), with per-endpoint pricing ($3/endpoint) available at scale.
A short list of verbs — each one thing, against an allowlist.
The whole point of RMM here is that it can't do anything you didn't permit. There is no "run this command" box. The agent understands a fixed set of verbs, and the ones that touch services or packages are checked against allowlists held on both the backend and the agent. A dispatched job either matches an allowed action for that host, or it's rejected — so the blast radius of the feature is bounded by design, not by trust.
| Action | Does | Guardrail |
|---|---|---|
| patch-apply | Apply available security patches | Runs the host package manager's security update; long transactions get an extended timeout so a slow apt/dnf is never killed mid-flight. |
| service-restart | Restart a service | Only services on the allowlist (e.g. nginx, postgresql, docker, sshd) can be targeted. |
| pkg-install | Install a package | Only packages on the curated allowlist can be installed — not arbitrary software. |
| agent-update | Update the Bayqus agent | Rolls the host agent to a target version through the same signed path. |
Opt-in fleet auto-patching — inside a window you define, off by default.
Patching starts fully manual: someone dispatches a patch-apply and it runs. When you trust it, an account owner can opt the fleet into scheduled security-patch auto-apply. It only ever fires inside your maintenance window — the days, start and end time you pick, in your own timezone — and it rolls out to a limited number of hosts per run rather than the whole estate at once. Hosts that already have a recent patch job are skipped. Turn the policy off and everything is manual again.
Manual apply
Dispatch a patch-apply to a host; the recommended first run is a dry-run on a pilot.
Set a window
The owner picks days, a start/end time and a timezone under Settings → Patching.
Opt in
Switch the fleet policy to security auto-apply. It stays off until you do.
It runs in-window
Inside the window, a limited batch of eligible hosts is patched; the rest wait their turn.
Signed, scoped and logged — every time.
The things people ask first.
Q. Is this a remote shell into my servers?
No. There's no arbitrary command box. The agent runs a fixed set of verbs — patch-apply, service-restart, pkg-install, agent-update — and the ones that touch services or packages are checked against allowlists on both the backend and the agent. A job can only ever do an action you've permitted.
Q. Can I patch the whole fleet automatically?
Optionally, and it's off by default. An owner opts the fleet into scheduled security-patch auto-apply, which runs only inside a maintenance window you define and rolls out to a limited batch of hosts per run. Until you opt in, every patch is a manual, dispatched action.
Q. How do I avoid patching at a bad time?
Auto-patching only fires inside your chosen window — days, start/end time, timezone — and the recommended first real apply is a dry-run on a pilot host. Long package operations get an extended timeout so they aren't killed mid-transaction, and every job is logged.
Q. How is a command kept from being forged or replayed?
Every dispatched command is HMAC-signed with a timestamp and a one-time nonce. The agent enforces a time-skew window and refuses any nonce it has already seen, and the backend stores the nonce on the job for audit. A captured command can't be reused.
Q. How is it priced?
The simplest way to get it is the Secure plan — $29/month for everything in Pro plus RMM/Patch and the security sensor across your fleet. At larger scale it can be billed per endpoint ($3/endpoint per month). Your base Pro plan (a flat monitoring price for up to 100 devices) is unchanged.
More on how it fits together
Stop context-switching to a terminal to fix what you just monitored.
Add RMM & Patch to the hosts you already run the agent on — signed, allowlisted, and automatable on your schedule.
Start free Talk to usVerified against the RMM engine (backend/src/rmm-core.js · routes/rmm.js · agent/command.go) — 2026-08-01