mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2229] [Feature request] Software patch management #3330
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ichabot on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2229
Is your feature request related to a problem? Please describe.
Currently, TacticalRMM lacks support for third-party software patch management. This makes it challenging to keep installed software up-to-date efficiently. Manually updating each piece of software is time-consuming and prone to human error. Especially when users do not have local admin rights, many software applications will not update until a user with administrative privileges performs the update.
Describe the solution you'd like
I would like TacticalRMM to integrate support for third-party software patch management. This feature should allow users to automatically update installed software using package managers such as Chocolatey. The solution should include:
Describe alternatives you've considered
Manual updates: This is error-prone and inefficient.
Using separate tools: This requires additional setup and management, complicating the workflow.
Scripting custom solutions: This is not scalable and requires significant maintenance.
Additional context
Adding this feature would greatly enhance the functionality of TacticalRMM, making it a more comprehensive solution for IT management. It would save time and reduce the risk of vulnerabilities due to outdated software.
@dinger1986 commented on GitHub (May 8, 2025):
Have you looked at the winget and choco scripts which do just that?
@ichabot commented on GitHub (May 8, 2025):
Yes, I am aware of those scripts. However, it would be beneficial to have this functionality more integrated into the WebUI of TacticalRMM. Specifically, having robust reporting and logging features for tracking installed and updated software, as well as identifying applications that failed to update, would be very useful.
@wh1te909 commented on GitHub (May 8, 2025):
the patching rework we're working on will eventually take care of this