From bb55c197e7d5654f96f7f2ab4bc4ab33c35db5b5 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:19:36 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4489733..cfcf74b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -654,7 +654,9 @@ https://github.com/rustdesk/rustdesk/discussions/2889#discussioncomment-6514549 # API of RustDesk server Pro - General: https://github.com/rustdesk/rustdesk/discussions/5834#discussioncomment-7119453 -- Devices: https://github.com/rustdesk/rustdesk-server-pro/discussions/182#discussioncomment-9083837 +- Devices: https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/devices.py + +Example: https://github.com/rustdesk/rustdesk-server-pro/discussions/182#discussioncomment-9083837 - Users: Please create a token (check above link for devices) with `Read and write` of `User Permission`. Download https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/users.py. ```