A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
sadnub dd545ae933 catch an exception that a celery task could potentially throw and configure automation task retries 2021-06-06 22:55:47 -04:00
.devcontainer configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00
.github public docs on push to master instead of develop 2021-03-31 18:11:14 +00:00
.vscode improve typing support 2021-02-23 09:50:57 +00:00
api/tacticalrmm catch an exception that a celery task could potentially throw and configure automation task retries 2021-06-06 22:55:47 -04:00
docker configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00
docs Docs update on regular patching 2021-05-26 21:36:28 -04:00
natsapi update go/codec 2021-05-29 03:20:12 +00:00
scripts check for proper OS support 2021-05-30 10:39:08 -07:00
scripts_wip tweaking wip scripts 2021-05-18 23:22:45 -04:00
web allow saving multiple script output in custom fields #533 2021-05-28 23:52:23 -04:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore add permissions #162 2021-05-08 17:02:23 +00:00
LICENSE use present for copyright range 2020-03-28 20:21:49 +00:00
README.md remove alpha status 2021-04-27 05:39:52 +00:00
azure-pipelines.yml update reqs 2021-04-08 06:09:48 +00:00
backup.sh configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00
go.mod update go/codec 2021-05-29 03:20:12 +00:00
go.sum update go/codec 2021-05-29 03:20:12 +00:00
install.sh configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00
main.go refactor natsapi 2021-03-27 19:21:52 +00:00
restore.sh configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00
update.sh configure redis to use an appendonly file for celery task reliability 2021-06-06 22:54:52 -04:00

README.md

Tactical RMM

Build Status Coverage Status License: MIT Code style: black

Tactical RMM is a remote monitoring & management tool for Windows computers, built with Django and Vue.
It uses an agent written in golang and integrates with MeshCentral

LIVE DEMO

Demo database resets every hour. Alot 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 versions supported

  • Windows 7, 8.1, 10, Server 2008R2, 2012R2, 2016, 2019

Installation / Backup / Restore / Usage

Refer to the documentation