A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
sadnub f92982cd5a
fix quotes around cert path in tactical docker image
2021-12-30 08:50:10 -05:00
.devcontainer add drf_spectacular to dev requirements 2021-11-23 21:35:11 -05:00
.github Create devskim-analysis.yml 2021-12-12 01:44:04 +01:00
.vscode improve typing support 2021-02-23 09:50:57 +00:00
api/tacticalrmm update mesh initial setup command to use MESH_WS_URL for docker 2021-12-28 00:35:02 -05:00
docker fix quotes around cert path in tactical docker image 2021-12-30 08:50:10 -05:00
docs docs - nats-api update 2021-12-27 17:01:05 -05:00
natsapi update for new service 2021-11-13 21:30:01 +00:00
scripts move script to correct location 2021-12-22 16:30:35 +01:00
scripts_wip scripts_wip - working on newer version w/features 2021-12-22 12:57:55 -05:00
web speed up client/site tree loading and add popout button to summary tab 2021-12-26 09:36:56 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore update for new service 2021-11-13 21:30:01 +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
SECURITY.md Create SECURITY.md 2021-12-12 01:54:18 +01:00
azure-pipelines.yml new pipeline agent 2021-08-21 15:26:25 +00:00
backup.sh bump backup script version 2021-12-20 04:27:12 +00:00
go.mod update go mod 2021-11-13 00:36:57 +00:00
go.sum update go mod 2021-11-13 00:36:57 +00:00
install.sh fix openfile limit with 1k+ agents 2021-12-09 00:06:33 +00:00
main.go more go rework 2021-11-13 00:45:28 +00:00
restore.sh add debian 11 support and update reqs 2021-11-19 06:58:18 +00:00
troubleshoot_server.sh update docs for new service 2021-11-19 06:32:15 +00:00
update.sh nginx conf updates for older installs fixes #888 2021-12-21 19:04:00 +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