tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.

OTHER License

Stars
2.8K

Bot releases are hidden (Show)

tacticalrmm - Release v0.6.4

Published by wh1te909 over 3 years ago

  • Fixed #439
  • Fixed #440
tacticalrmm - Release v0.6.3

Published by wh1te909 over 3 years ago

tacticalrmm - Release v0.6.2

Published by wh1te909 over 3 years ago

Web v0.6.2

  • Fixed #402
  • Added #418
  • Added community scripts

Agent v.1.5.2

  • Fixed #399
  • Added #424
tacticalrmm - Release v0.6.1

Published by wh1te909 over 3 years ago

  • Added #386
  • Added #388
  • Added #397
  • Fixed #396
  • Fixed categories in script manager folder view. Truncated script args in script manager table.
  • Changed maintenance mode color to green and changed maintenance mode icon in agent table.
  • Added warning color to agents table and clients tree. Also made it update colors when checks UI is refreshed.
  • If a valid code signing auth token is set, the "Powershell" and "Manual" install agent methods will now return the signed agent.
tacticalrmm - Release v0.6.0

Published by wh1te909 over 3 years ago

Web v0.6.0

  • Added new community scripts
  • Changed how community scripts are references in the database (now using GUIDs to keep track of changes). Warning: this will delete and re-create all community scripts and any checks/tasks associated with them so you'lll need to re-create them.
  • Fixed scripts drowndown menu when editing an automated task.

Agent v1.5.0

  • Agent is now code signed see below

Code Signing

I am happy to announce that after months of preparation and organizing, the Tactical RMM Agent is now code signed!

Here's how it works:

You must either be a Github sponsor with a minimum monthly donation of $50, or have contributed in other ways.
Please email [email protected] with your Discord username and Github username to request a Code Signing Auth Token. Please allow up to 24 hours for a response.

If you are an existing sponsor please look out for a direct message from me.

The $50 monthly donation is to:

  1. Pay for the costs to maintain the LLC, legal fees, cloud servers and certificate renewal fees needed for code signing.
  2. Discourage scammers from using the RMM to do harm.

Once you have received an auth token, upgrade your RMM to v0.6.0 then enter and save your auth token from the web UI: Settings > Code Signing

Any new agents you generate and existing agents will be signed once they are upgraded to agent v1.5.0

If you decide not to opt in for code signing, your agents will remain un-signed as they always have been.

The documentation site will be updated shortly with a technical breakdown of how the new code signing works.

https://github.com/sponsors/wh1te909

tacticalrmm - Release v0.5.3

Published by wh1te909 over 3 years ago

Web v0.5.3

  • Added feature #376
  • Added feature #377
  • Added graphics card info to summary/assets tab (requires agent v1.4.14)
  • Fixed email/sms alert for policy diskchecks where disk doesn't exist
  • Added community scripts

Agent v1.4.14

  • Added graphics card info see above
tacticalrmm - Release v0.5.2

Published by wh1te909 over 3 years ago

  • Revert meshcentral back to 0.7.93 from 0.8.5 until mesh fixes crashes in latest ver
tacticalrmm - Release v0.5.1

Published by wh1te909 over 3 years ago

  • Django 3.2
  • Fixed windows service email/sms alerts sending wrong service status in alert body
  • Sort scripts alphabetically in all script dropdown menus
  • Docker fixes
  • Updated community scripts
tacticalrmm - Release v0.5.0

Published by wh1te909 over 3 years ago

Release v0.5.0

  • Added custom fields support for scripts: https://www.youtube.com/watch?v=0-5jGGL3FOM
  • Added default script arguments in script manager
  • Implemented websocket support using django channels to allow future performance improvements to the web UI / realtime communication

Instructions for updating to v0.5.0 (ignore if using docker):

Edit /etc/nginx/sites-available/rmm.conf with your text editor of choice (file must be opened with sudo) e.g. sudo vim /etc/nginx/sites-available/rmm.conf

Add the following location block anywhere inside the 2nd server block (the one that starts with listen 443 ssl:
Check this example for a full reference

location ~ ^/ws/ {
	proxy_pass http://unix:/rmm/daphne.sock;
	proxy_http_version 1.1;
	proxy_set_header Upgrade $http_upgrade;
	proxy_set_header Connection "upgrade";
	proxy_redirect     off;
	proxy_set_header   Host $host;
	proxy_set_header   X-Real-IP $remote_addr;
	proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
	proxy_set_header   X-Forwarded-Host $server_name;
}

Verify you didn't make any syntax errors by running sudo nginx -t
Re-run the update.sh script.

tacticalrmm - Release v0.4.32

Published by wh1te909 over 3 years ago

  • Fixed being able to add/edit automation and alert templates on sites and clients
tacticalrmm - Release v0.4.31

Published by wh1te909 over 3 years ago

Web v0.4.31

  • Added new feature #340
  • Added new feature #352
  • Added custom fields to backend (note: this is still not fully implemented and currently hidden from the UI until it's finished)
  • Added new Clients Manager (Settings > Clients Manager) to prepare for custom fields
  • Update to nodejs v14
  • Refactor natsapi
  • Refactor dynamic agent installer exes / deployment exes to prepare for upcoming code signing support
  • Start organizing community scripts thank you to https://github.com/silversword411
tacticalrmm - Release v0.4.30

Published by wh1te909 over 3 years ago

  • Fixed issues with windows update background tasks
tacticalrmm - Release v0.4.29

Published by wh1te909 over 3 years ago

  • Fixed docker background tasks for real this time
tacticalrmm - Release v0.4.28

Published by wh1te909 over 3 years ago

  • Fix issues with background tasks not working in docker
  • Bump mesh to 0.7.93
tacticalrmm - Release v0.4.27

Published by wh1te909 over 3 years ago

Agent v1.4.13

  • Fixed #331
tacticalrmm - Release v0.4.26

Published by wh1te909 over 3 years ago

  • Fixed script manager freezing on latest Chrome browser
  • Install/update script improvements
  • Updated nats-server to v2.2.0
  • Fixed #323
  • Added #325, #326, #327, #329
tacticalrmm - Release v0.4.25

Published by wh1te909 over 3 years ago

Agent 1.4.12

  • Fix defender exclusions during agent install
tacticalrmm - Release v0.4.24

Published by wh1te909 over 3 years ago

Agent 1.4.11

tacticalrmm - Release v0.4.23

Published by wh1te909 over 3 years ago

Web 0.4.23

  • Added #66
  • https://github.com/wh1te909/tacticalrmm/commit/d42537814afe8ece48339b9de57a0d7ac3bae1c0 The check run interval can now be set per check, previously it could only be set at the agent level.
  • Changed check run interval thresholds, minimum is now 15 seconds and max is 86400 seconds.
  • Added #314
  • Removed redundant buttons in the web UI where there was already a context menu (right-click menu) for it as this was causing some confusion, since context menu always had more options than regular menu.
  • Added agent's hostname to email subject line for check/task fail alerts.
  • Fixed #305
  • Added #316
  • Fixed django admin not properly installing when using install.sh
  • Fixed #304

Agent 1.4.10

tacticalrmm - Release v0.4.22

Published by wh1te909 over 3 years ago

Web 0.4.22

  • Added 'Policy Sync' to Automation Manager
  • Fixed automation tasks not syncing across all agents
  • Cached alert_template property to speed up loading of agent table
  • Fixed pending actions counts
  • Reworked agent recovery (requires agent 1.4.9)

Agent v1.4.9

  • Reworked agent recovery