Skip to content

Step 4

Get The Tactical RMM Auth Token

Generate manual install instructions in Tactical RMM and copy only the auth token from the Windows command.

Open Install Agents

In Tactical RMM, go to Agents then Install Agents.

Tactical RMM Dashboard

Install Agents Page

Select Install Options

Select any client and site for this token lookup. The exact choice does not matter here because the Linux install command will use the client and site IDs you collected in step 3.

Agent Install Options

Set the token expiry to whatever is appropriate for your environment.

Copy The Auth Value

Click Show manual installation instructions. The command will look similar to:

text
tacticalagent-v2.9.1-windows-amd64.exe /VERYSILENT /SUPPRESSMSGBOXES && ping 127.0.0.1 -n 5 && "C:\Program Files\TacticalAgent\tacticalrmm.exe" -m install --api https://rmm-api.example.com --client-id 4 --site-id 7 --agent-type workstation --auth e88a2b5b1f6587e3bdf811f30043a083200cb5f4fcae2c5936870352b8133df5

You only need the long value after --auth.

Copy thise88a2b5b1f6587e3bdf811f30043a083200cb5f4fcae2c5936870352b8133df5
Do not copyThe Windows executable name, flags, ping command, or surrounding install text.
Keep privateTreat the auth token like a secret and avoid posting it publicly.

Built with ❤️ using VitePress | Because Real Nerds Selfhost