Update _index.en.md

This commit is contained in:
RustDesk 2024-04-11 15:24:55 +08:00 committed by GitHub
parent 4268b39f60
commit ad5131bc1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,11 +78,13 @@ Gmail in this example
7. Enter your Gmail account i.e. `myrustdeskserver@gmail.com` in `From`. 7. Enter your Gmail account i.e. `myrustdeskserver@gmail.com` in `From`.
8. Click `Check` to save. 8. Click `Check` to save.
### Assign Device Users and Groups to Devices ### Assign Device Users/Groups/Strategies to Devices
The User is the RustDesk User logged in on the device or assigned to the device by clicking `Edit` next to the device, click in the `User` box and drop-down to select your user, this will auto assign the group based on the group the user as been assigned to. The User is the RustDesk User logged in on the device or assigned to the device by clicking `Edit` next to the device, click in the `User` box and drop-down to select your user, this will auto assign the group based on the group the user as been assigned to.
This can also be done via the API at command line on deployment or later by calling the RustDesk executable followed by `--assign --token <generatedtoken> --user_name <username>`. You need to go to "Settings → Tokens → Create" and create a token with Device permissions first to do this. An example of this on windows would be `"C:\Program Files\RustDesk\rustdesk.exe" --assign --token <generatedtoken> --user_name <newuser>`. This can also be done via the API at command line on deployment or later by calling the RustDesk executable followed by `--assign --token <generatedtoken> --user_name <username>`. You need to go to "Settings → Tokens → Create" and create a token with Device permissions first to do this. An example of this on windows would be `"C:\Program Files\RustDesk\rustdesk.exe" --assign --token <generatedtoken> --user_name <newuser>`.
You can also assign strategy in this way, e.g. `--assign --token <generatedtoken> --strategy_name_name <strategy_name name>`.
### Searching for a device ### Searching for a device
1. Go to Devices. 1. Go to Devices.
2. In the Device Name Search Field type in the name and click `Query` or hit <kbd>Enter</kbd>. 2. In the Device Name Search Field type in the name and click `Query` or hit <kbd>Enter</kbd>.