api monitor client rustdesk #119
Reference in New Issue
Block a user
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?
s it possible to create an API to monitor the status of RustDesk endpoints and clients? This way, we could have a web system with all endpoints to monitor who is online and who is offline.
Alternatively, is it possible to add code to the RustDesk client compilation to send data via API to an external server?
If this is possible, could you help me with implementing it?
Thank you.
I'm not sure what you are looking for exactly. All rustdesk API servers that are available should already have the capability of monitoring online/offline devices. Look at these open source API servers:
https://github.com/lejianwen/rustdesk-api
https://github.com/bryangerlach/rustdesk-api-server
Thank you