Tactical RMM is a remote monitoring & management tool for Windows computers, built with Django and Vue.\
It uses an [agent](https://github.com/wh1te909/winagent) written in python, as well as the [SaltStack](https://github.com/saltstack/salt) api and [MeshCentral](https://github.com/Ylianst/MeshCentral)
*Tactical RMM is currently in alpha and subject to breaking changes. Use in production at your own risk.*
The install script will begin installing stuff. When it gets to this step, create the django superuser account:
![Screenshot](docs/screenshots/install2.PNG)
Download the Google Authenticator app on your smartphone and scan the barcode that is generated:
![Screenshot](docs/screenshots/install3.PNG)
Once the install has finished, navigate to your meshcentral site\
https://mesh.tacticalrmm.com
![Screenshot](docs/screenshots/install4.PNG)
Create an account. Make sure to use the same username that you entered at the beginning of the install script when prompted for "meshcentral username"\
Create a strong password (does __not__ have to be the same as the django superuser account, recommend using a different password)
![Screenshot](docs/screenshots/install5.PNG)
Now create a device group. Name it whatever you want:
![Screenshot](docs/screenshots/install6.PNG)
Click on "add one" and download the 64bit Mesh Agent:
![Screenshot](docs/screenshots/install7.PNG)
You will now have a file named "meshagent64-tacticalrmm.exe" in your Downloads folder
Navigate to the rmm frontend in a new tab\
https://rmm.tacticalrmm.com
Login using the username and password you created during the install script for the django superuser\
Then enter the 6 digit code from your google authenticator app when prompted
You will be redirected to the initial setup page
Create your first client and site, then upload the ```meshagent64-tacticalrmm.exe``` from your downloads folder and click Finish:
![Screenshot](docs/screenshots/install8.PNG)
You will be taken to the homepage of the app
Now install the agent on a windows computer:
Download the latest release exe from https://github.com/wh1te909/winagent/releases
Run the installer as administrator
Make sure to use the backend api url when installing, not the frontend url\
Username and password is the same one you created for django superuser:
![Screenshot](docs/screenshots/install9.PNG)
Choose the client and site, enter a description of the computer and then install:
![Screenshot](docs/screenshots/install10.PNG)
Once installation finished, check the website and you will see your computer appear in the dashboard.