mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-14 19:56:26 +00:00
fix style
This commit is contained in:
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Freundlicherweise aufgeschrieben von [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Schichten
|
||||
## Schichten
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Werkzeug zur Fernunterstützung
|
||||
- [NPM](https://nginxproxymanager.com/) Proxy-Manager-Werkzeug
|
||||
- [Docker](https://www.docker.com) Werkzeug zur Containerisierung
|
||||
- Firewall Tool
|
||||
|
||||
#### Voraussetzungen
|
||||
### Voraussetzungen
|
||||
Bei diesem Beispiel handelt es sich um eine All-in-one-Lösung, die nur die RustDesk-Dienste hostet. Dies kann zu einer flexibleren Lösung erweitert werden, indem der NPM in eine eigene Docker Compose aufgeteilt wird.
|
||||
- DMZ-Netzwerk: 192.168.1.0/24
|
||||
- NPM (extern): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Bei diesem Beispiel handelt es sich um eine All-in-one-Lösung, die nur die Rust
|
||||
|
||||
Ändern Sie die Beispiele nach Bedarf ab.
|
||||
|
||||
### Docker vorbereiten
|
||||
## Docker vorbereiten
|
||||
Sie müssen Docker bereits installiert haben. Diese Anleitung geht nicht auf die Einzelheiten ein.
|
||||
|
||||
Sie müssen ein Netzwerk für das RustDesk Server-Backend und die DMZ erstellen.
|
||||
@@ -45,7 +45,7 @@ Für jede Anwendung, die Sie mit dem NPM (Nginx Proxy Manager) verwenden, sollte
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Firewall einrichten
|
||||
## Firewall einrichten
|
||||
Konfigurieren Sie die folgenden Portweiterleitungen/NAT-Ports von Ihrer öffentlichen IP-Adresse zum NPM-Server.
|
||||
- 21114 → 8080 TCP
|
||||
- 21115 → 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Konfigurieren Sie die folgenden Portweiterleitungen/NAT-Ports von Ihrer öffentl
|
||||
- 21119 → 21119 TCP
|
||||
- 443 → 443 TCP # Wenn Sie SSL verwenden möchten
|
||||
|
||||
### Docker Compose einrichten
|
||||
## Docker Compose einrichten
|
||||
Dadurch wird ein Container mit NPM und den richtigen Netzwerken gestartet.
|
||||
|
||||
Kopieren Sie den folgenden Text in die Datei docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### NPM einrichten
|
||||
## NPM einrichten
|
||||
Stream Hosts für die folgenden Ports konfigurieren:
|
||||
- 21115 → 192.168.254.2:21115 TCP
|
||||
- 21116 → 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Proxy-Host konfigurieren:
|
||||
- Verbreitete Exploits blockieren: überprüft
|
||||
- Optional: SSL konfigurieren **(NICHT ERFORDERLICH - Der Client muss in der Lage sein, ohne SSL zu kommunizieren.)**
|
||||
|
||||
### RustDesk Server einrichten
|
||||
## RustDesk Server einrichten
|
||||
Verbinden Sie sich mit der Server-Schnittstelle http://rustdesk.example.com oder https://rustdesk.example.com, wenn Sie SSL für die Web-Schnittstelle konfiguriert haben.
|
||||
|
||||
### RustDesk-Client einrichten
|
||||
## RustDesk-Client einrichten
|
||||
Den Client konfigurieren:
|
||||
- ID-Server: rustdesk.example.com
|
||||
- Relay-Server: rustdesk.example.com
|
||||
- API-Server: http://rustdesk.example.com (HTTPS verwenden, wenn Sie SSL konfiguriert haben)
|
||||
- Key: {Serverschlüssel hier}
|
||||
|
||||
### Endergebnis
|
||||
## Endergebnis
|
||||
Ihre Lösung wird von außen über den Proxy-Manager erreichbar sein. Sie können Ihre RustDesk-Server von anderen Systemen isolieren. Insbesondere, wenn Sie ein geteiltes Konfigurationssystem verwenden und andere Anwendungen bzw. Sites hinter einem gemeinsamen NPM haben.
|
||||
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Kindly written up by [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Layers
|
||||
## Layers
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Remote Support Tool
|
||||
- [NPM](https://nginxproxymanager.com/) Proxy Manager Tool
|
||||
- [Docker](https://www.docker.com) Containerization Tool
|
||||
- Firewall Tool
|
||||
|
||||
#### Assumptions
|
||||
### Assumptions
|
||||
This example is an All in One for hosting just RustDesk services only. This can be expanded to a more flexible solution by splitting the NPM into it's own Docker Compose.
|
||||
- DMZ Network: 192.168.1.0/24
|
||||
- NPM (External): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ This example is an All in One for hosting just RustDesk services only. This can
|
||||
|
||||
Make modifications to the examples as needed.
|
||||
|
||||
### Prepare Docker
|
||||
## Prepare Docker
|
||||
You must have Docker already installed this guide does not go into the specifics of that.
|
||||
|
||||
You will need to create a network for the RustDesk Server Backend and the DMZ.
|
||||
@@ -45,7 +45,7 @@ For each application you use with the NPM (Nginx Proxy Manager) you should have
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Setup Firewall
|
||||
## Setup Firewall
|
||||
Configure the following Port forwarding/NAT ports from your public IP to the NPM Server.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure the following Port forwarding/NAT ports from your public IP to the NPM
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # If you want to use SSL
|
||||
|
||||
### Setup Docker Compose
|
||||
## Setup Docker Compose
|
||||
This will start a container with NPM and the correct networks.
|
||||
|
||||
Copy the below into docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Setup NPM
|
||||
## Setup NPM
|
||||
Configure Stream Hosts for the following Ports:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure Proxy Host:
|
||||
- Block Common Exploits: Checked
|
||||
- Optional: Configure SSL **(DO NOT REQUIRE - Client needs to be able to communicate without SSL.)**
|
||||
|
||||
### Setup RustDesk Server
|
||||
## Setup RustDesk Server
|
||||
Connect to Server interface http://rustdesk.example.com or https://rustdesk.example.com if you have configured SSL for web interface.
|
||||
|
||||
### Setup RustDesk Client
|
||||
## Setup RustDesk Client
|
||||
Configure the client:
|
||||
- ID Server: rustdesk.example.com
|
||||
- Relay Server: rustdesk.example.com
|
||||
- API Server: http://rustdesk.example.com (use HTTPS if you have configured SSL)
|
||||
- Key: {Server Key Here}
|
||||
|
||||
### End Result
|
||||
## End Result
|
||||
Your solution will be accessible externally through the Proxy manager. You will have isolation of your RustDesk Servers from other systems. Especially if you use a split configuration system and have other applications / sites behind a common NPM.
|
||||
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Amablemente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Capas
|
||||
## Capas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Herramienta de Soporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Herramienta de Gestión de Proxy
|
||||
- [Docker](https://www.docker.com) Herramienta de Contenedorización
|
||||
- Herramienta de Firewall
|
||||
|
||||
#### Suposiciones
|
||||
### Suposiciones
|
||||
Este ejemplo es un Todo en Uno para alojar solo servicios RustDesk. Esto puede expandirse a una solución más flexible dividiendo el NPM en su propio Docker Compose.
|
||||
- Red DMZ: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este ejemplo es un Todo en Uno para alojar solo servicios RustDesk. Esto puede e
|
||||
|
||||
Realiza modificaciones a los ejemplos según sea necesario.
|
||||
|
||||
### Preparar Docker
|
||||
## Preparar Docker
|
||||
Debes tener Docker ya instalado, esta guía no entra en los detalles específicos de eso.
|
||||
|
||||
Necesitarás crear una red para el Backend del Servidor RustDesk y la DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicación que uses con el NPM (Nginx Proxy Manager) deberías tener
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar Firewall
|
||||
## Configurar Firewall
|
||||
Configura los siguientes puertos de reenvío/NAT desde tu IP pública al Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configura los siguientes puertos de reenvío/NAT desde tu IP pública al Servido
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Si quieres usar SSL
|
||||
|
||||
### Configurar Docker Compose
|
||||
## Configurar Docker Compose
|
||||
Esto iniciará un contenedor con NPM y las redes correctas.
|
||||
|
||||
Copia lo siguiente en docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurar NPM
|
||||
## Configurar NPM
|
||||
Configura Hosts de Stream para los siguientes Puertos:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configura Host Proxy:
|
||||
- Bloquear Exploits Comunes: Marcado
|
||||
- Opcional: Configurar SSL **(NO REQUERIR - El cliente necesita poder comunicarse sin SSL.)**
|
||||
|
||||
### Configurar Servidor RustDesk
|
||||
## Configurar Servidor RustDesk
|
||||
Conéctate a la interfaz del servidor http://rustdesk.example.com o https://rustdesk.example.com si has configurado SSL para la interfaz web.
|
||||
|
||||
### Configurar Cliente RustDesk
|
||||
## Configurar Cliente RustDesk
|
||||
Configura el cliente:
|
||||
- Servidor ID: rustdesk.example.com
|
||||
- Servidor Relay: rustdesk.example.com
|
||||
- Servidor API: http://rustdesk.example.com (usa HTTPS si has configurado SSL)
|
||||
- Clave: {Clave del Servidor Aquí}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Tu solución será accesible externamente a través del gestor de proxy. Tendrás aislamiento de tus Servidores RustDesk de otros sistemas. Especialmente si usas un sistema de configuración dividida y tienes otras aplicaciones / sitios detrás de un NPM común.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Aimablement rédigé par [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Couches
|
||||
## Couches
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Outil de Support à Distance
|
||||
- [NPM](https://nginxproxymanager.com/) Outil de Gestion de Proxy
|
||||
- [Docker](https://www.docker.com) Outil de Conteneurisation
|
||||
- Outil de Pare-feu
|
||||
|
||||
#### Hypothèses
|
||||
### Hypothèses
|
||||
Cet exemple est un Tout-en-Un pour héberger uniquement les services RustDesk. Cela peut être étendu à une solution plus flexible en séparant le NPM dans son propre Docker Compose.
|
||||
- Réseau DMZ : 192.168.1.0/24
|
||||
- NPM (Externe) : 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Cet exemple est un Tout-en-Un pour héberger uniquement les services RustDesk. C
|
||||
|
||||
Apportez des modifications aux exemples selon vos besoins.
|
||||
|
||||
### Préparer Docker
|
||||
## Préparer Docker
|
||||
Vous devez avoir Docker déjà installé, ce guide n'entre pas dans les spécificités de cela.
|
||||
|
||||
Vous devrez créer un réseau pour le Backend du Serveur RustDesk et la DMZ.
|
||||
@@ -45,7 +45,7 @@ Pour chaque application que vous utilisez avec le NPM (Nginx Proxy Manager), vou
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurer le Pare-feu
|
||||
## Configurer le Pare-feu
|
||||
Configurez les ports de redirection/NAT suivants de votre IP publique vers le serveur NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configurez les ports de redirection/NAT suivants de votre IP publique vers le se
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Si vous voulez utiliser SSL
|
||||
|
||||
### Configurer Docker Compose
|
||||
## Configurer Docker Compose
|
||||
Cela démarrera un conteneur avec NPM et les réseaux corrects.
|
||||
|
||||
Copiez le contenu ci-dessous dans docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurer NPM
|
||||
## Configurer NPM
|
||||
Configurez les Hôtes de Flux pour les Ports suivants :
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configurez l'Hôte Proxy :
|
||||
- Bloquer les Exploits Communs : Coché
|
||||
- Optionnel : Configurer SSL **(NE PAS EXIGER - Le client doit pouvoir communiquer sans SSL.)**
|
||||
|
||||
### Configurer le Serveur RustDesk
|
||||
## Configurer le Serveur RustDesk
|
||||
Connectez-vous à l'interface serveur http://rustdesk.example.com ou https://rustdesk.example.com si vous avez configuré SSL pour l'interface web.
|
||||
|
||||
### Configurer le Client RustDesk
|
||||
## Configurer le Client RustDesk
|
||||
Configurez le client :
|
||||
- Serveur ID : rustdesk.example.com
|
||||
- Serveur Relais : rustdesk.example.com
|
||||
- Serveur API : http://rustdesk.example.com (utilisez HTTPS si vous avez configuré SSL)
|
||||
- Clé : {Clé Serveur Ici}
|
||||
|
||||
### Résultat Final
|
||||
## Résultat Final
|
||||
Votre solution sera accessible de l'extérieur par le gestionnaire de proxy. Vous aurez l'isolement de vos serveurs RustDesk des autres systèmes. Surtout si vous utilisez un système de configuration divisée et avez d'autres applications / sites derrière un NPM commun.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente scritto da [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Livelli
|
||||
## Livelli
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Strumento di Supporto Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Strumento di Gestione Proxy
|
||||
- [Docker](https://www.docker.com) Strumento di Containerizzazione
|
||||
- Strumento Firewall
|
||||
|
||||
#### Assunzioni
|
||||
### Assunzioni
|
||||
Questo esempio è un Tutto-in-Uno per ospitare solo servizi RustDesk. Questo può essere espanso a una soluzione più flessibile dividendo l'NPM nel proprio Docker Compose.
|
||||
- Rete DMZ: 192.168.1.0/24
|
||||
- NPM (Esterno): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Questo esempio è un Tutto-in-Uno per ospitare solo servizi RustDesk. Questo pu
|
||||
|
||||
Apporta modifiche agli esempi secondo necessità.
|
||||
|
||||
### Preparare Docker
|
||||
## Preparare Docker
|
||||
Devi avere Docker già installato, questa guida non entra nei dettagli specifici di questo.
|
||||
|
||||
Dovrai creare una rete per il Backend del Server RustDesk e la DMZ.
|
||||
@@ -45,7 +45,7 @@ Per ogni applicazione che usi con l'NPM (Nginx Proxy Manager) dovresti avere una
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurare Firewall
|
||||
## Configurare Firewall
|
||||
Configura i seguenti inoltri porta/NAT porte dal tuo IP pubblico al Server NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configura i seguenti inoltri porta/NAT porte dal tuo IP pubblico al Server NPM.
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se vuoi usare SSL
|
||||
|
||||
### Configurare Docker Compose
|
||||
## Configurare Docker Compose
|
||||
Questo avvierà un container con NPM e le reti corrette.
|
||||
|
||||
Copia quanto segue in docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurare NPM
|
||||
## Configurare NPM
|
||||
Configura Host Stream per le seguenti Porte:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configura Host Proxy:
|
||||
- Blocca Exploit Comuni: Spuntato
|
||||
- Opzionale: Configura SSL **(NON RICHIEDERE - Il client deve essere in grado di comunicare senza SSL.)**
|
||||
|
||||
### Configurare Server RustDesk
|
||||
## Configurare Server RustDesk
|
||||
Collegati all'interfaccia server http://rustdesk.example.com o https://rustdesk.example.com se hai configurato SSL per l'interfaccia web.
|
||||
|
||||
### Configurare Client RustDesk
|
||||
## Configurare Client RustDesk
|
||||
Configura il client:
|
||||
- Server ID: rustdesk.example.com
|
||||
- Server Relay: rustdesk.example.com
|
||||
- Server API: http://rustdesk.example.com (usa HTTPS se hai configurato SSL)
|
||||
- Chiave: {Chiave Server Qui}
|
||||
|
||||
### Risultato Finale
|
||||
## Risultato Finale
|
||||
La tua soluzione sarà accessibile esternamente attraverso il gestory proxy. Avrai l'isolamento dei tuoi Server RustDesk da altri sistemi. Specialmente se usi un sistema di configurazione divisa e hai altre applicazioni / siti dietro un NPM comune.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
[@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot)によって親切に作成されました。
|
||||
|
||||
### レイヤー
|
||||
## レイヤー
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) リモートサポートツール
|
||||
- [NPM](https://nginxproxymanager.com/) プロキシ管理ツール
|
||||
- [Docker](https://www.docker.com) コンテナ化ツール
|
||||
- ファイアウォールツール
|
||||
|
||||
#### 前提
|
||||
### 前提
|
||||
この例はRustDeskサービスのみをホストするためのオールインワンです。NPMを独自のDocker Composeに分割することで、より柔軟なソリューションに拡張できます。
|
||||
- DMZネットワーク: 192.168.1.0/24
|
||||
- NPM(外部): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
必要に応じて例を修正してください。
|
||||
|
||||
### Dockerの準備
|
||||
## Dockerの準備
|
||||
Dockerが既にインストールされている必要があります。このガイドではその詳細には触れません。
|
||||
|
||||
RustDeskサーバーバックエンドとDMZ用のネットワークを作成する必要があります。
|
||||
@@ -45,7 +45,7 @@ NPM(Nginx Proxy Manager)と使用する各アプリケーションには、
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### ファイアウォールの設定
|
||||
## ファイアウォールの設定
|
||||
パブリックIPからNPMサーバーへの次のポート転送/NATポートを設定してください。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ NPM(Nginx Proxy Manager)と使用する各アプリケーションには、
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # SSLを使用したい場合
|
||||
|
||||
### Docker Composeの設定
|
||||
## Docker Composeの設定
|
||||
これはNPMと正しいネットワークでコンテナを開始します。
|
||||
|
||||
以下をdocker-compose.yamlにコピーしてください。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### NPMの設定
|
||||
## NPMの設定
|
||||
次のポートのストリームホストを設定してください:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 一般的な攻撃をブロック: チェック済み
|
||||
- オプション: SSLを設定 **(必須にしないでください - クライアントはSSLなしで通信できる必要があります。)**
|
||||
|
||||
### RustDeskサーバーの設定
|
||||
## RustDeskサーバーの設定
|
||||
サーバーインターフェース http://rustdesk.example.com または https://rustdesk.example.com(Webインターフェース用にSSLを設定した場合)に接続してください。
|
||||
|
||||
### RustDeskクライアントの設定
|
||||
## RustDeskクライアントの設定
|
||||
クライアントを設定してください:
|
||||
- IDサーバー: rustdesk.example.com
|
||||
- リレーサーバー: rustdesk.example.com
|
||||
- APIサーバー: http://rustdesk.example.com(SSLを設定した場合はHTTPSを使用)
|
||||
- キー: {サーバーキーをここに}
|
||||
|
||||
### 最終結果
|
||||
## 最終結果
|
||||
あなたのソリューションはプロキシマネージャーを通じて外部からアクセス可能になります。RustDeskサーバーを他のシステムから分離できます。特に分離設定システムを使用し、共通のNPMの背後に他のアプリケーション/サイトがある場合に特に有効です。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Camadas
|
||||
## Camadas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Ferramenta de Suporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Ferramenta de Gerenciamento de Proxy
|
||||
- [Docker](https://www.docker.com) Ferramenta de Containerização
|
||||
- Ferramenta de Firewall
|
||||
|
||||
#### Suposições
|
||||
### Suposições
|
||||
Este exemplo é um Tudo-em-Um para hospedar apenas serviços RustDesk. Isso pode ser expandido para uma solução mais flexível dividindo o NPM em seu próprio Docker Compose.
|
||||
- Rede DMZ: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este exemplo é um Tudo-em-Um para hospedar apenas serviços RustDesk. Isso pode
|
||||
|
||||
Faça modificações nos exemplos conforme necessário.
|
||||
|
||||
### Preparar Docker
|
||||
## Preparar Docker
|
||||
Você deve ter o Docker já instalado, este guia não entra nos detalhes específicos disso.
|
||||
|
||||
Você precisará criar uma rede para o Backend do Servidor RustDesk e a DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicação que você usa com o NPM (Nginx Proxy Manager), você deve
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar Firewall
|
||||
## Configurar Firewall
|
||||
Configure os seguintes redirecionamentos de porta/NAT do seu IP público para o Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure os seguintes redirecionamentos de porta/NAT do seu IP público para o
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se você quiser usar SSL
|
||||
|
||||
### Configurar Docker Compose
|
||||
## Configurar Docker Compose
|
||||
Isso iniciará um container com NPM e as redes corretas.
|
||||
|
||||
Copie o seguinte para docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurar NPM
|
||||
## Configurar NPM
|
||||
Configure Hosts de Stream para as seguintes Portas:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure Host Proxy:
|
||||
- Bloquear Exploits Comuns: Marcado
|
||||
- Opcional: Configurar SSL **(NÃO EXIGIR - O cliente precisa conseguir se comunicar sem SSL.)**
|
||||
|
||||
### Configurar Servidor RustDesk
|
||||
## Configurar Servidor RustDesk
|
||||
Conecte-se à interface do servidor http://rustdesk.example.com ou https://rustdesk.example.com se você configurou SSL para a interface web.
|
||||
|
||||
### Configurar Cliente RustDesk
|
||||
## Configurar Cliente RustDesk
|
||||
Configure o cliente:
|
||||
- Servidor ID: rustdesk.example.com
|
||||
- Servidor Relay: rustdesk.example.com
|
||||
- Servidor API: http://rustdesk.example.com (use HTTPS se você configurou SSL)
|
||||
- Chave: {Chave do Servidor Aqui}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Sua solução será acessível externamente através do gerenciador de proxy. Você terá isolamento de seus Servidores RustDesk de outros sistemas. Especialmente se você usar um sistema de configuração dividida e tiver outras aplicações / sites atrás de um NPM comum.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
由 [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot) 精心编写。
|
||||
|
||||
### 层级
|
||||
## 层级
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) 远程支持工具
|
||||
- [NPM](https://nginxproxymanager.com/) 代理管理工具
|
||||
- [Docker](https://www.docker.com) 容器化工具
|
||||
- 防火墙工具
|
||||
|
||||
#### 假设
|
||||
### 假设
|
||||
这个示例是一个仅用于托管 RustDesk 服务的一体化解决方案。可以通过将 NPM 拆分为独立的 Docker Compose 来扩展为更灵活的解决方案。
|
||||
- DMZ 网络:192.168.1.0/24
|
||||
- NPM(外部):192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
请根据需要修改示例。
|
||||
|
||||
### 准备 Docker
|
||||
## 准备 Docker
|
||||
您必须已安装 Docker,本指南不涉及具体安装细节。
|
||||
|
||||
您需要为 RustDesk 服务器后端和 DMZ 创建一个网络。
|
||||
@@ -45,7 +45,7 @@ weight: 100
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### 设置防火墙
|
||||
## 设置防火墙
|
||||
配置以下端口转发/NAT 端口,从您的公共 IP 到 NPM 服务器。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ weight: 100
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # 如果您想使用 SSL
|
||||
|
||||
### 设置 Docker Compose
|
||||
## 设置 Docker Compose
|
||||
这将启动一个包含 NPM 和正确网络的容器。
|
||||
|
||||
将以下内容复制到 docker-compose.yaml 中。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### 设置 NPM
|
||||
## 设置 NPM
|
||||
为以下端口配置流主机:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 阻止常见漏洞:已勾选
|
||||
- 可选:配置 SSL **(不要强制 - 客户端需要能够在不使用 SSL 的情况下通信。)**
|
||||
|
||||
### 设置 RustDesk 服务器
|
||||
## 设置 RustDesk 服务器
|
||||
连接到服务器界面 http://rustdesk.example.com 或 https://rustdesk.example.com(如果您已为 Web 界面配置了 SSL)。
|
||||
|
||||
### 设置 RustDesk 客户端
|
||||
## 设置 RustDesk 客户端
|
||||
配置客户端:
|
||||
- ID 服务器:rustdesk.example.com
|
||||
- 中继服务器:rustdesk.example.com
|
||||
- API 服务器:http://rustdesk.example.com(如果您已配置 SSL,请使用 HTTPS)
|
||||
- 密钥:{服务器密钥在此处}
|
||||
|
||||
### 最终结果
|
||||
## 最终结果
|
||||
您的解决方案将可通过代理管理器在外部访问。您将实现 RustDesk 服务器与其他系统的隔离。特别是如果您使用分离配置系统并在公共 NPM 后面有其他应用程序/站点。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
由 [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot) 精心編寫。
|
||||
|
||||
### 層級
|
||||
## 層級
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) 遠端支援工具
|
||||
- [NPM](https://nginxproxymanager.com/) 代理管理工具
|
||||
- [Docker](https://www.docker.com) 容器化工具
|
||||
- 防火牆工具
|
||||
|
||||
#### 假設
|
||||
### 假設
|
||||
這個範例是一個僅用於代管 RustDesk 服務的一體化解決方案。可以通過將 NPM 拆分為獨立的 Docker Compose 來擴展為更靈活的解決方案。
|
||||
- DMZ 網路:192.168.1.0/24
|
||||
- NPM(外部):192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
請根據需要修改範例。
|
||||
|
||||
### 準備 Docker
|
||||
## 準備 Docker
|
||||
您必須已安裝 Docker,本指南不涉及具體安裝細節。
|
||||
|
||||
您需要為 RustDesk 伺服器後端和 DMZ 建立一個網路。
|
||||
@@ -45,7 +45,7 @@ weight: 100
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### 設置防火牆
|
||||
## 設置防火牆
|
||||
配置以下連接埠轉發/NAT 連接埠,從您的公共 IP 到 NPM 伺服器。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ weight: 100
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # 如果您想使用 SSL
|
||||
|
||||
### 設置 Docker Compose
|
||||
## 設置 Docker Compose
|
||||
這將啟動一個包含 NPM 和正確網路的容器。
|
||||
|
||||
將以下內容複製到 docker-compose.yaml 中。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### 設置 NPM
|
||||
## 設置 NPM
|
||||
為以下連接埠配置串流主機:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 阻止常見漏洞:已勾選
|
||||
- 可選:配置 SSL **(不要強制 - 客戶端需要能夠在不使用 SSL 的情況下通信。)**
|
||||
|
||||
### 設置 RustDesk 伺服器
|
||||
## 設置 RustDesk 伺服器
|
||||
連接到伺服器界面 http://rustdesk.example.com 或 https://rustdesk.example.com(如果您已為 Web 界面配置了 SSL)。
|
||||
|
||||
### 設置 RustDesk 客戶端
|
||||
## 設置 RustDesk 客戶端
|
||||
配置客戶端:
|
||||
- ID 伺服器:rustdesk.example.com
|
||||
- 中繼伺服器:rustdesk.example.com
|
||||
- API 伺服器:http://rustdesk.example.com(如果您已配置 SSL,請使用 HTTPS)
|
||||
- 密鑰:{伺服器密鑰在此處}
|
||||
|
||||
### 最終結果
|
||||
## 最終結果
|
||||
您的解決方案將可通過代理管理器在外部訪問。您將實現 RustDesk 伺服器與其他系統的隔離。特別是如果您使用分離配置系統並在公共 NPM 後面有其他應用程式/站點。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Camadas
|
||||
## Camadas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Ferramenta de Suporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Ferramenta de Gerenciamento de Proxy
|
||||
- [Docker](https://www.docker.com) Ferramenta de Container
|
||||
- Ferramenta de Firewall
|
||||
|
||||
#### Pressupostos
|
||||
### Pressupostos
|
||||
Este exemplo é um "Tudo em Um" para hospedar apenas serviços RustDesk. Ele pode ser expandido para uma solução mais flexível dividindo o NPM em seu próprio Docker Compose.
|
||||
- DMZ Network: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este exemplo é um "Tudo em Um" para hospedar apenas serviços RustDesk. Ele pod
|
||||
|
||||
Faça modificações nos exemplos conforme necessário.
|
||||
|
||||
### Preparar o Docker
|
||||
## Preparar o Docker
|
||||
Você deve ter o Docker já instalado, este guia não entra nos detalhes específicos disso.
|
||||
|
||||
Você precisará criar uma rede para o Backend do Servidor RustDesk e a DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicação que você usar com o NPM (Nginx Proxy Manager), você deve
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar o Firewall
|
||||
## Configurar o Firewall
|
||||
Configure o encaminhamento de portas/NAT a seguir do seu IP público para o Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure o encaminhamento de portas/NAT a seguir do seu IP público para o Serv
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se você quiser usar SSL
|
||||
|
||||
### Configurar o Docker Compose
|
||||
## Configurar o Docker Compose
|
||||
Isso iniciará um contêiner com NPM e as redes corretas.
|
||||
|
||||
Copie o código abaixo para docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Setup NPM
|
||||
## Setup NPM
|
||||
Configure os Stream Hosts para as seguintes Portas:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure o Proxy Host:
|
||||
- Bloquear Explorações Comuns: Marcado
|
||||
- Opcional: Configurar SSL **(NÃO EXIGIR - O cliente precisa ser capaz de se comunicar sem SSL.)**
|
||||
|
||||
### Configurar o Servidor RustDesk
|
||||
## Configurar o Servidor RustDesk
|
||||
Conecte-se à interface do servidor http://rustdesk.example.com ou https://rustdesk.example.com se você configurou SSL para a interface web.
|
||||
|
||||
### Configurar o Cliente RustDesk
|
||||
## Configurar o Cliente RustDesk
|
||||
Configure o cliente:
|
||||
- Servidor de ID: rustdesk.example.com
|
||||
- Servidor de Relay: rustdesk.example.com
|
||||
- Servidor de API: http://rustdesk.example.com (use HTTPS if you have configured SSL)
|
||||
- Key: {Chave do Servidor Aqui}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Sua solução estará acessível externamente através do Proxy Manager. Você terá isolamento de seus Servidores RustDesk de outros sistemas. Especialmente se você usar um sistema de configuração dividida e tiver outras aplicações / sites atrás de um NPM comum.
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Empfohlen)
|
||||
## Docker Compose (Empfohlen)
|
||||
|
||||
Mit Docker Compose MÜSSEN Sie `network_mode: "host"` verwenden, um sicherzustellen, dass die Lizenzierung funktioniert. Installieren Sie Docker mit dieser [Anleitung](https://docs.docker.com/engine/install), um sicherzustellen, dass es auf dem neuesten Stand ist!
|
||||
|
||||
@@ -41,7 +41,7 @@ Der Aufruf lautet `docker compose up -d`.
|
||||
So können Sie [HTTPS für die Webkonsole manuell einrichten](https://rustdesk.com/docs/de/self-host/rustdesk-server-pro/faq/#https-für-die-webkonsole-manuell-einrichten).
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker-Befehle
|
||||
## Docker-Befehle
|
||||
|
||||
Installieren Sie Docker mit dieser [Anleitung](https://docs.docker.com/engine/install), um sicherzustellen, dass es auf dem neuesten Stand ist!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recommended)
|
||||
## Docker Compose (Recommended)
|
||||
|
||||
With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
|
||||
|
||||
@@ -41,7 +41,7 @@ Then run `sudo docker compose up -d` or `podman-compose up -d`
|
||||
How to [Set up HTTPS for web console manually](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker Commands
|
||||
## Docker Commands
|
||||
|
||||
Install Docker with this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recomendado)
|
||||
## Docker Compose (Recomendado)
|
||||
|
||||
Con Docker Compose DEBES usar `network_mode: "host"` para asegurar que las licencias funcionen. Instala Docker usando esta [guía](https://docs.docker.com/engine/install) para asegurar que esté actualizado!
|
||||
|
||||
@@ -41,7 +41,7 @@ Luego ejecuta `sudo docker compose up -d` o `podman-compose up -d`
|
||||
Cómo [configurar HTTPS para la consola web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandos Docker
|
||||
## Comandos Docker
|
||||
|
||||
Instala Docker con esta [guía](https://docs.docker.com/engine/install) para asegurar que esté actualizado!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recommandé)
|
||||
## Docker Compose (Recommandé)
|
||||
|
||||
Avec Docker Compose, vous DEVEZ utiliser `network_mode: "host"` pour garantir que les licences fonctionnent. Installez Docker en utilisant ce [guide](https://docs.docker.com/engine/install) pour vous assurer qu'il est à jour !
|
||||
|
||||
@@ -41,7 +41,7 @@ Ensuite, exécutez `sudo docker compose up -d` ou `podman-compose up -d`
|
||||
Comment [configurer HTTPS pour la console web manuellement](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Commandes Docker
|
||||
## Commandes Docker
|
||||
|
||||
Installez Docker avec ce [guide](https://docs.docker.com/engine/install) pour vous assurer qu'il est à jour !
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Raccomandato)
|
||||
## Docker Compose (Raccomandato)
|
||||
|
||||
Con Docker Compose DEVI usare `network_mode: "host"` per garantire che le licenze funzionino. Installa Docker usando questa [guida](https://docs.docker.com/engine/install) per assicurarti che sia aggiornato!
|
||||
|
||||
@@ -41,7 +41,7 @@ Quindi esegui `sudo docker compose up -d` o `podman-compose up -d`
|
||||
Come [configurare HTTPS per la console web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandi Docker
|
||||
## Comandi Docker
|
||||
|
||||
Installa Docker con questa [guida](https://docs.docker.com/engine/install) per assicurarti che sia aggiornato!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推奨)
|
||||
## Docker Compose(推奨)
|
||||
|
||||
Docker Composeでは、ライセンスが正常に動作するように `network_mode: "host"` を使用する必要があります。最新版であることを確実にするために、この[ガイド](https://docs.docker.com/engine/install)を使用してDockerをインストールしてください!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
[Webコンソール用のHTTPSを手動で設定する方法](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Dockerコマンド
|
||||
## Dockerコマンド
|
||||
|
||||
最新版であることを確実にするために、この[ガイド](https://docs.docker.com/engine/install)でDockerをインストールしてください!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recomendado)
|
||||
## Docker Compose (Recomendado)
|
||||
|
||||
Com Docker Compose você DEVE usar `network_mode: "host"` para garantir que o licenciamento funcione. Instale o Docker usando este [guia](https://docs.docker.com/engine/install) para garantir que esteja atualizado!
|
||||
|
||||
@@ -41,7 +41,7 @@ Em seguida execute `sudo docker compose up -d` ou `podman-compose up -d`
|
||||
Como [configurar HTTPS para o console web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandos Docker
|
||||
## Comandos Docker
|
||||
|
||||
Instale o Docker com este [guia](https://docs.docker.com/engine/install) para garantir que esteja atualizado!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推荐)
|
||||
## Docker Compose(推荐)
|
||||
|
||||
使用 Docker Compose 时,必须使用 `network_mode: "host"` 来确保许可证正常工作。请使用此[指南](https://docs.docker.com/engine/install)安装 Docker,以确保它是最新版本!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
如何[手动为 Web 控制台设置 HTTPS](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker 命令
|
||||
## Docker 命令
|
||||
|
||||
使用此[指南](https://docs.docker.com/engine/install)安装 Docker,以确保它是最新版本!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推薦)
|
||||
## Docker Compose(推薦)
|
||||
|
||||
使用 Docker Compose 時,必須使用 `network_mode: "host"` 來確保授權正常工作。請使用此[指南](https://docs.docker.com/engine/install)安裝 Docker,以確保它是最新版本!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
如何[手動為 Web 控制台設置 HTTPS](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker 指令
|
||||
## Docker 指令
|
||||
|
||||
使用此[指南](https://docs.docker.com/engine/install)安裝 Docker,以確保它是最新版本!
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Vergessen Sie nicht, Ihre Lizenz unter [https://rustdesk.com/pricing/](https://r
|
||||
Bitte lesen Sie zuerst die [OSS-Installation](https://rustdesk.com/docs/de/self-host/rustdesk-server-oss/install/), bevor Sie diese einfache Installation durchführen. Dort erfahren Sie mehr über die zugrunde liegenden Details.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
Kopieren Sie den obigen Befehl und fügen Sie ihn in Ihr Linux-Terminal ein, um RustDesk Server Pro zu installieren.
|
||||
|
||||
@@ -37,7 +37,7 @@ Wenn der systemd-Dienst nicht gestartet werden kann, hängt es wahrscheinlich mi
|
||||
Wenn Ihr Client keine Verbindung zu Ihrem Server herstellen kann oder Sie keinen Zugriff auf die Webkonsole haben, überprüfen Sie dies [hier](https://rustdesk.com/docs/de/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Upgrade
|
||||
## Upgrade
|
||||
|
||||
Kopieren Sie den obigen Befehl und fügen Sie ihn in Ihr Linux-Terminal ein, um Ihre bestehende RustDesk Server Pro-Installation zu aktualisieren. Dies kann auch lokal gespeichert und mit cron geplant werden.
|
||||
|
||||
@@ -48,7 +48,7 @@ Was es bewirkt:
|
||||
- Überprüft auf neue Versionen von RustDesk Server Pro
|
||||
- Wenn eine neue Version gefunden wird, werden die API-Dateien entfernt und neue ausführbare Dateien und API-Dateien heruntergeladen
|
||||
|
||||
### Konvertierung von Open Source
|
||||
## Konvertierung von Open Source
|
||||
|
||||
Kopieren Sie den obigen Befehl und fügen Sie ihn in Ihr Linux-Terminal ein, um von RustDesk Server zu RustDesk Server Pro zu konvertieren.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Don't forget to get your license from [https://rustdesk.com/pricing/](https://ru
|
||||
Please read [OSS installation](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) first before doing this simple install. You can know more underlying details there.
|
||||
{{% /notice %}}
|
||||
|
||||
### Install
|
||||
## Install
|
||||
|
||||
Copy and paste the above command into your Linux terminal to install RustDesk Server Pro.
|
||||
|
||||
@@ -43,7 +43,7 @@ If the systemd service fails to start, it is probably related to SELinux, please
|
||||
If your client cannot connect to your server or you cannot access the web console, please check [this](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Upgrade
|
||||
## Upgrade
|
||||
|
||||
Copy and paste the above command into your Linux terminal to upgrade your existing RustDesk Server Pro installation, this could also be saved locally and scheduled with cron.
|
||||
|
||||
@@ -60,7 +60,7 @@ What it does:
|
||||
- Checks for new versions of RustDesk Server Pro
|
||||
- If it finds a new version, it removes the API files and downloads new executables and API files
|
||||
|
||||
### Convert from open source
|
||||
## Convert from open source
|
||||
|
||||
Copy and paste the above command into your Linux terminal to convert from RustDesk Server to RustDesk Server Pro.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ No olvides obtener tu licencia desde [https://rustdesk.com/pricing/](https://rus
|
||||
Por favor lee [instalación OSS](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) primero antes de hacer esta instalación simple. Puedes conocer más detalles subyacentes allí.
|
||||
{{% /notice %}}
|
||||
|
||||
### Instalar
|
||||
## Instalar
|
||||
|
||||
Copia y pega el comando anterior en tu terminal Linux para instalar RustDesk Server Pro.
|
||||
|
||||
@@ -43,7 +43,7 @@ Si el servicio systemd falla al iniciar, probablemente esté relacionado con SEL
|
||||
Si tu cliente no puede conectarse a tu servidor o no puedes acceder a la consola web, por favor revisa [esto](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Actualizar
|
||||
## Actualizar
|
||||
|
||||
Copia y pega el comando anterior en tu terminal Linux para actualizar tu instalación existente de RustDesk Server Pro, esto también podría guardarse localmente y programarse con cron.
|
||||
|
||||
@@ -60,7 +60,7 @@ Lo que hace:
|
||||
- Verifica nuevas versiones de RustDesk Server Pro
|
||||
- Si encuentra una nueva versión, elimina los archivos de API y descarga nuevos ejecutables y archivos de API
|
||||
|
||||
### Convertir desde código abierto
|
||||
## Convertir desde código abierto
|
||||
|
||||
Copia y pega el comando anterior en tu terminal Linux para convertir de RustDesk Server a RustDesk Server Pro.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ N'oubliez pas d'obtenir votre licence depuis [https://rustdesk.com/pricing/](htt
|
||||
Veuillez d'abord lire [Installation OSS](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) avant de faire cette installation simple. Vous pouvez y connaître plus de détails sous-jacents.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installer
|
||||
## Installer
|
||||
|
||||
Copiez et collez la commande ci-dessus dans votre terminal Linux pour installer RustDesk Server Pro.
|
||||
|
||||
@@ -43,7 +43,7 @@ Si le service systemd échoue à démarrer, c'est probablement lié à SELinux,
|
||||
Si votre client ne peut pas se connecter à votre serveur ou si vous ne pouvez pas accéder à la console web, veuillez vérifier [ceci](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Mettre à jour
|
||||
## Mettre à jour
|
||||
|
||||
Copiez et collez la commande ci-dessus dans votre terminal Linux pour mettre à jour votre installation existante de RustDesk Server Pro, cela pourrait aussi être sauvegardé localement et programmé avec cron.
|
||||
|
||||
@@ -60,7 +60,7 @@ Ce qu'il fait :
|
||||
- Vérifie les nouvelles versions de RustDesk Server Pro
|
||||
- S'il trouve une nouvelle version, il supprime les fichiers API et télécharge de nouveaux exécutables et fichiers API
|
||||
|
||||
### Convertir depuis l'open source
|
||||
## Convertir depuis l'open source
|
||||
|
||||
Copiez et collez la commande ci-dessus dans votre terminal Linux pour convertir de RustDesk Server vers RustDesk Server Pro.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Non dimenticare di ottenere la tua licenza da [https://rustdesk.com/pricing/](ht
|
||||
Leggi prima [installazione OSS](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) prima di fare questa installazione semplice. Puoi conoscere più dettagli sottostanti lì.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installare
|
||||
## Installare
|
||||
|
||||
Copia e incolla il comando sopra nel tuo terminale Linux per installare RustDesk Server Pro.
|
||||
|
||||
@@ -43,7 +43,7 @@ Se il servizio systemd fallisce nell'avvio, è probabilmente correlato a SELinux
|
||||
Se il tuo client non riesce a connettersi al tuo server o non riesci ad accedere alla console web, controlla [questo](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Aggiornare
|
||||
## Aggiornare
|
||||
|
||||
Copia e incolla il comando sopra nel tuo terminale Linux per aggiornare la tua installazione esistente di RustDesk Server Pro, questo potrebbe anche essere salvato localmente e programmato con cron.
|
||||
|
||||
@@ -60,7 +60,7 @@ Cosa fa:
|
||||
- Controlla nuove versioni di RustDesk Server Pro
|
||||
- Se trova una nuova versione, rimuove i file API e scarica nuovi eseguibili e file API
|
||||
|
||||
### Convertire da open source
|
||||
## Convertire da open source
|
||||
|
||||
Copia e incolla il comando sopra nel tuo terminale Linux per convertire da RustDesk Server a RustDesk Server Pro.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ weight: 4
|
||||
この簡単インストールを行う前に、まず[OSSインストール](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/)をお読みください。そこでより多くの基礎的な詳細を知ることができます。
|
||||
{{% /notice %}}
|
||||
|
||||
### インストール
|
||||
## インストール
|
||||
|
||||
RustDesk Server Proをインストールするために、上記のコマンドをLinuxターミナルにコピーして貼り付けてください。
|
||||
|
||||
@@ -43,7 +43,7 @@ systemdサービスの開始に失敗した場合、おそらくSELinuxに関連
|
||||
クライアントがサーバーに接続できない、またはWebコンソールにアクセスできない場合は、[こちら](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall)をご確認ください。
|
||||
{{% /notice %}}
|
||||
|
||||
### アップグレード
|
||||
## アップグレード
|
||||
|
||||
既存のRustDesk Server Proインストールをアップグレードするために、上記のコマンドをLinuxターミナルにコピーして貼り付けてください。これはローカルに保存してcronでスケジュールすることもできます。
|
||||
|
||||
@@ -60,7 +60,7 @@ systemdサービスの開始に失敗した場合、おそらくSELinuxに関連
|
||||
- RustDesk Server Proの新しいバージョンを確認
|
||||
- 新しいバージョンが見つかった場合、APIファイルを削除し、新しい実行ファイルとAPIファイルをダウンロード
|
||||
|
||||
### オープンソースからの変換
|
||||
## オープンソースからの変換
|
||||
|
||||
RustDesk ServerからRustDesk Server Proに変換するために、上記のコマンドをLinuxターミナルにコピーして貼り付けてください。
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Não esqueça de obter sua licença em [https://rustdesk.com/pricing/](https://r
|
||||
Por favor leia [instalação OSS](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) primeiro antes de fazer esta instalação simples. Você pode conhecer mais detalhes subjacentes lá.
|
||||
{{% /notice %}}
|
||||
|
||||
### Instalar
|
||||
## Instalar
|
||||
|
||||
Copie e cole o comando acima em seu terminal Linux para instalar o RustDesk Server Pro.
|
||||
|
||||
@@ -43,7 +43,7 @@ Se o serviço systemd falhar ao iniciar, provavelmente está relacionado ao SELi
|
||||
Se seu cliente não conseguir conectar ao seu servidor ou você não conseguir acessar o console web, por favor verifique [isto](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#firewall).
|
||||
{{% /notice %}}
|
||||
|
||||
### Atualizar
|
||||
## Atualizar
|
||||
|
||||
Copie e cole o comando acima em seu terminal Linux para atualizar sua instalação existente do RustDesk Server Pro, isto também poderia ser salvo localmente e agendado com cron.
|
||||
|
||||
@@ -60,7 +60,7 @@ O que faz:
|
||||
- Verifica novas versões do RustDesk Server Pro
|
||||
- Se encontrar uma nova versão, remove os arquivos da API e baixa novos executáveis e arquivos da API
|
||||
|
||||
### Converter do código aberto
|
||||
## Converter do código aberto
|
||||
|
||||
Copie e cole o comando acima em seu terminal Linux para converter do RustDesk Server para RustDesk Server Pro.
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Die Sicherheitsrichtlinien von Windows sind knifflig. Wenn diese Anleitung bei I
|
||||
Die GUI-Version `RustDeskServer.setup.exe` wird nicht mehr gepflegt und nicht empfohlen.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
1. Holen Sie sich Ihre Lizenz von [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html). Auf der Seite [Lizenz](https://rustdesk.com/docs/de/self-host/rustdesk-server-pro/license/) finden Sie weitere Informationen.
|
||||
2. Laden Sie das Windows-Installationsprogramm von [GitHub](https://github.com/rustdesk/rustdesk-server-pro/releases/latest) herunter.
|
||||
@@ -24,7 +24,7 @@ Die GUI-Version `RustDeskServer.setup.exe` wird nicht mehr gepflegt und nicht em
|
||||
9. Melden Sie sich mit dem Benutzernamen `admin` und dem Passwort `test1234` an.
|
||||
10. Geben Sie Ihren in Schritt 1 erworbenen Lizenzcode ein.
|
||||
|
||||
### IIS als Proxy verwenden
|
||||
## IIS als Proxy verwenden
|
||||
|
||||
Bitte stellen Sie sicher, dass die `Dynamische Inhaltskomprimierung` installiert ist. Dies ist eine IIS-Funktion, die mit Server-Rollen installiert werden kann.
|
||||
|
||||
@@ -32,14 +32,14 @@ Bitte stellen Sie sicher, dass die `Dynamische Inhaltskomprimierung` installiert
|
||||
2. Erstellen Sie eine neue Website für RustDesk mit den Verbindungen (idealerweise 443) und dem entsprechenden Zertifikat. In den Grundeinstellungen sollte diese auf einen leeren Ordner verweisen. (Wenn Sie die Standardseite verwenden, stellen Sie sicher, dass sich keine anderen Dateien in dem Ordner befinden).
|
||||
3. Installieren Sie [Anwendungsanforderungsrouting](https://www.iis.net/downloads/microsoft/application-request-routing) auf IIS und [URL-Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Anwendungsanforderungsrouting
|
||||
## Anwendungsanforderungsrouting
|
||||
|
||||
1. Öffnen Sie auf dem IIS-Server-Host Anwendungsanforderungsrouting:
|
||||
2. Gehen Sie zu den Server-Proxy-Einstellungen.
|
||||
3. Aktivieren Sie den Proxy und alle Einstellungen werden angezeigt. Sie können sie als Standardwerte beibehalten.
|
||||
4. Speichern Sie die Einstellungen und wir können zum nächsten Schritt übergehen: URL-Rewrite.
|
||||
|
||||
### URL-Rewrite
|
||||
## URL-Rewrite
|
||||
|
||||
1. Öffnen Sie die Website im IIS auf der linken Seite und doppelklicken Sie auf URL-Rewrite.
|
||||
2. Klicken Sie auf `Regeln hinzufügen`.
|
||||
@@ -49,11 +49,11 @@ Eingehende Regel - die interne Adresse 21114 von RustDesk \
|
||||
Ausgehende Regeln - `Von` ist die interne RustDesk-Adresse 21114 und `An` ist die externe Adresse. \
|
||||
Hinweis: Regeln ohne http/https vor den Adressen werden automatisch verarbeitet. Stellen Sie außerdem sicher, dass alle Adressen sowohl intern als auch extern zugänglich sind.
|
||||
|
||||
### Komprimierung
|
||||
## Komprimierung
|
||||
|
||||
1. Deaktivieren Sie "Dynamische Inhaltskomprimierung".
|
||||
|
||||
### Fehlersuche
|
||||
## Fehlersuche
|
||||
|
||||
Wenn Sie einen Fehler 500.52 haben, fügen Sie die genannten Variablen hinzu: [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
|
||||
@@ -11,9 +11,8 @@ Windows security policy is tricky, if this tutorial does not work for you, or yo
|
||||
The GUI version, `RustDeskServer.setup.exe` has not been maintained any more, not recommended.
|
||||
{{% /notice %}}
|
||||
|
||||
### Install
|
||||
## Install
|
||||
|
||||
## Pre-Requisite
|
||||
The Microsoft Visual C++ Redistributable is required to run rustdesk on Windows. You can download it [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
||||
|
||||
1. Get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) page for more details.
|
||||
@@ -27,21 +26,21 @@ The Microsoft Visual C++ Redistributable is required to run rustdesk on Windows.
|
||||
9. Log in with the username `admin` and password `test1234`.
|
||||
10. Enter your license code purchased in step 1.
|
||||
|
||||
### Use IIS as Proxy
|
||||
## Use IIS as Proxy
|
||||
|
||||
Please ensure `Dynamic Content Compression` is installed (this is an IIS Feature which can be installed with Server Roles).
|
||||
1. Open IIS (Or install it).
|
||||
2. Create a new website for RustDesk with the bindings (Ideally 443) and relevant certificate. Basic settings should point this to a blank folder. (If you use the default site, make sure there are no other files in the folder).
|
||||
3. On IIS, install [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) and [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. Under the IIS Server Host open Application Request Routing.
|
||||
2. Go to Server Proxy Settings.
|
||||
3. Enable proxy and all settings will appear, you can leave them as the defaults.
|
||||
4. Save the settings and we can go to the next step: URL Rewrite.
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. Open the site on IIS on the left pane and double-click on URL Rewrite.
|
||||
2. Click `Add rules`.
|
||||
@@ -51,11 +50,11 @@ Inbound Rule – the RustDesk internal 21114 address \
|
||||
Outbound Rules – `From` is the RustDesk internal 21114 address and `To` is the external address. \
|
||||
Note: No http / https before the addresses – they are automatically handled. Also, ensure all the addresses are accessible both internally and externally.
|
||||
|
||||
### Compression
|
||||
## Compression
|
||||
|
||||
1. Disable `Dynamic Content Compression`.
|
||||
|
||||
### Troubleshooting
|
||||
## Troubleshooting
|
||||
|
||||
If you have an error 500.52 add the mentioned variables: [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
|
||||
@@ -11,9 +11,8 @@ La política de seguridad de Windows es complicada, si este tutorial no funciona
|
||||
La versión GUI, `RustDeskServer.setup.exe` ya no se mantiene, no recomendada.
|
||||
{{% /notice %}}
|
||||
|
||||
### Instalar
|
||||
## Instalar
|
||||
|
||||
## Pre-requisito
|
||||
El Microsoft Visual C++ Redistributable es requerido para ejecutar rustdesk en Windows. Puedes descargarlo [aquí](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
||||
|
||||
1. Obtén tu licencia desde [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), consulta la página de [licencia](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) para más detalles.
|
||||
@@ -27,21 +26,21 @@ El Microsoft Visual C++ Redistributable es requerido para ejecutar rustdesk en W
|
||||
9. Inicia sesión con el nombre de usuario `admin` y contraseña `test1234`.
|
||||
10. Ingresa tu código de licencia comprado en el paso 1.
|
||||
|
||||
### Usar IIS como Proxy
|
||||
## Usar IIS como Proxy
|
||||
|
||||
Por favor asegúrate de que `Dynamic Content Compression` esté instalado (esta es una Característica de IIS que puede instalarse con Roles de Servidor).
|
||||
1. Abre IIS (O instálalo).
|
||||
2. Crea un nuevo sitio web para RustDesk con las vinculaciones (Idealmente 443) y certificado relevante. La configuración básica debe apuntar a una carpeta en blanco. (Si usas el sitio predeterminado, asegúrate de que no haya otros archivos en la carpeta).
|
||||
3. En IIS, instala [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) y [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. Bajo el Host del Servidor IIS abre Application Request Routing.
|
||||
2. Ve a Server Proxy Settings.
|
||||
3. Habilita proxy y todas las configuraciones aparecerán, puedes dejarlas como los valores predeterminados.
|
||||
4. Guarda las configuraciones y podemos ir al siguiente paso: URL Rewrite.
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. Abre el sitio en IIS en el panel izquierdo y haz doble clic en URL Rewrite.
|
||||
2. Haz clic en `Add rules`.
|
||||
@@ -51,12 +50,12 @@ Regla de Entrada – la dirección interna RustDesk 21114 \
|
||||
Reglas de Salida – `From` es la dirección interna RustDesk 21114 y `To` es la dirección externa. \
|
||||
Nota: No http / https antes de las direcciones – se manejan automáticamente. También, asegúrate de que todas las direcciones sean accesibles tanto interna como externamente.
|
||||
|
||||
### Compresión
|
||||
## Compresión
|
||||
|
||||
1. Deshabilita `Dynamic Content Compression`.
|
||||
|
||||
### Solución de problemas
|
||||
## Solución de problemas
|
||||
|
||||
Si tienes un error 500.52 agrega las variables mencionadas: [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
Podrías necesitar cambiar tu configuración SSL a "Require SSL → Ignore".
|
||||
Podrías necesitar cambiar tu configuración SSL a "Require SSL → Ignore".
|
||||
|
||||
@@ -11,9 +11,8 @@ La politique de sécurité Windows est délicate, si ce tutoriel ne fonctionne p
|
||||
La version GUI, `RustDeskServer.setup.exe` n'est plus maintenue, non recommandée.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installer
|
||||
## Installer
|
||||
|
||||
## Pré-requis
|
||||
Le Microsoft Visual C++ Redistributable est requis pour exécuter rustdesk sur Windows. Vous pouvez le télécharger [ici](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
||||
|
||||
1. Obtenez votre licence depuis [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), consultez la page [licence](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) pour plus de détails.
|
||||
@@ -27,21 +26,21 @@ Le Microsoft Visual C++ Redistributable est requis pour exécuter rustdesk sur W
|
||||
9. Connectez-vous avec le nom d'utilisateur `admin` et le mot de passe `test1234`.
|
||||
10. Entrez votre code de licence acheté à l'étape 1.
|
||||
|
||||
### Utiliser IIS comme Proxy
|
||||
## Utiliser IIS comme Proxy
|
||||
|
||||
Veuillez vous assurer que `Dynamic Content Compression` est installé (c'est une fonctionnalité IIS qui peut être installée avec les Rôles Serveur).
|
||||
1. Ouvrez IIS (ou installez-le).
|
||||
2. Créez un nouveau site web pour RustDesk avec les liaisons (idéalement 443) et le certificat pertinent. Les paramètres de base doivent pointer vers un dossier vide. (Si vous utilisez le site par défaut, assurez-vous qu'il n'y a pas d'autres fichiers dans le dossier).
|
||||
3. Sur IIS, installez [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) et [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. Sous l'hôte du serveur IIS, ouvrez Application Request Routing.
|
||||
2. Allez dans Server Proxy Settings.
|
||||
3. Activez le proxy et tous les paramètres apparaîtront, vous pouvez les laisser par défaut.
|
||||
4. Sauvegardez les paramètres et nous pouvons passer à l'étape suivante : URL Rewrite.
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. Ouvrez le site sur IIS dans le volet gauche et double-cliquez sur URL Rewrite.
|
||||
2. Cliquez sur `Add rules`.
|
||||
@@ -51,12 +50,12 @@ Règle entrante – l'adresse interne RustDesk 21114 \
|
||||
Règles sortantes – `From` est l'adresse interne RustDesk 21114 et `To` est l'adresse externe. \
|
||||
Note : Pas de http / https avant les adresses – elles sont gérées automatiquement. Aussi, assurez-vous que toutes les adresses sont accessibles à la fois en interne et en externe.
|
||||
|
||||
### Compression
|
||||
## Compression
|
||||
|
||||
1. Désactivez `Dynamic Content Compression`.
|
||||
|
||||
### Dépannage
|
||||
## Dépannage
|
||||
|
||||
Si vous avez une erreur 500.52, ajoutez les variables mentionnées : [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
Vous devrez peut-être changer vos paramètres SSL vers "Require SSL → Ignore".
|
||||
Vous devrez peut-être changer vos paramètres SSL vers "Require SSL → Ignore".
|
||||
|
||||
@@ -11,9 +11,8 @@ La politica di sicurezza di Windows è complicata, se questo tutorial non funzio
|
||||
La versione GUI, `RustDeskServer.setup.exe` non è più mantenuta, non raccomandata.
|
||||
{{% /notice %}}
|
||||
|
||||
### Installare
|
||||
## Installare
|
||||
|
||||
## Pre-requisito
|
||||
Il Microsoft Visual C++ Redistributable è richiesto per eseguire rustdesk su Windows. Puoi scaricarlo [qui](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
||||
|
||||
1. Ottieni la tua licenza da [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), controlla la pagina [licenza](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) per maggiori dettagli.
|
||||
@@ -27,21 +26,21 @@ Il Microsoft Visual C++ Redistributable è richiesto per eseguire rustdesk su Wi
|
||||
9. Accedi con il nome utente `admin` e password `test1234`.
|
||||
10. Inserisci il tuo codice licenza acquistato al passo 1.
|
||||
|
||||
### Usare IIS come Proxy
|
||||
## Usare IIS come Proxy
|
||||
|
||||
Assicurati che `Dynamic Content Compression` sia installato (questa è una Funzionalità IIS che può essere installata con Ruoli Server).
|
||||
1. Apri IIS (O installalo).
|
||||
2. Crea un nuovo sito web per RustDesk con i binding (Idealmente 443) e certificato rilevante. Le impostazioni di base dovrebbero puntare a una cartella vuota. (Se usi il sito predefinito, assicurati che non ci siano altri file nella cartella).
|
||||
3. Su IIS, installa [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) e [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. Sotto l'Host del Server IIS apri Application Request Routing.
|
||||
2. Vai a Server Proxy Settings.
|
||||
3. Abilita proxy e tutte le impostazioni appariranno, puoi lasciarle come predefinite.
|
||||
4. Salva le impostazioni e possiamo andare al prossimo passo: URL Rewrite.
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. Apri il sito su IIS nel pannello sinistro e fai doppio clic su URL Rewrite.
|
||||
2. Clicca `Add rules`.
|
||||
@@ -51,12 +50,12 @@ Regola in Entrata – l'indirizzo interno RustDesk 21114 \
|
||||
Regole in Uscita – `From` è l'indirizzo interno RustDesk 21114 e `To` è l'indirizzo esterno. \
|
||||
Nota: Nessun http / https prima degli indirizzi – vengono gestiti automaticamente. Inoltre, assicurati che tutti gli indirizzi siano accessibili sia internamente che esternamente.
|
||||
|
||||
### Compressione
|
||||
## Compressione
|
||||
|
||||
1. Disabilita `Dynamic Content Compression`.
|
||||
|
||||
### Risoluzione dei problemi
|
||||
## Risoluzione dei problemi
|
||||
|
||||
Se hai un errore 500.52 aggiungi le variabili menzionate: [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
Potresti dover cambiare le tue Impostazioni SSL a "Require SSL → Ignore".
|
||||
Potresti dover cambiare le tue Impostazioni SSL a "Require SSL → Ignore".
|
||||
|
||||
@@ -11,9 +11,8 @@ Windowsのセキュリティポリシーは複雑です。このチュートリ
|
||||
GUI版の`RustDeskServer.setup.exe`はもうメンテナンスされておらず、推奨されません。
|
||||
{{% /notice %}}
|
||||
|
||||
### インストール
|
||||
## インストール
|
||||
|
||||
## 前提条件
|
||||
Windowsでrustdeskを実行するにはMicrosoft Visual C++ Redistributableが必要です。[こちら](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)からダウンロードできます。
|
||||
|
||||
1. [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html)からライセンスを取得し、詳細については[ライセンス](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)ページを確認してください。
|
||||
@@ -27,21 +26,21 @@ Windowsでrustdeskを実行するにはMicrosoft Visual C++ Redistributableが
|
||||
9. ユーザー名`admin`、パスワード`test1234`でログインしてください。
|
||||
10. ステップ1で購入したライセンスコードを入力してください。
|
||||
|
||||
### IISをプロキシとして使用
|
||||
## IISをプロキシとして使用
|
||||
|
||||
`Dynamic Content Compression`がインストールされていることを確認してください(これはサーバー役割でインストールできるIIS機能です)。
|
||||
1. IISを開く(またはインストールする)。
|
||||
2. RustDesk用の新しいウェブサイトをバインディング(理想的には443)と関連証明書で作成してください。基本設定は空のフォルダーを指す必要があります。(デフォルトサイトを使用する場合は、フォルダーに他のファイルがないことを確認してください)。
|
||||
3. IISで[Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)と[URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module)をインストールしてください。
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. IISサーバーホストの下でApplication Request Routingを開いてください。
|
||||
2. Server Proxy Settingsに移動してください。
|
||||
3. プロキシを有効にすると、すべての設定が表示されます。デフォルトのままにしておくことができます。
|
||||
4. 設定を保存し、次のステップにURL Rewriteに進みます。
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. 左ペインでIISのサイトを開き、URL Rewriteをダブルクリックしてください。
|
||||
2. `Add rules`をクリックしてください。
|
||||
@@ -51,12 +50,12 @@ Inbound Rule – RustDesk内部 21114アドレス\
|
||||
Outbound Rules – `From`はRustDesk内部 21114アドレス、`To`は外部アドレスです。\
|
||||
注意:アドレスの前にhttp / httpsは付けないでください – 自動的に処理されます。また、すべてのアドレスが内部および外部の両方からアクセス可能であることを確認してください。
|
||||
|
||||
### 圧縮
|
||||
## 圧縮
|
||||
|
||||
1. `Dynamic Content Compression`を無効にしてください。
|
||||
|
||||
### トラブルシューティング
|
||||
## トラブルシューティング
|
||||
|
||||
500.52エラーが発生した場合は、記載されている変数を追加してください:[IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259)。
|
||||
|
||||
SSL設定を「Require SSL → Ignore」に変更する必要があるかもしれません。
|
||||
SSL設定を「Require SSL → Ignore」に変更する必要があるかもしれません。
|
||||
|
||||
@@ -11,9 +11,8 @@ A política de segurança do Windows é complicada, se este tutorial não funcio
|
||||
A versão GUI, `RustDeskServer.setup.exe` não é mais mantida, não recomendada.
|
||||
{{% /notice %}}
|
||||
|
||||
### Instalar
|
||||
## Instalar
|
||||
|
||||
## Pré-requisito
|
||||
O Microsoft Visual C++ Redistributable é necessário para executar rustdesk no Windows. Você pode baixá-lo [aqui](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
||||
|
||||
1. Obtenha sua licença em [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), consulte a página de [licença](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) para mais detalhes.
|
||||
@@ -27,21 +26,21 @@ O Microsoft Visual C++ Redistributable é necessário para executar rustdesk no
|
||||
9. Faça login com o nome de usuário `admin` e senha `test1234`.
|
||||
10. Digite seu código de licença comprado no passo 1.
|
||||
|
||||
### Usar IIS como Proxy
|
||||
## Usar IIS como Proxy
|
||||
|
||||
Certifique-se de que `Dynamic Content Compression` esteja instalado (esta é uma Funcionalidade do IIS que pode ser instalada com Funções do Servidor).
|
||||
1. Abra o IIS (Ou instale-o).
|
||||
2. Crie um novo website para RustDesk com as vinculações (Idealmente 443) e certificado relevante. As configurações básicas devem apontar para uma pasta em branco. (Se você usar o site padrão, certifique-se de que não há outros arquivos na pasta).
|
||||
3. No IIS, instale [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) e [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module).
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. Sob o Host do Servidor IIS abra Application Request Routing.
|
||||
2. Vá para Server Proxy Settings.
|
||||
3. Habilite proxy e todas as configurações aparecerão, você pode deixá-las como os padrões.
|
||||
4. Salve as configurações e podemos ir para o próximo passo: URL Rewrite.
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. Abra o site no IIS no painel esquerdo e clique duas vezes em URL Rewrite.
|
||||
2. Clique em `Add rules`.
|
||||
@@ -51,12 +50,12 @@ Regra de Entrada – o endereço interno RustDesk 21114 \
|
||||
Regras de Saída – `From` é o endereço interno RustDesk 21114 e `To` é o endereço externo. \
|
||||
Nota: Nenhum http / https antes dos endereços – eles são tratados automaticamente. Além disso, certifique-se de que todos os endereços sejam acessíveis tanto interna quanto externamente.
|
||||
|
||||
### Compressão
|
||||
## Compressão
|
||||
|
||||
1. Desabilite `Dynamic Content Compression`.
|
||||
|
||||
### Solução de problemas
|
||||
## Solução de problemas
|
||||
|
||||
Se você tiver um erro 500.52 adicione as variáveis mencionadas: [IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259).
|
||||
|
||||
Você pode precisar alterar suas Configurações SSL para "Require SSL → Ignore".
|
||||
Você pode precisar alterar suas Configurações SSL para "Require SSL → Ignore".
|
||||
|
||||
@@ -11,9 +11,8 @@ Windows 安全策略比较复杂,如果此教程对您不适用,或者您遇
|
||||
GUI 版本 `RustDeskServer.setup.exe` 已不再维护,不推荐使用。
|
||||
{{% /notice %}}
|
||||
|
||||
### 安装
|
||||
## 安装
|
||||
|
||||
## 先决条件
|
||||
在 Windows 上运行 rustdesk 需要 Microsoft Visual C++ Redistributable。您可以在[这里](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)下载。
|
||||
|
||||
1. 从 [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html) 获取您的许可证,更多详情请查看[许可证](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)页面。
|
||||
@@ -27,21 +26,21 @@ GUI 版本 `RustDeskServer.setup.exe` 已不再维护,不推荐使用。
|
||||
9. 使用用户名 `admin` 和密码 `test1234` 登录。
|
||||
10. 输入您在第 1 步中购买的许可证代码。
|
||||
|
||||
### 使用 IIS 作为代理
|
||||
## 使用 IIS 作为代理
|
||||
|
||||
请确保已安装 `Dynamic Content Compression`(这是一个 IIS 功能,可以通过服务器角色安装)。
|
||||
1. 打开 IIS(或安装它)。
|
||||
2. 为 RustDesk 创建一个新网站,设置绑定(理想情况下为 443)和相关证书。基本设置应该指向一个空白文件夹。(如果您使用默认站点,请确保文件夹中没有其他文件)。
|
||||
3. 在 IIS 上,安装 [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) 和 [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module)。
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. 在 IIS 服务器主机下打开 Application Request Routing。
|
||||
2. 转到 Server Proxy Settings。
|
||||
3. 启用代理,所有设置都会出现,您可以保持默认值。
|
||||
4. 保存设置,然后我们可以进入下一步:URL Rewrite。
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. 在左侧面板中打开 IIS 上的站点,双击 URL Rewrite。
|
||||
2. 点击 `Add rules`。
|
||||
@@ -51,12 +50,12 @@ Inbound Rule – RustDesk 内部 21114 地址\
|
||||
Outbound Rules – `From` 是 RustDesk 内部 21114 地址,`To` 是外部地址。\
|
||||
注意:地址前不要有 http / https – 它们会被自动处理。另外,确保所有地址在内部和外部都可以访问。
|
||||
|
||||
### 压缩
|
||||
## 压缩
|
||||
|
||||
1. 禁用 `Dynamic Content Compression`。
|
||||
|
||||
### 故障排除
|
||||
## 故障排除
|
||||
|
||||
如果您遇到 500.52 错误,请添加提到的变量:[IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259)。
|
||||
|
||||
您可能需要将 SSL 设置更改为 “Require SSL → Ignore”。
|
||||
您可能需要将 SSL 设置更改为 “Require SSL → Ignore”。
|
||||
|
||||
@@ -11,9 +11,8 @@ Windows 安全政策比較複雜,如果此教學對您不適用,或者您遇
|
||||
GUI 版本 `RustDeskServer.setup.exe` 已不再維護,不推薦使用。
|
||||
{{% /notice %}}
|
||||
|
||||
### 安裝
|
||||
## 安裝
|
||||
|
||||
## 先決條件
|
||||
在 Windows 上運行 rustdesk 需要 Microsoft Visual C++ Redistributable。您可以在[這裡](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)下載。
|
||||
|
||||
1. 從 [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html) 獲取您的授權證,更多詳情請查看[授權證](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)頁面。
|
||||
@@ -27,21 +26,21 @@ GUI 版本 `RustDeskServer.setup.exe` 已不再維護,不推薦使用。
|
||||
9. 使用用戶名 `admin` 和密碼 `test1234` 登入。
|
||||
10. 輸入您在第 1 步中購買的授權證代碼。
|
||||
|
||||
### 使用 IIS 作為代理
|
||||
## 使用 IIS 作為代理
|
||||
|
||||
請確保已安裝 `Dynamic Content Compression`(這是一個 IIS 功能,可以通過伺服器角色安裝)。
|
||||
1. 打開 IIS(或安裝它)。
|
||||
2. 為 RustDesk 建立一個新網站,設置繫定(理想情況下為 443)和相關證書。基本設置應該指向一個空白資料夾。(如果您使用預設站點,請確保資料夾中沒有其他檔案)。
|
||||
3. 在 IIS 上,安裝 [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) 和 [URL Rewrite](https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module)。
|
||||
|
||||
### Application Request Routing
|
||||
## Application Request Routing
|
||||
|
||||
1. 在 IIS 伺服器主機下打開 Application Request Routing。
|
||||
2. 轉到 Server Proxy Settings。
|
||||
3. 啟用代理,所有設置都會出現,您可以保持預設值。
|
||||
4. 保存設置,然後我們可以進入下一步:URL Rewrite。
|
||||
|
||||
### URL Rewrite
|
||||
## URL Rewrite
|
||||
|
||||
1. 在左側面板中打開 IIS 上的站點,雙擊 URL Rewrite。
|
||||
2. 點擊 `Add rules`。
|
||||
@@ -51,12 +50,12 @@ Inbound Rule – RustDesk 內部 21114 地址\
|
||||
Outbound Rules – `From` 是 RustDesk 內部 21114 地址,`To` 是外部地址。\
|
||||
注意:地址前不要有 http / https – 它們會被自動處理。另外,確保所有地址在內部和外部都可以訪問。
|
||||
|
||||
### 壓縮
|
||||
## 壓縮
|
||||
|
||||
1. 禁用 `Dynamic Content Compression`。
|
||||
|
||||
### 故障排除
|
||||
## 故障排除
|
||||
|
||||
如果您遇到 500.52 錯誤,請添加提到的變量:[IIS acting as reverse proxy: Where the problems start](https://techcommunity.microsoft.com/t5/iis-support-blog/iis-acting-as-reverse-proxy-where-the-problems-start/ba-p/846259)。
|
||||
|
||||
您可能需要將 SSL 設置更改為 “Require SSL → Ignore”。
|
||||
您可能需要將 SSL 設置更改為 “Require SSL → Ignore”。
|
||||
|
||||
Reference in New Issue
Block a user