A remote monitoring & management tool, built with Django, Vue and Go.
Find a file
2026-04-09 17:28:38 +00:00
.devcontainer handle deployment config updates 2024-10-31 19:06:39 +00:00
.github fix ci 2026-02-17 20:19:14 +00:00
.vscode update pylance settings 2024-06-28 17:13:12 +00:00
ansible update ansible stuff 2025-08-05 21:05:44 +00:00
api/tacticalrmm update reqs 2026-04-09 17:28:38 +00:00
docker update reqs 2025-12-31 23:50:03 +00:00
natsapi update bins 2025-08-27 00:41:28 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore add optional setting to disable some tasks 2025-02-21 21:58:12 +00:00
backup.sh update backup script to version 33 and exclude meshcentral-recordings directory from backup 2025-02-05 09:59:13 -05:00
go.mod update natsapi reqs 2025-08-27 00:40:38 +00:00
go.sum update natsapi reqs 2025-08-27 00:40:38 +00:00
install.sh letsencrypt ended ocsp support 2025-08-23 04:30:57 +00:00
LICENSE.md v0.12.0 2022-03-10 00:57:55 +00:00
main.go update natsapi reqs 2025-08-27 00:40:38 +00:00
mypy.ini more enum 2022-04-28 17:07:58 +00:00
README.md add registry editor 2026-01-14 20:25:19 +00:00
restore.sh letsencrypt ended ocsp support 2025-08-23 04:30:57 +00:00
SECURITY.md update supported version 2022-09-11 01:37:45 +00:00
troubleshoot_server.sh Update troubleshoot_server.sh 2025-03-12 22:13:28 +00:00
update.sh letsencrypt ended ocsp support 2025-08-23 04:30:57 +00:00

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)
  • Windows Registry Editor
  • Remote command and script execution (batch, powershell, python, nushell and deno scripts)
  • Event log viewer
  • Services management
  • Windows patch management
  • Automated checks with email/SMS/Webhook 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, 2025

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!

Mac agent versions supported

  • 64 bit Intel and Apple Silicon (M-Series)

Sponsorship Features

Installation / Backup / Restore / Usage

Refer to the documentation