mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[GH-ISSUE #4] Windows XP version #80
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#80
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 @JoachimVeulemans on GitHub (Mar 27, 2022).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/4
Hi
Since this project is now converted to GO and a Linux agent is possible. Would it be possible to compile this for a Windows XP agent? A simple api connection with remote desktop capabilities would be already amazing. In my opinion, it would be nice to have 'a' solution for this, it does not need to include all the features.
I know this isn't easy but I think a lot of systems include older operating systems. A wider OS support would be a requirement for a lot of companies to switch over to Tactical RMM.
Thank you for your time.
@wh1te909 commented on GitHub (Mar 28, 2022):
Hi, so golang 1.10 was the last version to support Windows XP so it would not even be possible anymore since the agent is built with golang 1.17, and will be moving to go 1.18 soon to make use of generics. You can try installing golang 1.10 and compiling the agent and see if it runs on XP.