A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
sadnub d2875e90b2 fix docker dev 2022-08-05 12:10:52 -04:00
.devcontainer fix docker dev 2022-08-05 12:10:52 -04:00
.github fix working dir 2022-07-31 21:31:58 +00:00
.vscode add file associations for yaml [skip ci] 2022-07-27 07:31:54 +00:00
ansible start ansible role to deploy dev environment 2022-07-20 07:16:47 +00:00
api/tacticalrmm fixes #1174 amidaware/tacticalrmm-web@76f330fb9c 2022-08-05 07:22:46 +00:00
docker remove check 2022-07-27 06:10:33 +00:00
natsapi update nats-api and add debug info 2022-06-30 06:37:58 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore testing pytest/codecov 2022-04-23 02:00:12 +00:00
LICENSE.md v0.12.0 2022-03-10 00:57:55 +00:00
README.md Syncing readme with docs 2022-06-23 12:14:38 -04:00
SECURITY.md update supported version 2022-07-09 09:30:58 +00:00
backup.sh bump script ver 2022-07-07 20:34:47 +00:00
go.mod update nats-api and add debug info 2022-06-30 06:37:58 +00:00
go.sum update nats-api and add debug info 2022-06-30 06:37:58 +00:00
install.sh switch to official nginx repo to get latest version 2022-07-26 08:09:49 +00:00
main.go update nats-api and add debug info 2022-06-30 06:37:58 +00:00
mypy.ini more enum 2022-04-28 17:07:58 +00:00
restore.sh switch to official nginx repo to get latest version 2022-07-26 08:09:49 +00:00
troubleshoot_server.sh remove check for 4222 2022-07-07 16:31:01 +00:00
update.sh add signing key 2022-07-27 01:59:55 +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