mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 19:33:20 +03:00
Updated FAQ (markdown)
13
FAQ.md
13
FAQ.md
@@ -438,9 +438,16 @@ https://github.com/rustdesk/rustdesk/discussions/2889#discussioncomment-6514549
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
# API of RustDesk server Pro
|
||||
|
||||
- Devices: 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.
|
||||
```
|
||||
python3 users.py view --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 delete --url http://rustdesk.yourcompany.com --token <token> --name test
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user