From 879c96192d0763fda3d9624f92f4e6178cd4830d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:18:46 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0ec86f3..4489733 100644 --- a/FAQ.md +++ b/FAQ.md @@ -663,9 +663,7 @@ python3 users.py view --url http://rustdesk.yourcompany.com --token --na python3 users.py disable --url http://rustdesk.yourcompany.com --token --name test python3 users.py enable --url http://rustdesk.yourcompany.com --token --name test ``` -- Audit logs: please create a token (check above link for devices) with `Read` of `Audit Log Permission` first, use api endpoints `/api/audits/conn`, `/api/audits/file`, `/api/audits/alarm`, `/api/audits/console`, only support `Get` for logs. Avaiable filters are `remote`, `local`, `created_at`, `remote_device_name`, `local_device_name`, same to what you see on the web console. We do not create `logs.py` for you yet, but you can modify `view` function in https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/users.py, replace `{url}/api/users` with `{url}/api/audits/conn` / `{url}/api/audits/file` / `{url}/api/audits/alarm` / `{url}/api/audits/console`. - -https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/audits.py +- Audit logs: https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/audits.py Example: https://github.com/rustdesk/rustdesk/pull/12989