mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-13 17:58:18 +01:00
Merge pull request #48 from lukebarone/master
Added QR Code Instructions
This commit is contained in:
commit
697f2f29be
@ -56,7 +56,14 @@ Long press or tap the menu on the right to select `File Transfer`
|
||||
2. Click `ID/Relay Server`.
|
||||
3. Enter your ID Server hostname/IP Address in the `ID Server` field. Leave `Relay Server` and `API Server` blank, and enter your public key (optional, required for encryption) in the `Key` field. Press **OK** to save your settings. It will automatically switch to the specified server.
|
||||
|
||||
You can also configure it by scanning a QR code.
|
||||
You can also configure it by scanning a QR code. To generate the QR Code, use the following format (change the `host` and `key` values to your own):
|
||||
|
||||
```nolang
|
||||
config={"host": "xxx", "key": "xxx"}
|
||||
```
|
||||
|
||||
Then go to an [Online QR Code Generator](https://www.qr-code-generator.com/) and paste in the code above.
|
||||
|
||||
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
|
||||
|
||||
![](/docs/en/manual/mobile/images/id_setting_en.jpg?width=300px)
|
||||
|
@ -6,7 +6,7 @@ weight: 20
|
||||
|
||||
### Install NodeJs
|
||||
|
||||
Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install.
|
||||
Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install NodeJS.
|
||||
NodeJs is the runtime environment of pm2, so you need to install NodeJs first。
|
||||
|
||||
### Install pm2
|
||||
|
Loading…
Reference in New Issue
Block a user