mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-23 08:26:47 +00:00
fix style
This commit is contained in:
@@ -4,10 +4,10 @@ weight: 2
|
||||
pre: "<b>1. </b>"
|
||||
---
|
||||
|
||||
### Introduction
|
||||
## Introduction
|
||||
The RustDesk Client is used on devices to connect via our RustDesk Server either open source or Pro, it is available to download from [GitHub](https://github.com/rustdesk/rustdesk/releases/latest).
|
||||
|
||||
### Supported Platforms
|
||||
## Supported Platforms
|
||||
- Microsoft Windows
|
||||
- macOS
|
||||
- Debian Derivatives (Ubuntu ≥ 16, Linux Mint, etc.)
|
||||
@@ -20,15 +20,15 @@ The RustDesk Client is used on devices to connect via our RustDesk Server either
|
||||
- iOS (not support being controlled)
|
||||
- Web
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
#### Windows
|
||||
### Windows
|
||||
|
||||
Download the exe from GitHub and install.
|
||||
|
||||
To install silently call the install exe with `--silent-install`.
|
||||
|
||||
#### macOS
|
||||
### macOS
|
||||
|
||||
Download the dmg file from GitHub more info can be found on the [macOS page](https://rustdesk.com/docs/en/client/mac/).
|
||||
|
||||
@@ -38,36 +38,36 @@ Allow RustDesk to run.
|
||||
|
||||
Enable permissions requested and follow prompts on the left hand side of RustDesk to finish setup.
|
||||
|
||||
#### Linux
|
||||
### Linux
|
||||
|
||||
Please see below instructions to install for the various "flavours" of Linux (installers are on GitHub or available from a distro's repository).
|
||||
|
||||
##### Debian Derivatives
|
||||
#### Debian Derivatives
|
||||
|
||||
```sh
|
||||
# please ignore the wrong disk usage report
|
||||
sudo apt install -fy ./rustdesk-<version>.deb
|
||||
```
|
||||
|
||||
##### Red Hat Derivatives
|
||||
#### Red Hat Derivatives
|
||||
|
||||
```sh
|
||||
sudo yum localinstall ./rustdesk-<version>.rpm
|
||||
```
|
||||
|
||||
##### Arch Linux/Manjaro
|
||||
#### Arch Linux/Manjaro
|
||||
|
||||
```sh
|
||||
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
|
||||
```
|
||||
|
||||
##### openSUSE (≥ Leap 15.0)
|
||||
#### openSUSE (≥ Leap 15.0)
|
||||
|
||||
```sh
|
||||
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
|
||||
```
|
||||
|
||||
##### Nix / NixOS (≥ 22.05)
|
||||
#### Nix / NixOS (≥ 22.05)
|
||||
|
||||
Temporary enter a shell with `rustdesk` ready to run:
|
||||
|
||||
@@ -90,13 +90,13 @@ In order to install system-wide in NixOS run `nixos-rebuild switch --flake /etc/
|
||||
];
|
||||
```
|
||||
|
||||
#### Android
|
||||
### Android
|
||||
Install apk from our GitHub more info can be found on the [Android page](https://rustdesk.com/docs/en/client/android/).
|
||||
|
||||
#### iOS (iPhone, iPad)
|
||||
### iOS (iPhone, iPad)
|
||||
Download the app from the [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015).
|
||||
|
||||
### Usage
|
||||
## Usage
|
||||
Once installed (or run as a temporary executable) RustDesk will connect to the Public servers. You will see a message at the bottom saying (1) "Ready, For faster connection, please set up your own server". In the Top left you will see your (2) ID, (3) One Time Password and on the Right a (4) box for you to connect to another computer if you know their ID.
|
||||
|
||||

|
||||
@@ -111,7 +111,7 @@ Under Settings you will find:
|
||||
- Account - This can be used in conjunction with the Pro Server to sign into the API
|
||||
- About - Shows information about the software.
|
||||
|
||||
### Configuring RustDesk
|
||||
## Configuring RustDesk
|
||||
There is number of ways to configure RustDesk.
|
||||
|
||||
The easiest way is using RustDesk Server Pro you can obtain an encrypted config string, this can be used in conjunction with `--config` to import settings. To do this:
|
||||
@@ -128,7 +128,7 @@ You can manually setup a client. To do this:
|
||||
|
||||
If you manually setup a client, you can retrieve the `RustDesk2.toml` (in the users folder) file and use `--import-config` in a similar way to the above example.
|
||||
|
||||
### Command Line Parameters
|
||||
## Command Line Parameters
|
||||
- `--password` can be used to set a permanent password.
|
||||
- `--get-id` can be used to retrieve the ID.
|
||||
- `--set-id` can be used to set an ID, please note IDs should start with a letter.
|
||||
|
||||
Reference in New Issue
Block a user