Clone the repository
Download the latest scripts locally so you can inspect, edit, and test them.
Getting started
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.
Download the latest scripts locally so you can inspect, edit, and test them.
Browse by category and use the naming guide to understand the script purpose.
Copy the script into your platform's custom script module or automation library.
git clone https://github.com/Nerdy-Technician/Nerdy-RMMScripts.git
cd Nerdy-RMMScriptsScripts 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.
Check paths, URLs, package names, credentials, thresholds, and any platform-specific settings before running the script.
Run the script against a lab machine or a small test group before assigning it to production devices.
Confirm exit codes, logs, and RMM result fields behave the way you expect.