Skip to content

Step 1

Download And Prep The Script

Connect to the Linux device, download the installer, and make it executable before collecting the Tactical RMM and MeshCentral values.

Connect To The Server

bash
ssh user@your-server-ip

If SSH uses a custom port:

bash
ssh -p 2222 user@your-server-ip

Download The Script

bash
wget https://raw.githubusercontent.com/Nerdy-Technician/LinuxRMM-Script/refs/heads/main/rmmagent-linux.sh

Make It Executable

bash
sudo chmod 755 rmmagent-linux.sh

Quick Checks

File existsRun ls -l rmmagent-linux.sh and confirm the script is present.
Executable bitThe permissions should show execute access for the script.
Keep terminal openYou will reuse this server session when installing the agent.

Built with ❤️ using VitePress | Because Real Nerds Selfhost