Skip to content

Getting started

Set Up Nerdy-RMMScripts

Clone the repository, choose scripts that match your RMM workflow, tune the variables for your environment, and test safely before rolling them out to production endpoints.

Before You Begin

A workstation with Git installedAccess to your RMM platformPermission to create or import custom scriptsA test device or staging group for validation

Setup Flow

1

Clone the repository

Download the latest scripts locally so you can inspect, edit, and test them.

2

Pick a script

Browse by category and use the naming guide to understand the script purpose.

3

Import into RMM

Copy the script into your platform's custom script module or automation library.

Clone The Repository

bash
git clone https://github.com/Nerdy-Technician/Nerdy-RMMScripts.git
cd Nerdy-RMMScripts

Choose A Script

Scripts are grouped by practical admin tasks such as checks, monitoring, maintenance, software management, security, networking, and agent workflows. Start with the most specific category that matches the job you want the RMM to perform.

CheckMonitorAuditCollectSoftware ManagementSecurityNetworkAgentMaintain

Configure And Test

Review variables

Check paths, URLs, package names, credentials, thresholds, and any platform-specific settings before running the script.

Use staging first

Run the script against a lab machine or a small test group before assigning it to production devices.

Watch the output

Confirm exit codes, logs, and RMM result fields behave the way you expect.

Next Steps

Built with ❤️ using VitePress | Because Real Nerds Selfhost