Getting Started with RMM
This guide walks you through enrolling your first device and running your first remote command in about 10 minutes.
Step 1: Open RMM from the Waffle Menu
- Sign in to Hub with your MSP account.
- Click the waffle menu (grid icon) in the top-left corner of the Hub Bar.
- Select RMM. You will land on the Devices dashboard at
app.theonermm.app.
Step 2: Download the Agent Installer
- In the RMM console, click Devices in the left sidebar.
- Click Add Devices in the top-right corner.
- Select the target platform:
- Windows — downloads a
.msiinstaller - macOS — downloads a
.pkginstaller - Linux — shows the appropriate
.debor.rpmpackage command
- Windows — downloads a
- Your enrollment token is embedded in the installer. Each download is pre-bound to your tenant.
Step 3: Enroll Your First Windows Device
- Copy the downloaded
.msifile to the target Windows device (or run directly from a network share). - Double-click the installer and follow the on-screen prompts — or run silently:
msiexec /i TheOneRMM-Agent.msi /quiet - The agent installs as a Windows service (
TheOneRMMAgent) and starts automatically. - Within 60 seconds the device sends its initial enrollment payload to
api.theonermm.app.
Step 4: Verify the Device Appears in the Console
- In the RMM console, navigate to Devices.
- Your new device should appear within 1–2 minutes. The status indicator will be Online (green).
- Click the device name to open the Device Detail view. Verify:
- Hostname, OS version, and IP address are correct
- The Agent Version field shows the current version
- The Modules section shows RMM as active
Device Not Appearing?
Step 5: Create Your First Alert Rule
- Navigate to Alert Rules in the left sidebar.
- Click New Rule.
- Configure a basic CPU threshold alert:
- Name: High CPU Usage
- Type: Threshold
- Metric: CPU Usage
- Condition: Greater than
90% - Duration: 5 minutes
- Severity: Warning
- Action: Send notification
- Click Save. The rule applies to all devices in your tenant by default. You can scope it to specific device groups later.
Step 6: Run Your First Remote Command
- Navigate to Devices and click your enrolled device.
- Click Remote Commands in the device detail tabs.
- Click New Command.
- Select the command type:
- PowerShell for Windows
- Bash for macOS/Linux
- Enter a simple command, for example:
Get-ComputerInfo | Select-Object CsName, WindowsVersion, TotalPhysicalMemory - Click Run. The command dispatches immediately and results appear within seconds.
- Output is captured and stored in the Execution History tab.
What's Next
| Topic | Where to Go |
|---|---|
| Deploy to many devices at once | Agent Installation — Group Policy and MDM |
| Set up patch management | Patch Management |
| Build automation scripts | Automation Scripts |
| Configure alert-to-ticket integration | Integrations |