π Logging in to Device and Downloading the Install Script β
1οΈβ£ Log in to Your Server β
Access your server via SSH:
bash
ssh user@your-server-ip2οΈβ£ Download the Tactical RMM MeshCentral Agent Script β
Use wget to download the installer script directly from the repository:
bash
wget https://raw.githubusercontent.com/Nerdy-Technician/LinuxRMM-Script/refs/heads/main/rmmagent-linux.sh3οΈβ£ Make the Script Executable β
Before running it, ensure the script has execution permissions:
bash
sudo chmod 755 rmmagent-linux.sh