2022-04-20 13:29:42 +02:00
---
title: Mobile
weight: 1
---
2022-07-10 05:20:52 +02:00
### Remote Control
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
Enter the ID of the remote device in the home page or select a historical device to verify.
2022-04-20 13:29:42 +02:00
After the verification is successful, you can control remote device.
| Home | Successfully connected |
| --------------- | -------------------------------------------------------- |
2022-04-20 16:50:59 +02:00
| ![](/docs/en/manual/mobile/images/connection_home_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/connection_en.jpg?width=300px) |
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
Input control provides two modes: `mouse mode` and `touch mode` , which can be switched through the lower toolbar.
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
| Mouse settings | Mode selection |
2022-04-20 13:29:42 +02:00
| --------------- | -------------------------------------------------------- |
2022-04-20 16:50:59 +02:00
| ![](/docs/en/manual/mobile/images/touch_mode_icon_en.png?width=300px) | ![](/docs/en/manual/mobile/images/touch_mode_en.jpg?width=300px) |
2022-04-20 13:29:42 +02:00
2022-05-12 16:59:48 +02:00
{{% notice note %}}
In `mouse mode` ,you can also trigger the remote device's `Right Mouse` with a `Two-Finger Tap`
{{% /notice %}}
2022-04-20 13:29:42 +02:00
### File Transfer (Android)
2022-07-10 05:20:52 +02:00
> Requires RustDesk 1.1.9+
2022-04-20 13:29:42 +02:00
In the device list on the home page, select the device.
2022-07-10 05:20:52 +02:00
Long press or tap the menu on the right to select `File Transfer`
2022-04-20 13:29:42 +02:00
| Home | Successfully connected |
| --------------- | -------------------------------------------------------- |
2022-04-20 16:50:59 +02:00
| ![](/docs/en/manual/mobile/images/connection_home_file_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/file_connection_en.jpg?width=300px) |
2022-04-20 13:29:42 +02:00
- The initial directory is the Home directory of the device, you can click < i class = "fas fa-home" ></ i > to quickly return to Home.
- Below the title bar is the directory level, you can click the corresponding folder to jump quickly.
- Click < i class = "fas fa-arrow-up" ></ i > to access the parent directory.
- The current absolute path and project statistics will be prompted at the bottom of the list.
- Click `Local` / `Remote` in the title bar to switch pages.
2022-07-10 05:20:52 +02:00
#### How do I transfer files?
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
1. **Long press** on a file or folder in the list to quickly enter the **multiple selection mode** , which can select multiple items.
2. After selecting the file(s), switch the `local` / `remote` page. After switching, you will see the `Paste here?` prompt at the bottom of the screen.
3. Click the paste file icon in the picture to transfer the selected item(s) to the target directory.
2022-04-20 13:29:42 +02:00
| Multi-Select Mode | File Paste |
| --------------- | -------------------------------------------------------- |
2022-04-20 16:50:59 +02:00
| ![](/docs/en/manual/mobile/images/file_multi_select_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/file_copy_en.jpg?width=300px) |
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
### Set ID/Relay Server
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
1. Click `Settings` on the bottom navigation bar.
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.
2022-07-10 05:51:03 +02:00
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.
2022-04-20 17:05:58 +02:00
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
2022-04-20 13:29:42 +02:00
2022-04-20 16:50:59 +02:00
![](/docs/en/manual/mobile/images/id_setting_en.jpg?width=300px)
2022-04-20 13:29:42 +02:00
2022-07-10 05:20:52 +02:00
For details of self-host server, please refer to [self-host ](/docs/en/self-host/ )