1οΈβ£ Log in to Tactical RMM β
If you are already logged in from the previous step, continue.
If not, log in to your Tactical RMM instance.
Once logged in, your dashboard will appear similar to this:
(Your client and site list will be on the left-hand side β hidden in this example.)
2οΈβ£ Open the Agent Installation Page β
- Go to
Agentsβ‘οΈInstall Agents. - You should see a screen like this:
3οΈβ£ Select Client, Site, and Install Options β
- Select any client and site β the actual selection does not matter here, as we only need the token.
- Choose the same options shown below:
β Set the Token Expiry to your own preference.
4οΈβ£ View the Manual Installation Instructions β
Click Show manual installation instructions.
A command box will appear similar to this:
bash
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 e88a2b5b1f6587e3bdf811f30043a083200cb5f4fcae2c5936870352b8133df55οΈβ£ Extract the Auth Token β
From the command above, the only value you need is the long key after the --auth flag.
Example:
- Auth Token:(Example key shown β not valid.)
e88a2b5b1f6587e3bdf811f30043a083200cb5f4fcae2c5936870352b8133df5
β At this point, you now have:
- Client ID
- Site ID
- Auth Token
Only one final step remains in the installation process.