A remote monitoring & management tool, built with Django, Vue and Go.
Go to file
Alexandra Stone abfeafa026
Add gmail relay handling for emails
This change adds ehlo and starttls when the server hostname is smtp-relay.gmail.com and authentication is disabled.
Just sending the message and quitting isn't enough for gmail specifically.
2023-12-27 14:07:57 -07:00
.devcontainer set insecure nats mode for docker dev 2023-11-22 23:42:45 -05:00
.github doesn't support go 1.21 yet, removing for now 2023-12-01 20:26:02 +00:00
.vscode vscode 2023-12-11 18:35:21 +00:00
ansible update hash_bucket_size 2023-12-11 18:36:08 +00:00
api/tacticalrmm Add gmail relay handling for emails 2023-12-27 14:07:57 -07:00
docker set insecure nats mode for docker dev 2023-11-22 23:42:45 -05:00
natsapi update bins 2023-12-01 19:50:07 +00:00
.dockerignore Update .dockerignore 2021-01-03 15:16:13 -05:00
.gitignore switch to gunicorn due to issues with uwsgi and reporting 2023-10-27 02:22:16 +00:00
LICENSE.md v0.12.0 2022-03-10 00:57:55 +00:00
README.md update readme for macOS support 2022-09-24 03:07:38 +00:00
SECURITY.md update supported version 2022-09-11 01:37:45 +00:00
backup.sh forgot to bump version of backup script last update 2023-11-07 17:17:37 +00:00
go.mod update natsapi 2023-12-01 19:49:10 +00:00
go.sum update reqs 2023-10-29 19:01:55 +00:00
install.sh fix: chown on ssl cert 2023-12-21 20:51:16 +01:00
main.go update natsapi 2023-12-01 19:49:10 +00:00
mypy.ini more enum 2022-04-28 17:07:58 +00:00
restore.sh also make sudo changes to restore 2023-12-22 17:38:04 +00:00
troubleshoot_server.sh mongo check [skip ci] 2023-07-11 01:06:45 +00:00
update.sh update hash_bucket_size 2023-12-11 18:36:08 +00:00

README.md

Tactical RMM

CI Tests codecov Code style: black

Tactical RMM is a remote monitoring & management tool, 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 agent versions supported

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

Linux agent versions supported

  • Any distro with systemd which includes but is not limited to: Debian (10, 11), Ubuntu x86_64 (18.04, 20.04, 22.04), Synology 7, centos, freepbx and more!

Mac agent versions supported

  • 64 bit Intel and Apple Silicon (M1, M2)

Installation / Backup / Restore / Usage

Refer to the documentation