fix style

This commit is contained in:
rustdesk
2025-06-15 03:53:23 +08:00
parent 3b90f48e24
commit 3d60e0f5e2
299 changed files with 2108 additions and 2134 deletions

View File

@@ -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).

View File

@@ -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).

View File

@@ -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".

View File

@@ -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".

View File

@@ -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".

View File

@@ -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」に変更する必要があるかもしれません。

View File

@@ -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".

View File

@@ -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”。

View File

@@ -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”。