A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
wh1te909 544270e35d new pipeline agent 2021-08-20 07:35:02 +00:00
.devcontainer add ipware req 2021-07-21 20:33:42 -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 Merge pull request #649 from silversword411/develop 2021-08-11 23:53:24 -07:00
docker fix docker build script 2021-07-20 23:11:15 -04:00
docs Merge pull request #654 from NiceGuyIT/develop 2021-08-11 23:54:14 -07:00
natsapi update bin [skip ci] 2021-07-17 07:16:38 +00:00
scripts Merge pull request #654 from NiceGuyIT/develop 2021-08-11 23:54:14 -07:00
scripts_wip wip script add 2021-07-27 19:04:40 -04:00
web fix favorited community scripts showing up if community scripts are hidden. Fix delete script in Script Manager 2021-08-02 17:48:13 -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 Update README.md 2021-07-17 14:51:09 +01:00
azure-pipelines.yml new pipeline agent 2021-08-20 07:35:02 +00:00
backup.sh fix redis appendonly backup/restore 2021-06-13 00:10:58 +00:00
go.mod move checkin to go 2021-06-27 06:23:37 +00:00
go.sum move checkin to go 2021-06-27 06:23:37 +00:00
install.sh rework agent installation auth token to have minimal perms 2021-06-30 06:46:07 +00:00
main.go update bin [skip ci] 2021-07-17 07:16:38 +00:00
restore.sh fix redis appendonly backup/restore 2021-06-13 00:10:58 +00:00
update.sh rework agent installation auth token to have minimal perms 2021-06-30 06:46:07 +00: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. 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 versions supported

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

Installation / Backup / Restore / Usage

Refer to the documentation