A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
sadnub 96284f9508
make eslint error on warnings
2022-04-28 09:50:41 -04:00
.devcontainer revert back to psycopg2 package 2022-04-19 22:37:56 -04:00
.github make eslint error on warnings 2022-04-28 09:50:41 -04:00
.vscode add typescript support and stricter formatting/linting 2022-04-27 20:47:32 -04:00
api/tacticalrmm update reqs 2022-04-27 05:07:22 +00:00
docker remove port changes for persistent mesh configurations 2022-04-24 20:51:18 -04:00
natsapi update nats-api 2022-04-21 21:26:22 +00:00
web fix warning 2022-04-28 07:07:33 +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 update url 2022-04-27 05:06:21 +00:00
SECURITY.md update supported version 2022-04-08 18:45:53 +00:00
backup.sh update scripts and reqs 2022-04-21 20:32:41 +00:00
go.mod update nats-api 2022-04-21 21:26:22 +00:00
go.sum update nats-api 2022-04-21 21:26:22 +00:00
install.sh add trailing slash 2022-04-22 08:08:59 +00:00
main.go update nats-api 2022-04-21 21:26:22 +00:00
mypy.ini configure mypy vscode extension and start fixing some types 2022-04-08 23:23:10 -04:00
restore.sh update scripts and reqs 2022-04-21 20:32:41 +00:00
troubleshoot_server.sh Update troubleshoot_server.sh 2022-04-23 15:03:58 +01:00
update.sh update scripts and reqs 2022-04-21 20:32:41 +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

Installation / Backup / Restore / Usage

Refer to the documentation