A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
Dan 58ba08a8f3
Merge pull request #342 from silversword411/develop
Updating labels from (s) to (seconds)
2021-03-26 20:59:09 -07:00
.devcontainer add custom fields to forms and get saving to work 2021-03-25 23:21:57 -04:00
.github Update issue templates 2021-03-18 23:25:46 -07:00
.vscode improve typing support 2021-02-23 09:50:57 +00:00
api/tacticalrmm fix edit client, more tests 2021-03-26 22:25:13 +00:00
docker update to nodejs v14 2021-03-26 06:32:24 +00:00
docs add docs for django admin 2021-03-24 07:12:26 +00:00
natsapi go 1.16.2 2021-03-26 06:48:58 +00:00
scripts Rename bios_check.ps1 to Win_Bios_Check.ps1 2021-03-26 10:17:44 -04:00
web Merge pull request #342 from silversword411/develop 2021-03-26 20:59:09 -07:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore docs 2021-02-24 00:12:55 +00:00
LICENSE use present for copyright range 2020-03-28 20:21:49 +00:00
README.md update demo link 2021-03-12 08:22:02 +00:00
azure-pipelines.yml python 3.9 2021-02-21 07:57:36 +00:00
backup.sh grab postgres creds automatically for backup closes #285 2021-02-24 19:23:47 +00:00
go.mod natsapi refactor 2021-02-27 00:23:03 +00:00
go.sum natsapi refactor 2021-02-27 00:23:03 +00:00
install.sh update to nodejs v14 2021-03-26 06:32:24 +00:00
main.go go 1.16.2 2021-03-26 06:48:58 +00:00
restore.sh update to nodejs v14 2021-03-26 06:32:24 +00:00
update.sh go 1.16.2 2021-03-26 06:48:58 +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. Alot of features are disabled for obvious reasons due to the nature of this app.

Tactical RMM is currently in alpha and subject to breaking changes. Use in production at your own risk.

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