A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
wh1te909 cf76e6f538 remove deprecated endpoint, add another deprecation 2021-11-13 00:33:52 +00:00
.devcontainer docker dev changes and nginx dev fix 2021-09-23 13:23: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 remove deprecated endpoint, add another deprecation 2021-11-13 00:33:52 +00:00
docker change dashboard hostname default in env.example to be consistent with docs. Log nginx container access/error logs to stdout/stderr 2021-11-04 16:25:19 -04:00
docs docs Linking to Traefik howto 2021-11-02 11:28:24 -04:00
natsapi update nats-api 2021-08-29 03:39:58 +00:00
scripts Remove Test-License script check 2021-11-07 01:02:38 +02:00
scripts_wip scripts wip revert windows update to default settings 2021-11-10 11:00:44 -05:00
web Fix block inheritance on client/site 2021-11-10 22:45:25 -05:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore add a file to ignore 2021-09-09 18:47:28 +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-21 15:26:25 +00:00
backup.sh update for new debug log 2021-08-30 03:45:35 +00:00
go.mod update nats-api 2021-08-29 03:39:58 +00:00
go.sum update nats-api 2021-08-29 03:39:58 +00:00
install.sh bump versions 2021-11-07 06:44:50 +00:00
main.go update nats-api 2021-08-29 03:39:58 +00:00
restore.sh no debian 11 for now 2021-10-10 21:21:51 +00:00
troubleshoot_server.sh troubleshooter adding waits 2021-09-10 07:31:50 -04:00
update.sh update python 2021-08-29 08:19:35 +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