A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
wh1te909 a43a66a2d3 add daphne lock to gitignore 2022-04-20 17:20:11 +00:00
.devcontainer revert back to psycopg2 package 2022-04-19 22:37:56 -04:00
.github fix for multiprocessing 2022-04-09 01:26:04 +00:00
.vscode configure mypy vscode extension and start fixing some types 2022-04-08 23:23:10 -04:00
api/tacticalrmm use isinstance 2022-04-20 17:03:01 +00:00
docker add meshcentral port alias to fix chat 2022-04-16 14:37:07 -04:00
natsapi add option to specify sslmode for nats-api pg connection closes #1049 2022-04-05 21:14:22 +00:00
web update reqs 2022-04-19 23:12:12 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore add daphne lock to gitignore 2022-04-20 17:20:11 +00:00
LICENSE.md v0.12.0 2022-03-10 00:57:55 +00:00
README.md add coverage badge 2022-04-09 02:10:51 +00:00
SECURITY.md update supported version 2022-04-08 18:45:53 +00:00
backup.sh remove aof from redis 2022-04-08 23:19:35 -04:00
go.mod v0.12.0 2022-03-10 00:57:55 +00:00
go.sum v0.12.0 2022-03-10 00:57:55 +00:00
install.sh Merge branch 'develop' into develop 2022-04-09 21:46:43 -07:00
main.go add option to specify sslmode for nats-api pg connection closes #1049 2022-04-05 21:14:22 +00:00
mypy.ini configure mypy vscode extension and start fixing some types 2022-04-08 23:23:10 -04:00
restore.sh remove aof from redis 2022-04-08 23:19:35 -04:00
troubleshoot_server.sh adding all services to troubleshooting script 2022-01-21 11:51:54 -05:00
update.sh adjust celery config 2022-04-09 17:09:54 +00:00

README.md

Tactical RMM

CI Tests Coverage Status Code style: black

Tactical RMM is a remote monitoring & management tool, built with Django and Vue.
It uses an agent written in golang and integrates with MeshCentral

LIVE DEMO

Demo database resets every hour. A lot of features are disabled for obvious reasons due to the nature of this app.

Discord Chat

Documentation

Features

  • Teamviewer-like remote desktop control
  • Real-time remote shell
  • Remote file browser (download and upload files)
  • Remote command and script execution (batch, powershell and python scripts)
  • Event log viewer
  • Services management
  • Windows patch management
  • Automated checks with email/SMS alerting (cpu, disk, memory, services, scripts, event logs)
  • Automated task runner (run scripts on a schedule)
  • Remote software installation via chocolatey
  • Software and hardware inventory

Windows agent versions supported

  • Windows 7, 8.1, 10, 11, Server 2008R2, 2012R2, 2016, 2019, 2022

Linux agent versions supported

  • Any distro with systemd

Installation / Backup / Restore / Usage

Refer to the documentation