tacticalrmm/README.md

47 lines
1.8 KiB
Markdown
Raw Normal View History

2020-01-05 23:47:54 +00:00
# Tactical RMM
2022-04-09 02:10:51 +00:00
![CI Tests](https://github.com/amidaware/tacticalrmm/actions/workflows/ci-tests.yml/badge.svg?branch=develop)
2022-04-23 03:49:37 +00:00
[![codecov](https://codecov.io/gh/amidaware/tacticalrmm/branch/develop/graph/badge.svg?token=8ACUPVPTH6)](https://codecov.io/gh/amidaware/tacticalrmm)
2020-01-05 23:47:54 +00:00
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
2022-03-19 20:04:17 +00:00
Tactical RMM is a remote monitoring & management tool, built with Django and Vue.\
It uses an [agent](https://github.com/amidaware/rmmagent) written in golang and integrates with [MeshCentral](https://github.com/Ylianst/MeshCentral)
2020-01-05 23:47:54 +00:00
2022-04-27 05:06:21 +00:00
# [LIVE DEMO](https://demo.tacticalrmm.com/)
2024-07-18 18:26:43 +00:00
2021-07-17 13:51:09 +00:00
Demo database resets every hour. A lot of features are disabled for obvious reasons due to the nature of this app.
2020-07-18 07:57:22 +00:00
2020-08-12 03:36:34 +00:00
### [Discord Chat](https://discord.gg/upGTkWp)
2022-03-18 18:09:58 +00:00
### [Documentation](https://docs.tacticalrmm.com)
2021-02-24 00:12:55 +00:00
2020-01-05 23:47:54 +00:00
## Features
- Teamviewer-like remote desktop control
- Real-time remote shell
- Remote file browser (download and upload files)
2023-11-12 20:10:18 +00:00
- Remote command and script execution (batch, powershell, python, nushell and deno scripts)
2020-01-05 23:47:54 +00:00
- Event log viewer
- Services management
- Windows patch management
2024-07-18 18:26:43 +00:00
- Automated checks with email/SMS/Webhook alerting (cpu, disk, memory, services, scripts, event logs)
2020-05-06 01:07:45 +00:00
- Automated task runner (run scripts on a schedule)
2020-01-05 23:47:54 +00:00
- Remote software installation via chocolatey
- Software and hardware inventory
## Windows agent versions supported
2020-01-05 23:47:54 +00:00
- Windows 7, 8.1, 10, 11, Server 2008R2, 2012R2, 2016, 2019, 2022
## Linux agent versions supported
2024-07-18 18:26:43 +00:00
2022-06-23 16:14:38 +00:00
- 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!
2022-09-24 03:07:38 +00:00
## Mac agent versions supported
2024-07-18 18:26:43 +00:00
2024-10-23 17:22:48 +00:00
- 64 bit Intel and Apple Silicon (M-Series)
2022-09-24 03:07:38 +00:00
2021-02-24 00:12:55 +00:00
## Installation / Backup / Restore / Usage
2020-10-30 00:07:02 +00:00
2022-03-18 18:09:58 +00:00
### Refer to the [documentation](https://docs.tacticalrmm.com)