Step 5
Install The Agent
Run the LinuxRMM install command with your MeshCentral URL, Tactical RMM API URL, client ID, site ID, auth token, and agent type.
Confirm Your Values
https://rmm-api.example.com.ClientID SiteID.server or workstation.rmmagent-linux.sh should exist in your current directory.Run The Install
bash
sudo bash rmmagent-linux.sh install "https://mesh.example.com/meshagents?id=YOUR_KEY" "https://rmm-api.example.com" 4 7 "AUTH_TOKEN" serverFor cleaner output:
bash
sudo bash rmmagent-linux.sh --simple install "https://mesh.example.com/meshagents?id=YOUR_KEY" "https://rmm-api.example.com" 4 7 "AUTH_TOKEN" serverVerify Installation
Tactical agent
systemctl status tacticalagentMesh agent
systemctl status meshagentAllow a few minutes for the Linux device to appear in Tactical RMM and MeshCentral after the services start.