Skip to content

Release v0.12.1

Compare
Choose a tag to compare
@wh1te909 wh1te909 released this 25 Mar 01:44
· 1177 commits to develop since this release
  • Fixed #1015 and #1017 linux agent fails to install when /tmp is locked down (like cpanel)
  • Fixed #1013 Double-click remote background action not setting correct tabs for windows agents
  • Remove DOS carriage returns when running scripts on linux agent (was preventing the shebang from being properly read)
  • Set locale during linux mesh agent install to fix mesh install errors
  • Added --debug flag to linux agent install script

Added a troubleshooting script for meshcentral integration errors:

Standard Install:

/rmm/api/env/bin/python /rmm/api/tacticalrmm/manage.py check_mesh

Docker Install:

sudo docker-compose exec tactical-backend python manage.py check_mesh

Full Changelog: v0.12.0...v0.12.1