A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
wh1te909 bfb19a9eb7 bump docker nats 2022-06-26 21:14:27 +00:00
.devcontainer
.github add back coverage 2022-06-22 22:41:47 +00:00
.vscode web now in separate repo 2022-05-19 03:45:31 +00:00
api/tacticalrmm add endpoint for trmm server monitoring and stats 2022-06-26 07:35:11 +00:00
docker bump docker nats 2022-06-26 21:14:27 +00:00
natsapi
.dockerignore
.gitignore
LICENSE.md
README.md Syncing readme with docs 2022-06-23 12:14:38 -04:00
SECURITY.md
backup.sh Generify shell script interpreters. 2022-06-15 16:04:58 -04:00
go.mod
go.sum
install.sh auto scale uwsgi workers based on load 2022-06-25 09:05:26 +00:00
main.go
mypy.ini
restore.sh auto scale uwsgi workers based on load 2022-06-25 09:05:26 +00:00
troubleshoot_server.sh Generify shell script interpreters. 2022-06-15 16:04:58 -04:00
update.sh auto scale uwsgi workers based on load 2022-06-25 09:05:26 +00:00

README.md

Tactical RMM

CI Tests codecov 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 which includes but is not limited to: Debian (10, 11), Ubuntu x86_64 (18.04, 20.04, 22.04), Synology 7, centos, freepbx and more!

Installation / Backup / Restore / Usage

Refer to the documentation