mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 21:53:19 +03:00
Updated FAQ (markdown)
4
FAQ.md
4
FAQ.md
@@ -663,9 +663,7 @@ python3 users.py view --url http://rustdesk.yourcompany.com --token <token> --na
|
|||||||
python3 users.py disable --url http://rustdesk.yourcompany.com --token <token> --name test
|
python3 users.py disable --url http://rustdesk.yourcompany.com --token <token> --name test
|
||||||
python3 users.py enable --url http://rustdesk.yourcompany.com --token <token> --name test
|
python3 users.py enable --url http://rustdesk.yourcompany.com --token <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`.
|
- Audit logs: https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/audits.py
|
||||||
|
|
||||||
https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/audits.py
|
|
||||||
|
|
||||||
Example: https://github.com/rustdesk/rustdesk/pull/12989
|
Example: https://github.com/rustdesk/rustdesk/pull/12989
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user