[GH-ISSUE #2058] [Feature request] Chocolatey package for the agent #1281

Open
opened 2026-03-02 02:22:18 +03:00 by kerem · 0 comments
Owner

Originally created by @P6g9YHK6 on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2058

Is your feature request related to a problem? Please describe.
updating the agent is a bit of a pain when someone wishes to have more granular control over the deployment of the updates
and "every 35 minutes check for updates" is not really a best practice even if it is advised by you guys

when modification are done to an infrastructure a planning of what happened and when help with troubleshooting and security

Describe the solution you'd like
An officialy supported chocolatey package to install and update the agent to allow people to set custom tasks and such to manage the agent
kinda obivous as chocolatey is the default way trmm propose to install software.

for exemple a deployement of the agent via choco could look like this:
choco install trmm-agent -params "-signed -signedtoken XXXX" --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"

or

choco install trmm-agent-signed -params "-signedtoken XXXX" --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"
choco install trmm-agent-unsigned --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"

Describe alternatives you've considered
an updater script

https://github.com/P6g9YHK6/community-scripts/blob/main/scripts_staging/Build/Update%20TRMM%20agent.ps1

Originally created by @P6g9YHK6 on GitHub (Nov 1, 2024). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2058 **Is your feature request related to a problem? Please describe.** updating the agent is a bit of a pain when someone wishes to have more granular control over the deployment of the updates and "every 35 minutes check for updates" is not really a best practice even if it is advised by you guys when modification are done to an infrastructure a planning of what happened and when help with troubleshooting and security **Describe the solution you'd like** An officialy supported chocolatey package to install and update the agent to allow people to set custom tasks and such to manage the agent kinda obivous as chocolatey is the default way trmm propose to install software. for exemple a deployement of the agent via choco could look like this: `choco install trmm-agent -params "-signed -signedtoken XXXX" --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"` or `choco install trmm-agent-signed -params "-signedtoken XXXX" --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"` `choco install trmm-agent-unsigned --installarguments "--api https://api.exemple.com --client-id 4 --site-id 44 --agent-type server --auth XXXXXXX"` **Describe alternatives you've considered** an updater script https://github.com/P6g9YHK6/community-scripts/blob/main/scripts_staging/Build/Update%20TRMM%20agent.ps1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1281
No description provided.