A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
wh1te909 d438f71bbb add assets 2023-10-20 20:25:43 +00:00
.devcontainer remove reporting user and configuration 2023-10-15 12:24:50 -04:00
.github pg 15 for ci 2023-07-09 07:03:48 +00:00
.vscode remove mypy 2023-05-25 20:35:35 +00:00
ansible update ansible for 0.16.0 2023-07-07 09:07:43 +00:00
api/tacticalrmm add pending actions to reporting 2023-10-18 22:38:22 +00:00
docker more improvements 2023-10-02 12:32:02 -04:00
natsapi update reqs 2023-08-06 22:31:40 +00:00
.dockerignore
.gitignore get jinja templates 100% compatible with reporting 2023-10-02 12:32:02 -04:00
LICENSE.md
README.md
SECURITY.md
backup.sh add assets 2023-10-20 20:25:43 +00:00
go.mod update reqs 2023-08-06 22:31:40 +00:00
go.sum update reqs 2023-08-06 22:31:40 +00:00
install.sh remove reporting user and configuration 2023-10-15 12:24:50 -04:00
main.go update reqs 2023-08-06 22:31:40 +00:00
mypy.ini
restore.sh add assets 2023-10-20 20:25:43 +00:00
troubleshoot_server.sh mongo check [skip ci] 2023-07-11 01:06:45 +00:00
update.sh remove reporting user and configuration 2023-10-15 12:24:50 -04: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!

Mac agent versions supported

  • 64 bit Intel and Apple Silicon (M1, M2)

Installation / Backup / Restore / Usage

Refer to the documentation