mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1181] [Feature] Deployment URL - Detect Operating System Download Correct Agent for OS #729
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#729
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 @johnnyq on GitHub (Jun 22, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1181
Is your feature request related to a problem? Please describe.
When creating a URL for Agent Deployments under manage deployments. It should auto detect the OS and download the correct agent.
basically I have a url support-agent.domain.ext that is a 301 redirect to the url that gets generated that I have clients go to, to download the agent. But my Linux clients are getting the windows agent and not Linux. This is where auto detection could come in handy.
Describe the solution you'd like
It download the correct agent based off the OS
Describe alternatives you've considered
None