A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
silversword411 10ca38f91d Tweaking bug report template 2024-03-28 02:24:18 -04:00
.devcontainer py 3.11.8 and update reqs 2024-02-29 02:09:33 +00:00
.github Tweaking bug report template 2024-03-28 02:24:18 -04:00
.vscode update vscode settings 2024-02-21 17:34:44 +00:00
ansible py 3.11.8 and update reqs 2024-02-29 02:09:33 +00:00
api/tacticalrmm bump version 2024-03-27 18:09:17 +00:00
docker update reqs 2024-03-15 07:53:28 +00:00
natsapi update bins 2024-03-24 19:31:12 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore switch to gunicorn due to issues with uwsgi and reporting 2023-10-27 02:22:16 +00:00
LICENSE.md v0.12.0 2022-03-10 00:57:55 +00:00
README.md [Feature] Add cross site scripting 2023-11-12 15:10:18 -05:00
SECURITY.md update supported version 2022-09-11 01:37:45 +00:00
backup.sh forgot to bump version of backup script last update 2023-11-07 17:17:37 +00:00
go.mod update nats 2024-03-24 19:29:18 +00:00
go.sum update nats 2024-03-24 19:29:18 +00:00
install.sh add option to use own cert during install 2024-03-09 19:21:21 +00:00
main.go update nats 2024-03-24 19:29:18 +00:00
mypy.ini more enum 2022-04-28 17:07:58 +00:00
restore.sh py 3.11.8 and update reqs 2024-02-29 02:09:33 +00:00
troubleshoot_server.sh mongo check [skip ci] 2023-07-11 01:06:45 +00:00
update.sh nodesource added their installation scripts back 2024-03-13 01:06:07 +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, python, nushell and deno 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