-
Added linux agent. Still in beta for now, not all features are implemented. Compiled binaries are available for sponsors with a valid code signing token. Everyone else will need to compile the agent from source. Binaries will be made available for everyone once agent is out of beta.
-
Agent repo has moved to rmmagent and source code is now available.
-
Windows agent no longer uses NSSM and there is only 1 windows service now, down from 2 (service name is now
tacticalrmm
.tacticalagent
andtacticalrpc
have been removed). -
Windows agent installer no longer creates desktop or start menu shortcuts.
-
Removed the need to manually upload and manage mesh agents. They are now dynamically generated using meshcentral's api. Added a new setting in Global Settings > MeshCentral to specify the meshcentral device group name for those that are not using the default device group name that tactical sets up during install.
-
Docker now uses non-root containers. Special thanks to @joeldeteves for making this happen.
-
Community scripts have been moved to the community-scripts repo.
-
Code signing servers are now load balanced behind
https://agents.tacticalrmm.com
-
Upgraded to python 3.10.2, node 16 and postgresql 14 (upgrade to postgres 14 is not automatic, only for fresh installs. Postgres 14 is not mandatory but you should eventually look into how to upgrade to it. An easy way is to use our backup/restore script onto a new vm. Or simply dump existing database, remove postgres 13, install postgres 14 and restore db.)
-
Added #147 Meshagents are now removed from meshcentral's UI/db during tacticalagent uninstall
-
Added #819 Added a new tab to the 'Edit Agent' modal where you can see a summary of applied policies, applied alert templates and the effective patch policy
-
Added #795 Scripts can now be hidden
-
Added #827 Added client and site columns to the audit log
-
Fixed #957 Scripts with active tasks and checks could be deleted
-
Fixed #912 History doesn't sort correctly - ignores year
-
Fixed #859 Agent history tab > search not matching items
What's Changed
- docs - adding to how it all works by @silversword411 in #935
- Add files via upload by @iamkhris in #938
- fixed tooltip error by @Yamacore in #940
- docs - docker backup options by @silversword411 in #941
- docs - api examples and more by @silversword411 in #944
- docs - enable keys and FAQ tweaks by @silversword411 in #945
- docs - api example fix thx bc24fl by @silversword411 in #948
- Adding all services to troubleshooting_server.sh and docs additions by @silversword411 in #951
- Non root containers by @joeldeteves in #939
- Commenting scripts by @silversword411 in #1004
Full Changelog: v0.11.3...v0.12.0