Skip to content

Nerdy-RMMScripts-Logo

πŸš€ Getting Started with Nerdy-RMMScript ​

Welcome to the Nerdy-RMMScripts documentation! This guide will help you get started with using and customizing the Nerdy-RMMScripts for your Tech and RMM environment.

βœ… Prerequisites ​

Before you begin, ensure you have the following:

  • A Working Computer with your preferred OS
  • Basic knowledge of RMM concepts
  • Access to the Nerdy-RMMScripts GitHub Repository
  • An RMM platform (e.g., Tactical RMM) set up and configured
  • Git installed on your machine

1️⃣ Step 1: Clone the Repository ​

Start by cloning the Nerdy-RMMScripts repository to your local machine. Open your terminal and run the following command:

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

cd Nerdy-RMMScripts

2️⃣ Step 2: Explore the Scripts ​

Browse through the cloned repository to familiarize yourself with the available scripts. Each script is organized into categories based on its functionality, such as Maintenance, Monitoring, Automation, Reporting, and Integration.

3️⃣ Step 3: Copy Scripts to Your RMM Server ​

Once you have identified the scripts you want to use, copy them to your RMM server's custom scriptss Module.

4️⃣ Step 4: Configure the Scripts ​

Before executing the scripts, you may need to configure them to suit your environment. This may involve updating variables, paths, or other settings within the scripts. Always test the scripts in a staging environment before deploying them to production.

5️⃣ Step 5: Execute and Monitor ​

After configuration, you can execute the scripts through your RMM platform. Monitor their execution and review the output to ensure they are functioning as expected.

🀝 Issues and Contributions ​

If you encounter any issues or have suggestions for improvements, feel free to open an issue or contribute to the repository via pull requests. Your feedback and contributions are highly appreciated!

Built with ❀️ using VitePress | Because Real Nerds Selfhost