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.4.1

Published by wh1te909 over 3 years ago

Web

  • Fixed #258
  • Fixed UI bug where agent table default tab was resetting during background dashboard refresh
  • Optimize some db queries to reduce overall ram usage
  • Changed agent update func to force an update to 1.3.0 before going to 1.4.0, see below

Agent v1.4.0

  • BREAKING: removed cgo dependency. Requires agent 1.3.0 first.
    The RMM will automatically take care of sending the correct update to the agent, so you should let the RMM handle it.
    If for whatever reason you need to manually force an update, make sure to get the agent to 1.3.0 first before going to 1.4.0
  • Temporary fix for Security event log checks see #239
tacticalrmm - Release v0.4.0

Published by wh1te909 over 3 years ago

Release 0.4.0

  • Removed salt

Agent v1.3.0

  • windows update and chocolatey modules rewrite in pure golang
  • removed checkrunner windows service, now part of the tacticalagent service
  • switched from sqlite to windows registry for storing agent info, to remove CGO for next agent release
  • agent now installs a portable python interpreter for running python scripts since salt has been removed
tacticalrmm - Release v0.3.3

Published by wh1te909 almost 4 years ago

  • Fixed #252
tacticalrmm - Release v0.3.2

Published by wh1te909 almost 4 years ago

  • Fixed #250
  • Added #249
tacticalrmm - Release v0.3.1

Published by wh1te909 almost 4 years ago

Web

  • Split agent update into chunks

Agent v1.2.1

  • More random delays to help with rmm load when hundreds of agents
tacticalrmm - Release v0.3.0

Published by wh1te909 almost 4 years ago

Web v0.3.0

Agent v1.2.0

  • start moving away from http requests and move to sockets with nats for agent checkin/checks to improve stability and reduce load on rmm
tacticalrmm - Release v0.2.23

Published by wh1te909 almost 4 years ago

  • Added graphs for check history
  • Added setting to auto remove check history older than x days
  • Added #232
  • Fixed #217
  • Removed check runs from audit log
  • Docker dev fixes
  • Fixed agent deployment in docker
  • Reduce some bg tasks load on rmm
tacticalrmm - Release v0.2.22

Published by wh1te909 almost 4 years ago

  • fix memory leak
tacticalrmm - Release v0.2.21

Published by wh1te909 almost 4 years ago

  • Added #212
  • script manager folder view fixes
  • docker dev fixes
tacticalrmm - Release v0.2.20

Published by wh1te909 almost 4 years ago

  • fixed threadpool worker count which was causing some tasks to not complete
tacticalrmm - Release v0.2.19

Published by wh1te909 almost 4 years ago

Web

  • Added #85
  • Fixed #224
  • f68b102ca8f99c5fe049e24cdb86eb382b90d018 added dev containers for easy spin up of dev env
  • Dropped support for agent <= 1.1.5

Agent v1.1.12

  • fix 'runchecks' race conditions
  • bugfixes and improvements
tacticalrmm - Release v0.2.18

Published by wh1te909 almost 4 years ago

tacticalrmm - Release v0.2.17

Published by wh1te909 almost 4 years ago

Web

  • Added #204
  • Added #170, #152
  • New script manager, can now create/edit scripts from the UI in addition to uploading from disk
  • Scripts can now be favorited and assigned categories
  • Added new "Run Favorited Script" to agent's context menu for a quick way to run a script
  • Scripts are now stored in the database as base64 encoded strings instead of on the filesystem
  • Added server/workstation target filtering to all bulk actions
  • Added background task to detect and auto heal crashed tactical windows services on the agent
  • Added github sponsors https://github.com/sponsors/wh1te909
tacticalrmm - Release v0.2.16

Published by wh1te909 almost 4 years ago

Agent v1.1.11

  • Add back win services to agent check-in to populate db column for winsvc checks in UI if the remote background services tab has never been opened to seed the initial list
tacticalrmm - Release v0.2.15

Published by wh1te909 almost 4 years ago

Agent v1.1.10

  • agent check-in and recovery improvements
tacticalrmm - Release v0.2.14

Published by wh1te909 almost 4 years ago

Agent v1.1.9

  • Fix nats parsing when special chars in computer hostname
tacticalrmm - Release v0.2.13

Published by wh1te909 almost 4 years ago

Agent v1.1.8

  • Fix race conditions where agent would stop checking in after some time
tacticalrmm - Release v0.2.12

Published by wh1te909 almost 4 years ago

Agent v1.1.7

  • Fix agentupdate sched task not spawning on server2008r2/win7 and laptops running off battery
  • Added optional -silent flag to installer to not popup any message boxes during install
tacticalrmm - Release v0.2.11

Published by wh1te909 almost 4 years ago

Agent v1.1.6

  • fix inno setup update funcs
tacticalrmm - Release v0.2.10

Published by wh1te909 almost 4 years ago

Agent v1.1.5

  • more bugfixes, prepare for inno fix in 1.1.6 which will be released tomorrow after all agents on 1.1.5

Web

  • fix client/site sometimes not showing red in UI when failing checks
  • add postgres vacuum command to update and backup scripts to reclaim space if db was pruned from ui