← Guides

August 18, 2026 · 9 min read

RMM tools: what they do, who actually needs one, and what to check first

Remote monitoring and management software watches fleets of machines and fixes them without a desk visit. Here is what the category covers, when it is overkill, and the security question most buyers skip.

Remote monitoring and management is the software category that lets one person be responsible for four hundred computers. An agent runs on every machine, reports what it finds to a central console, and accepts instructions back — install this patch, run this script, open a remote session, alert me when a disk passes 90%.

It grew up inside managed service providers, who needed to look after many clients' machines without driving to each office. Internal IT teams adopted the same tooling for the same reason.

What an RMM actually does

The category is broad and vendors bundle differently, but nearly all of them cover the same six jobs.

  • Monitoring. CPU, memory, disk space and health, uptime, services, event logs. This is the “M” people picture when they hear the term.
  • Alerting. Thresholds that raise a ticket or a message when something crosses them. The quality of an RMM in practice is mostly the quality of its alert tuning — an RMM that cries wolf gets ignored, which is worse than not having one.
  • Patch management. Operating system and third-party application updates, on a schedule you control, with reporting on what actually applied. For most buyers this is the feature that justifies the spend.
  • Remote access. Connecting to a machine to fix it, ideally without interrupting whoever is using it.
  • Scripting and automation. Running the same fix across many machines. Deploy software, clear a folder, restart a service, reset a setting that drifted.
  • Asset inventory. What hardware you have, what is installed on it, what is out of warranty, and which machines have not checked in for three weeks.

When you need one, and when you do not

The honest threshold is not a headcount, it is a question: can you currently answer “is every machine we own patched and healthy?” without asking anyone? If yes, you do not need an RMM yet. If the answer requires a Slack message, you have outgrown manual.

In practice that lands somewhere around ten to twenty machines for most organisations, earlier if you are in a regulated industry where you have to prove patch compliance rather than merely achieve it.

Below that line, you already have capable tools that cost nothing extra: operating system update management, the device management built into your identity provider, and vendor-native fleet tooling. Adding a per-endpoint subscription and an agent on every machine to manage six laptops is a cost and an attack surface without a return.

What to check before you buy

  1. Security posture, first and not last. An RMM holds administrative access to every endpoint you own. That is exactly why attackers target the category — the 2021 compromise of Kaseya's VSA product was used to distribute ransomware through service providers to their customers. Require enforced multi-factor authentication for every console user, role-based access so technicians only reach what they need, full audit logging of remote sessions and scripts, and ask the vendor directly about their disclosure history.
  2. Agent footprint. You are installing this on every machine, including the oldest laptop in the building. Ask what it costs in memory and CPU at idle, and test it on your worst hardware rather than your newest.
  3. Real OS coverage. “Supports macOS and Linux” ranges from full parity to a monitoring-only agent. Check the specific features you care about on the specific platforms you run.
  4. Patching beyond the OS. Third-party application patching is where the meaningful risk sits and where products differ most. Ask which applications are covered, not whether the feature exists.
  5. Pricing model. Per endpoint, per technician, or per site changes the total enormously depending on your shape. Model it against your actual fleet, including seasonal or contractor machines.
  6. Exit cost. Removing an agent from every endpoint of a product you have outgrown is a real project. Ask how uninstall works at scale before you need to know.

Where RMM visibility stops

An RMM answers questions about machines. It will tell you that a particular laptop has been sitting at 92% memory all week, which is genuinely valuable and something no individual user would ever report.

What it will not tell you is why. The agent sees a number for the device; it does not see that the number is one browser window holding thirty tabs, three of which have been open since a project that finished in March. That requires something running where the problem actually is.

This is worth knowing because “the fleet is short on memory” gets read as a hardware budget request when it is frequently a browser habit. Before signing off on a RAM upgrade across forty machines, it is worth checking what those machines are actually holding — the answer is often reclaimable for free. Releasing what browser tabs hold is not fleet management, but on a memory-bound laptop it does more than a monitoring dashboard can.

The short version

An RMM is the right tool once the number of machines you are responsible for exceeds the number you can personally remember. Buy it for patch management and inventory rather than for the dashboards, evaluate its security like the privileged access tool it is, and keep in mind that knowing a machine is slow and knowing why are two different problems.

Common questions

What does RMM stand for?
Remote Monitoring and Management. It is software that installs an agent on every machine you are responsible for, reports their health back to one console, and lets you patch, script and connect to them without physically visiting.
What is the difference between RMM and MDM?
RMM grew out of managing servers and desktops for clients, and is built around monitoring, patching and remote access. MDM grew out of managing phones and is built around enrolment, configuration profiles and policy enforcement. They overlap heavily now, and which fits depends on whether your fleet is mostly laptops or mostly mobile.
Do I need an RMM for a small team?
Usually not below roughly ten machines. Under that, built-in tools plus your operating system vendor’s own management do the job at no cost. The tipping point is when you cannot answer "is every machine patched?" without asking people.
Are RMM tools a security risk?
They are a legitimate one, because an RMM has administrative access to every endpoint by design. That makes it a high-value target, and there is precedent: the 2021 Kaseya VSA compromise was used to push ransomware to downstream customers. Mandatory MFA and tight access scoping are not optional.
Does an RMM tell you why a specific computer is slow?
Only at the level of the machine. It will tell you a laptop has been at 90% memory all week, which is genuinely useful. It will not tell you which application or browser tab is responsible — that needs a tool running where the problem is.