This commit is contained in:
rustdesk
2026-03-20 18:42:55 +08:00
parent 1736869d5f
commit 56cfd26e35
463 changed files with 6538 additions and 62 deletions

View File

@@ -5,6 +5,21 @@ description: "RustDesk-Dokumentation zu Docker. Hier finden Sie Anleitungen zur
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Kurze Antwort
Für die meisten Teams ist Docker Compose die empfohlene RustDesk-Server-Pro-Konfiguration, weil sie sich leichter lesen, aktualisieren und reproduzieren lässt als rohe docker-run-Befehle.
## Wichtige Punkte
- Persistente Volumes für Daten verwenden
- Die benötigten Ports korrekt zuordnen
- Compose für den Betrieb mehrerer Container bevorzugen
- Lizenz und Konsolenzugriff schon im ersten Setup mitdenken
<!-- GEO-LOCALIZED-INTRO:END -->
## 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!

View File

@@ -7,6 +7,22 @@ keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdes
Use this guide to install RustDesk Server Pro with Docker Compose and the required host networking configuration.
## What is the recommended Docker setup for RustDesk Server Pro?
Docker Compose with `network_mode: "host"` is the recommended setup for most Linux-based RustDesk Server Pro deployments. It keeps `hbbs` and `hbbr` together in one reproducible configuration and avoids licensing issues that can appear when host networking is not used.
## RustDesk Server Pro Docker checklist
1. Install Docker.
2. Create a persistent `data` directory for RustDesk files such as keys and the database.
3. Start `hbbs` and `hbbr` with Docker Compose.
4. Open the required RustDesk ports, especially `21114` if you use the web console directly.
5. Add HTTPS separately if you want the web console behind a domain.
## When should you use Compose instead of raw `docker run`?
Use Docker Compose for long-lived production deployments and upgrades. Use raw `docker run` commands mainly for testing, debugging, or environments where you want fully manual control over each container.
## 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!

View File

@@ -5,6 +5,21 @@ description: "Documentación de RustDesk sobre Docker. Consulta guías de instal
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Respuesta rápida
Para la mayoría de los equipos, Docker Compose es la configuración recomendada de RustDesk Server Pro porque resulta más fácil de leer, actualizar y reproducir que comandos docker run sueltos.
## Puntos clave
- Use volúmenes persistentes para los datos
- Mantenga mapeados los puertos requeridos
- Prefiera Compose para mantener varios contenedores
- Tenga en cuenta la licencia y el acceso a la consola desde el primer despliegue
<!-- GEO-LOCALIZED-INTRO:END -->
## 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!

View File

@@ -5,6 +5,21 @@ description: "Documentation RustDesk sur Docker. Consultez les guides d'installa
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Réponse rapide
Pour la plupart des équipes, Docker Compose est la configuration recommandée pour RustDesk Server Pro, car elle est plus facile à lire, mettre à jour et reproduire que des commandes docker run brutes.
## Points clés
- Utilisez des volumes persistants pour les données
- Mappez correctement les ports nécessaires
- Préférez Compose pour lexploitation multi-conteneurs
- Pensez à la licence et à laccès console dès la première mise en place
<!-- GEO-LOCALIZED-INTRO:END -->
## 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 !

View File

@@ -5,6 +5,21 @@ description: "Documentazione RustDesk su Docker. Consulta le guide per installaz
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Risposta rapida
Per la maggior parte dei team, Docker Compose è la configurazione Docker consigliata per RustDesk Server Pro perché è più facile da leggere, aggiornare e riprodurre rispetto a comandi docker run isolati.
## Punti chiave
- Usa volumi persistenti per i dati
- Mappa correttamente le porte richieste
- Preferisci Compose per la manutenzione di più container
- Considera da subito licenza e accesso alla console
<!-- GEO-LOCALIZED-INTRO:END -->
## 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!

View File

@@ -5,6 +5,21 @@ description: "RustDesk のDockerに関するドキュメントです。インス
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## クイックアンサー
ほとんどのチームでは、RustDesk Server Pro の Docker 構成は Docker Compose が推奨です。単発の docker run よりも読みやすく、更新しやすく、再現もしやすいためです。
## 重要なポイント
- データには永続ボリュームを使います
- 必要なポートを正しくマッピングします
- 複数コンテナ運用では Compose を優先します
- 最初のセットアップ時からライセンスとコンソールアクセスを考慮します
<!-- GEO-LOCALIZED-INTRO:END -->
## Docker Compose推奨
Docker Composeでは、ライセンスが正常に動作するように `network_mode: "host"` を使用する必要があります。最新版であることを確実にするために、この[ガイド](https://docs.docker.com/engine/install)を使用してDockerをインストールしてください

View File

@@ -5,6 +5,21 @@ description: "Dokumentacja RustDesk dotycząca Docker. Zawiera instrukcje instal
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Szybka odpowiedź
Dla większości zespołów Docker Compose jest zalecaną konfiguracją RustDesk Server Pro, ponieważ łatwiej ją czytać, aktualizować i odtwarzać niż pojedyncze komendy docker run.
## Najważniejsze punkty
- Używaj trwałych wolumenów dla danych
- Prawidłowo mapuj wymagane porty
- Przy wielu kontenerach preferuj Compose
- Już przy pierwszym wdrożeniu uwzględnij licencję i dostęp do konsoli
<!-- GEO-LOCALIZED-INTRO:END -->
## Docker Compose (zalecane)
W przypadku Docker Compose MUSISZ użyć `network_mode: "host"`, aby zapewnić prawidłowe działanie licencji. Zainstaluj Docker, korzystając z tego [przewodnika](https://docs.docker.com/engine/install), aby mieć pewność, że będzie to najnowsza wersja!

View File

@@ -5,6 +5,21 @@ description: "Documentação do RustDesk sobre Docker. Consulte guias de instala
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Resposta rápida
Para a maioria das equipes, Docker Compose é a configuração recomendada do RustDesk Server Pro porque é mais fácil de ler, atualizar e reproduzir do que comandos docker run soltos.
## Pontos principais
- Use volumes persistentes para os dados
- Mapeie corretamente as portas necessárias
- Prefira Compose para manter vários contêineres
- Considere licença e acesso ao console desde a primeira implantação
<!-- GEO-LOCALIZED-INTRO:END -->
## 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!

View File

@@ -5,6 +5,21 @@ description: "Documentație RustDesk pentru Docker. Găsiți ghiduri de instalar
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Răspuns rapid
Pentru majoritatea echipelor, Docker Compose este configurația recomandată pentru RustDesk Server Pro, deoarece este mai ușor de citit, actualizat și reprodus decât comenzi docker run separate.
## Puncte cheie
- Folosește volume persistente pentru date
- Mapează corect porturile necesare
- Preferă Compose pentru întreținerea mai multor containere
- Ia în calcul licența și accesul la consolă încă de la prima implementare
<!-- GEO-LOCALIZED-INTRO:END -->
## Docker Compose (Recomandat)
Cu Docker Compose TREBUIE să folosești `network_mode: "host"` pentru a te asigura că licențierea funcționează. Instalează Docker urmând acest [ghid](https://docs.docker.com/engine/install) pentru a avea cea mai recentă versiune.

View File

@@ -5,6 +5,21 @@ description: "RustDesk 的Docker文档提供安装、配置、部署和故障
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## 快速回答
对于大多数团队Docker Compose 是推荐的 RustDesk Server Pro Docker 方案,因为它比直接写 docker run 命令更容易阅读、更新和复现。
## 关键要点
- 为数据使用持久化卷
- 正确映射所需端口
- 多容器维护时优先使用 Compose
- 首次部署时就把授权和控制台访问考虑进去
<!-- GEO-LOCALIZED-INTRO:END -->
## Docker Compose推荐
使用 Docker Compose 时,必须使用 `network_mode: "host"` 来确保许可证正常工作。请使用此[指南](https://docs.docker.com/engine/install)安装 Docker以确保它是最新版本

View File

@@ -5,6 +5,21 @@ description: "RustDesk 的Docker文檔提供安裝、設定、部署與疑難
keywords: ["rustdesk server pro docker", "rustdesk pro docker compose", "rustdesk pro host network", "rustdesk hbbs hbbr docker", "rustdesk self-host pro docker"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## 快速回答
對大多數團隊來說Docker Compose 是推薦的 RustDesk Server Pro Docker 方案,因為它比直接寫 docker run 指令更容易閱讀、更新與重現。
## 關鍵重點
- 為資料使用持久化磁碟區
- 正確映射所需連接埠
- 多容器維護時優先使用 Compose
- 首次部署時就把授權與主控台存取考慮進去
<!-- GEO-LOCALIZED-INTRO:END -->
## Docker Compose推薦
使用 Docker Compose 時,必須使用 `network_mode: "host"` 來確保授權正常工作。請使用此[指南](https://docs.docker.com/engine/install)安裝 Docker以確保它是最新版本

View File

@@ -5,6 +5,18 @@ description: "RustDesk-Dokumentation zu install.sh. Hier finden Sie Anleitungen
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Wann sollten Sie install.sh verwenden?
Verwenden Sie `install.sh`, wenn Sie RustDesk Server Pro schnell auf einem Linux-Host mit `systemd` bereitstellen wollen. Es eignet sich fur eine direkte, skriptgesteuerte Einzelserver-Installation, bei der das Skript Abhangigkeiten installiert, Binaries ablegt, Dienste anlegt und optional HTTPS fur die Web-Konsole vorbereitet.
## install.sh in Kurzform
- Geeignet fur eine einfache Linux-Bereitstellung.
- Wenn Sie Upgrades, Rollbacks und Container-Betrieb leichter handhaben wollen, nutzen Sie [Docker](/docs/de/self-host/rustdesk-server-pro/installscript/docker/).
- Halten Sie vor dem Start Ihre Pro-Lizenz bereit.
- Bei einer Domain kann das Skript auch `nginx` und `certbot` konfigurieren.
- Fur Upgrades nach der Erstinstallation verwenden Sie `update.sh`.
{{% notice note %}}
Vergessen Sie nicht, Ihre Lizenz unter [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/) zu erwerben, auf der Seite [Lizenz](https://rustdesk.com/docs/de/self-host/rustdesk-server-pro/license/) finden Sie weitere Informationen.

View File

@@ -13,6 +13,18 @@ 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 %}}
## When should you use install.sh?
Use `install.sh` when you want the fastest way to deploy RustDesk Server Pro on a Linux host with `systemd`. It is best for a straightforward single-server setup where you want the script to install dependencies, place binaries, create services, and optionally prepare HTTPS for the web console.
## install.sh quick answers
- Use this method for a simple Linux deployment with `systemd`.
- Use [Docker](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/docker/#docker-compose) instead if you want easier upgrades, rollback, and container-based operations.
- Have your Pro license ready before you start.
- If you use a domain, the script can also set up `nginx` and `certbot` for HTTPS.
- Use `update.sh` for upgrades after the first installation.
## Install
Copy and paste the above command into your Linux terminal to install RustDesk Server Pro.

View File

@@ -5,6 +5,18 @@ description: "Documentación de RustDesk sobre install.sh. Consulta guías de in
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## ¿Cuándo deberias usar install.sh?
Usa `install.sh` cuando quieras desplegar RustDesk Server Pro rapidamente en un host Linux con `systemd`. Es apropiado para una instalacion directa y scriptada en un solo servidor, donde el script instala dependencias, coloca binarios, crea servicios y puede preparar HTTPS para la consola web.
## Respuestas rapidas sobre install.sh
- Es adecuado para un despliegue sencillo en Linux.
- Si quieres facilitar actualizaciones, rollback y operaciones con contenedores, usa [Docker](/docs/es/self-host/rustdesk-server-pro/installscript/docker/).
- Ten lista tu licencia Pro antes de empezar.
- Si usas un dominio, el script puede configurar `nginx` y `certbot`.
- Para actualizar despues de la instalacion inicial, usa `update.sh`.
{{% notice note %}}
No olvides obtener tu licencia desde [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/), consulta la página de [licencia](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) para más detalles.

View File

@@ -5,6 +5,18 @@ description: "Documentation RustDesk sur install.sh. Consultez les guides d'inst
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Quand utiliser install.sh ?
Utilisez `install.sh` si vous voulez deployer rapidement RustDesk Server Pro sur un hote Linux avec `systemd`. Il convient a une installation simple, directe et scriptable sur un serveur unique : le script installe les dependances, place les binaires, cree les services et peut preparer HTTPS pour la console web.
## Reponses rapides sur install.sh
- Adapte a un deploiement Linux simple.
- Si vous voulez faciliter les mises a jour, les rollbacks et l'exploitation en conteneurs, utilisez [Docker](/docs/fr/self-host/rustdesk-server-pro/installscript/docker/).
- Preparez votre licence Pro avant de commencer.
- Si vous utilisez un domaine, le script peut aussi configurer `nginx` et `certbot`.
- Pour les mises a jour apres l'installation initiale, utilisez `update.sh`.
{{% notice note %}}
N'oubliez pas d'obtenir votre licence depuis [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/), consultez la page [licence](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) pour plus de détails.

View File

@@ -5,6 +5,18 @@ description: "Documentazione RustDesk su install.sh. Consulta le guide per insta
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Quando dovresti usare install.sh?
Usa `install.sh` quando vuoi distribuire rapidamente RustDesk Server Pro su un host Linux con `systemd`. È adatto a un'installazione diretta e scriptata su singolo server: lo script installa dipendenze, posiziona i binari, crea i servizi e può preparare anche HTTPS per la console web.
## Risposte rapide su install.sh
- È adatto a un deployment Linux semplice.
- Se vuoi semplificare upgrade, rollback e operazioni con container, usa [Docker](/docs/it/self-host/rustdesk-server-pro/installscript/docker/).
- Tieni pronta la licenza Pro prima di iniziare.
- Se usi un dominio, lo script può configurare anche `nginx` e `certbot`.
- Per aggiornare dopo la prima installazione usa `update.sh`.
{{% notice note %}}
Non dimenticare di ottenere la tua licenza da [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/), controlla la pagina [licenza](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) per maggiori dettagli.

View File

@@ -5,6 +5,18 @@ description: "RustDesk のinstall.shに関するドキュメントです。イ
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## install.sh はいつ使うべきですか?
`install.sh` は、Linux ホスト上で `systemd` を使って RustDesk Server Pro を素早く導入したいときに使います。依存関係の導入、バイナリ配置、サービス作成、必要に応じた Web コンソール向け HTTPS 準備までを行う、単一サーバー向けの直接的なスクリプト導入に向いています。
## install.sh のクイック回答
- シンプルな Linux 導入に向いています。
- アップグレード、ロールバック、コンテナ運用を楽にしたいなら [Docker](/docs/ja/self-host/rustdesk-server-pro/installscript/docker/) を使ってください。
- 開始前に Pro ライセンスを用意してください。
- ドメインを使う場合は `nginx``certbot` も設定できます。
- 初回導入後の更新には `update.sh` を使います。
{{% notice note %}}
[https://rustdesk.com/pricing/](https://rustdesk.com/pricing/)からライセンスを取得することをお忘れなく、詳細については[ライセンス](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)ページをご確認ください。

View File

@@ -5,6 +5,18 @@ description: "Dokumentacja RustDesk dotycząca install.sh. Zawiera instrukcje in
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Kiedy używać install.sh?
Użyj `install.sh`, gdy chcesz szybko wdrożyć RustDesk Server Pro na hoście Linux z `systemd`. To dobre rozwiązanie dla bezpośredniej, skryptowej instalacji na pojedynczym serwerze: skrypt instaluje zależności, rozmieszcza binaria, tworzy usługi i może przygotować także HTTPS dla konsoli webowej.
## Szybkie odpowiedzi o install.sh
- To dobre rozwiązanie dla prostego wdrożenia Linux.
- Jeśli chcesz ułatwić upgrade'y, rollbacki i pracę z kontenerami, użyj [Docker](/docs/pl/self-host/rustdesk-server-pro/installscript/docker/).
- Przygotuj licencję Pro przed rozpoczęciem.
- Jeśli używasz domeny, skrypt może skonfigurować także `nginx` i `certbot`.
- Do aktualizacji po pierwszej instalacji używaj `update.sh`.
{{% notice note %}}
Nie zapomnij uzyskać licencji na [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/). Więcej szczegółów znajdziesz na stronie [licencji](https://rustdesk.com/docs/pl/self-host/rustdesk-server-pro/license/).

View File

@@ -5,6 +5,18 @@ description: "Documentação do RustDesk sobre install.sh. Consulte guias de ins
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Quando você deve usar install.sh?
Use `install.sh` quando quiser implantar rapidamente o RustDesk Server Pro em um host Linux com `systemd`. Ele é adequado para uma instalação direta e scriptada em um único servidor: o script instala dependências, posiciona os binários, cria os serviços e também pode preparar HTTPS para o console web.
## Respostas rápidas sobre install.sh
- Ele é adequado para uma implantação Linux simples.
- Se quiser facilitar upgrades, rollbacks e operações com contêineres, use [Docker](/docs/pt/self-host/rustdesk-server-pro/installscript/docker/).
- Tenha sua licença Pro pronta antes de começar.
- Se usar um domínio, o script pode configurar também `nginx` e `certbot`.
- Para atualizar após a instalação inicial, use `update.sh`.
{{% notice note %}}
Não esqueça de obter sua licença em [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/), consulte a página de [licença](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) para mais detalhes.

View File

@@ -5,6 +5,18 @@ description: "Documentație RustDesk pentru install.sh. Găsiți ghiduri de inst
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## Când ar trebui să folosești install.sh?
Folosește `install.sh` când vrei să implementezi rapid RustDesk Server Pro pe un host Linux cu `systemd`. Este potrivit pentru o instalare directă și scriptată pe un singur server: scriptul instalează dependențe, așază binarele, creează serviciile și poate pregăti și HTTPS pentru consola web.
## Răspunsuri rapide despre install.sh
- Este potrivit pentru o implementare Linux simplă.
- Dacă vrei să simplifici upgrade-urile, rollback-urile și operarea în containere, folosește [Docker](/docs/ro/self-host/rustdesk-server-pro/installscript/docker/).
- Ține pregătită licența Pro înainte să începi.
- Dacă folosești un domeniu, scriptul poate configura și `nginx` și `certbot`.
- Pentru actualizare după instalarea inițială, folosește `update.sh`.
{{% notice note %}}
Nu uita să obții licența de la [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/), vezi pagina de [license](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) pentru detalii.

View File

@@ -5,6 +5,18 @@ description: "RustDesk 的install.sh文档提供安装、配置、部署和
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## 什么时候应该使用 install.sh
当你想在 Linux 主机上用 `systemd` 快速部署 RustDesk Server Pro 时使用。它适合单机、直接、脚本化的安装场景,脚本会安装依赖、放置二进制、创建服务,并可选地为 Web 控制台准备 HTTPS。
## install.sh 快速答案
- 适合简单的 Linux 部署。
- 如果想更容易升级、回滚和容器化运维,请改用 [Docker](/docs/zh-cn/self-host/rustdesk-server-pro/installscript/docker/)。
- 开始前先准备好 Pro 授权。
- 如果使用域名,脚本可以同时配置 `nginx``certbot`
- 初装之后升级请使用 `update.sh`
{{% notice note %}}
别忘了从 [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/) 取得授权,查阅[授权](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)页面以了解详情。

View File

@@ -5,6 +5,18 @@ description: "RustDesk 的install.sh文檔提供安裝、設定、部署與
keywords: ["rustdesk server pro install.sh", "rustdesk pro linux install", "rustdesk pro script install", "rustdesk self-host pro linux", "rustdesk server pro setup"]
---
## 什麼時候應該使用 install.sh
當你想在 Linux 主機上用 `systemd` 快速部署 RustDesk Server Pro 時使用。它適合單機、直接、腳本化的安裝情境,腳本會安裝依賴、放置二進位檔、建立服務,並可選地為 Web 控制台準備 HTTPS。
## install.sh 快速答案
- 適合簡單的 Linux 部署。
- 如果想更容易升級、回滾與容器化維運,請改用 [Docker](/docs/zh-tw/self-host/rustdesk-server-pro/installscript/docker/)。
- 開始前先準備好 Pro 授權。
- 如果使用網域,腳本可以同時設定 `nginx``certbot`
- 初次安裝後升級請使用 `update.sh`
{{% notice note %}}
別忘了從 [https://rustdesk.com/pricing/](https://rustdesk.com/pricing/) 取得授權,查閱[授權](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/)頁面以了解詳情。

View File

@@ -5,6 +5,21 @@ description: "RustDesk-Dokumentation zu Installation. Hier finden Sie Anleitunge
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Kurze Antwort
Für die meisten Teams ist Docker der beste Weg, RustDesk Server Pro zu installieren, weil Upgrades und Rollbacks einfacher werden. Nutzen Sie `install.sh`, wenn Sie native Linux-Dienste möchten, oder den Migrationspfad, wenn bereits OSS im Einsatz ist.
## Wichtige Punkte
- Eine RustDesk-Server-Pro-Lizenz
- Einen Linux-Server, eine VM oder einen Host mit verfügbarem Docker
- Die erforderlichen Ports, plus `21114` oder `443` für Webkonsole und API
- Optional DNS, wenn Sie HTTPS über eine Domain möchten
<!-- GEO-LOCALIZED-INTRO:END -->
## Verfahren 1: Docker (Recommended)
```

View File

@@ -7,6 +7,25 @@ keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pr
Start here to choose the best RustDesk Server Pro installation method for your environment, with Docker as the recommended option.
## What is the best way to install RustDesk Server Pro?
For most teams, Docker is the best way to install RustDesk Server Pro because updates are simpler and the deployment is easier to reproduce. The `install.sh` path is useful when you want native systemd services on Linux. Converting from OSS is the right path when you already run RustDesk Server and want to keep moving to Pro.
## What do you need before you start?
- A RustDesk Server Pro license
- A Linux server or VM, or a host where Docker is already available
- Required RustDesk ports open in your firewall, plus `21114` or `443` if you need the web console and API
- An optional DNS name if you want HTTPS on a domain
## Which installation method should you choose?
| Method | Best for | Why you would use it |
| --- | --- | --- |
| Docker | Most new Pro deployments | Easiest upgrades, simpler rollback, and consistent setup |
| `install.sh` | Linux admins who want native services | Creates systemd services and can optionally set up Nginx and Certbot |
| Convert from open source | Existing OSS deployments | Moves an existing RustDesk Server install to Pro without starting from zero |
## Method 1: Docker (Recommended)
```

View File

@@ -5,6 +5,21 @@ description: "Documentación de RustDesk sobre Instalación. Consulta guías de
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Respuesta rápida
Para la mayoría de los equipos, Docker es la mejor manera de instalar RustDesk Server Pro porque facilita las actualizaciones y el rollback. Use `install.sh` si quiere servicios nativos en Linux, o la ruta de conversión si ya ejecuta OSS.
## Puntos clave
- Una licencia de RustDesk Server Pro
- Un servidor Linux, una VM o un host con Docker disponible
- Los puertos requeridos, más `21114` o `443` para la consola web y la API
- DNS opcional si quiere HTTPS con un dominio
<!-- GEO-LOCALIZED-INTRO:END -->
## Método 1: Docker (Recomendado)
```

View File

@@ -5,6 +5,21 @@ description: "Documentation RustDesk sur Installation. Consultez les guides d'in
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Réponse rapide
Pour la plupart des équipes, Docker est la meilleure façon dinstaller RustDesk Server Pro, car les mises à niveau et les retours arrière sont plus simples. Utilisez `install.sh` si vous voulez des services Linux natifs, ou le chemin de conversion si vous exploitez déjà OSS.
## Points clés
- Une licence RustDesk Server Pro
- Un serveur Linux, une VM ou un hôte avec Docker disponible
- Les ports requis, plus `21114` ou `443` pour la console web et lAPI
- Un DNS facultatif si vous voulez du HTTPS sur un domaine
<!-- GEO-LOCALIZED-INTRO:END -->
## Méthode 1 : Docker (Recommandée)
```

View File

@@ -5,6 +5,21 @@ description: "Documentazione RustDesk su Installazione. Consulta le guide per in
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Risposta rapida
Per la maggior parte dei team, Docker è il modo migliore per installare RustDesk Server Pro perché semplifica aggiornamenti e rollback. Usa `install.sh` se vuoi servizi Linux nativi, oppure il percorso di conversione se stai già eseguendo OSS.
## Punti chiave
- Una licenza RustDesk Server Pro
- Un server Linux, una VM o un host con Docker disponibile
- Le porte richieste, più `21114` o `443` per console web e API
- DNS opzionale se vuoi HTTPS su un dominio
<!-- GEO-LOCALIZED-INTRO:END -->
## Metodo 1: Docker (Raccomandato)
```

View File

@@ -5,6 +5,21 @@ description: "RustDesk のインストールに関するドキュメントです
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## クイックアンサー
ほとんどのチームでは、更新とロールバックが容易になるため、RustDesk Server Pro の導入は Docker が最適です。ネイティブな Linux サービスが必要なら `install.sh`、すでに OSS を動かしているなら変換手順を使ってください。
## 重要なポイント
- RustDesk Server Pro のライセンス
- Linux サーバー、VM、または Docker を利用できるホスト
- 必要なポートと、Web コンソール/API 用の `21114` または `443`
- ドメインで HTTPS を使いたい場合は任意の DNS
<!-- GEO-LOCALIZED-INTRO:END -->
## 方法1: Docker推奨
```

View File

@@ -5,6 +5,21 @@ description: "Dokumentacja RustDesk dotycząca Instalacja. Zawiera instrukcje in
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Szybka odpowiedź
Dla większości zespołów Docker jest najlepszym sposobem instalacji RustDesk Server Pro, ponieważ upraszcza aktualizacje i wycofywanie zmian. Użyj `install.sh`, jeśli chcesz natywnych usług Linuksa, albo ścieżki konwersji, jeśli już działa OSS.
## Najważniejsze punkty
- Licencja RustDesk Server Pro
- Serwer Linux, maszyna wirtualna albo host z dostępnym Dockerem
- Wymagane porty oraz `21114` lub `443` dla konsoli webowej i API
- Opcjonalny DNS, jeśli chcesz HTTPS na domenie
<!-- GEO-LOCALIZED-INTRO:END -->
## Metoda 1: Docker (zalecana)
```

View File

@@ -5,6 +5,21 @@ description: "Documentação do RustDesk sobre Instalação. Consulte guias de i
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Resposta rápida
Para a maioria das equipes, Docker é a melhor forma de instalar o RustDesk Server Pro porque facilita upgrades e rollback. Use `install.sh` quando quiser serviços nativos do Linux, ou o caminho de conversão se você já executa OSS.
## Pontos principais
- Uma licença do RustDesk Server Pro
- Um servidor Linux, uma VM ou um host com Docker disponível
- As portas necessárias, além de `21114` ou `443` para console web e API
- DNS opcional se você quiser HTTPS em um domínio
<!-- GEO-LOCALIZED-INTRO:END -->
## Método 1: Docker (Recomendado)
```

View File

@@ -5,6 +5,21 @@ description: "Documentație RustDesk pentru Instalare. Găsiți ghiduri de insta
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## Răspuns rapid
Pentru majoritatea echipelor, Docker este cea mai bună metodă de a instala RustDesk Server Pro, deoarece face upgrade-urile și rollback-ul mai simple. Folosește `install.sh` dacă vrei servicii Linux native sau calea de conversie dacă rulezi deja OSS.
## Puncte cheie
- O licență RustDesk Server Pro
- Un server Linux, o mașină virtuală sau un host cu Docker disponibil
- Porturile necesare, plus `21114` sau `443` pentru consola web și API
- DNS opțional dacă vrei HTTPS pe un domeniu
<!-- GEO-LOCALIZED-INTRO:END -->
## Metoda 1: Docker (Recomandat)
```

View File

@@ -5,6 +5,21 @@ description: "RustDesk 的安装文档,提供安装、配置、部署和故障
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## 快速回答
对于大多数团队,安装 RustDesk Server Pro 的最佳方式是 Docker因为升级和回滚都更简单。如果您想要原生 Linux 服务,请使用 `install.sh`;如果已经在运行 OSS请使用转换路径。
## 关键要点
- RustDesk Server Pro 许可证
- Linux 服务器、虚拟机或可用 Docker 的主机
- 所需端口,以及 Web 控制台和 API 需要的 `21114``443`
- 如果您想在域名上启用 HTTPS可选配置 DNS
<!-- GEO-LOCALIZED-INTRO:END -->
## 方法1Docker (推荐)
```

View File

@@ -5,6 +5,21 @@ description: "RustDesk 的安裝文檔,提供安裝、設定、部署與疑難
keywords: ["rustdesk server pro install", "rustdesk self-host pro", "rustdesk pro docker", "rustdesk pro linux install", "rustdesk pro windows install"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## 快速回答
對大多數團隊來說,安裝 RustDesk Server Pro 的最佳方式是 Docker因為升級與回滾都更簡單。如果您想要原生 Linux 服務,請使用 `install.sh`;如果已經在執行 OSS請使用轉換路徑。
## 關鍵重點
- RustDesk Server Pro 授權
- Linux 伺服器、虛擬機,或可使用 Docker 的主機
- 所需連接埠,以及 Web 主控台和 API 需要的 `21114``443`
- 如果您想在網域上啟用 HTTPS可選擇設定 DNS
<!-- GEO-LOCALIZED-INTRO:END -->
## 方法 1Docker (建議)
```

View File

@@ -5,6 +5,18 @@ description: "RustDesk-Dokumentation zu Installation unter Windows (deprecated).
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Sollten Sie den Windows-Installationspfad verwenden?
Verwenden Sie diesen Leitfaden nur, wenn Ihr RustDesk-Server-Pro-Host auf Windows bleiben muss. Fur neue Deployments sind Linux oder [Docker](/docs/de/self-host/rustdesk-server-pro/installscript/docker/) weiterhin die bessere Voreinstellung, weil sie sich einfacher automatisieren, aktualisieren und stabil betreiben lassen.
## Windows-Installation in Kurzform
- Dies ist ein Legacy-Pfad und nicht die bevorzugte Bereitstellungsmethode.
- Installieren Sie vorab das Microsoft Visual C++ Redistributable.
- Der alte GUI-Installer wird nicht mehr gepflegt.
- Fur einen langfristig stabilen Betrieb sollten Sie moglichst auf Linux oder Docker wechseln.
- Wenn Sie bei Windows bleiben, planen Sie Dienstbetrieb und Web-Konsole-Proxy im Voraus.
{{% notice note %}}
Die Sicherheitsrichtlinien von Windows sind knifflig. Wenn diese Anleitung bei Ihnen nicht funktioniert oder Sie eine instabile Verbindung feststellen, wechseln Sie bitte zu einem Linux-Server.
{{% /notice %}}

View File

@@ -15,6 +15,18 @@ 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 %}}
## Should you use the Windows install path?
Use this guide only when your RustDesk Server Pro host must stay on Windows. For new self-hosted deployments, Linux or Docker is the better default because it is easier to automate, update, and operate reliably.
## Windows install quick answers
- Treat this as a legacy path, not the preferred deployment method.
- Install the Microsoft Visual C++ Redistributable before starting.
- The old GUI installer is no longer maintained.
- If you need a long-term stable deployment, move to Linux or Docker.
- If you stay on Windows, plan how you will run the services and proxy the web console.
## Install
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)

View File

@@ -5,6 +5,18 @@ description: "Documentación de RustDesk sobre Instalación en Windows (deprecat
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## ¿Deberias usar la ruta de instalacion en Windows?
Usa esta guia solo cuando el host de RustDesk Server Pro deba seguir en Windows. Para despliegues nuevos, Linux o [Docker](/docs/es/self-host/rustdesk-server-pro/installscript/docker/) siguen siendo la mejor opcion por defecto porque son mas faciles de automatizar, actualizar y operar con estabilidad.
## Respuestas rapidas sobre la instalacion en Windows
- Esta es una ruta heredada, no el metodo de despliegue preferido.
- Instala primero Microsoft Visual C++ Redistributable.
- El antiguo instalador GUI ya no tiene mantenimiento.
- Para una operacion estable a largo plazo, migra a Linux o Docker cuando sea posible.
- Si sigues en Windows, planifica por adelantado como ejecutar los servicios y el proxy de la consola web.
{{% notice note %}}
La política de seguridad de Windows es complicada, si este tutorial no funciona para ti, o encuentras conexión inestable, por favor migra a un servidor Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "Documentation RustDesk sur Installation Windows (deprecated). Cons
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Faut-il utiliser le chemin d'installation Windows ?
N'utilisez ce guide que si votre hote RustDesk Server Pro doit rester sous Windows. Pour les nouveaux deploiements, Linux ou [Docker](/docs/fr/self-host/rustdesk-server-pro/installscript/docker/) restent le meilleur choix par defaut, car ils sont plus simples a automatiser, a mettre a jour et a exploiter de facon stable.
## Reponses rapides sur l'installation Windows
- Il s'agit d'un chemin ancien, pas de la methode de deploiement recommandee.
- Installez d'abord Microsoft Visual C++ Redistributable.
- L'ancien installateur GUI n'est plus maintenu.
- Pour une exploitation stable dans la duree, migrez si possible vers Linux ou Docker.
- Si vous restez sous Windows, planifiez a l'avance l'execution des services et le proxy de la console web.
{{% notice note %}}
La politique de sécurité Windows est délicate, si ce tutoriel ne fonctionne pas pour vous, ou si vous rencontrez une connexion instable, veuillez migrer vers un serveur Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "Documentazione RustDesk su Installazione Windows (deprecated). Con
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Dovresti usare il percorso di installazione Windows?
Usa questa guida solo se l'host di RustDesk Server Pro deve rimanere su Windows. Per i nuovi deployment, Linux o [Docker](/docs/it/self-host/rustdesk-server-pro/installscript/docker/) restano la scelta predefinita migliore perché sono più facili da automatizzare, aggiornare e gestire in modo stabile.
## Risposte rapide sull'installazione Windows
- Questo è un percorso legacy, non il metodo di deployment preferito.
- Installa prima Microsoft Visual C++ Redistributable.
- Il vecchio installer GUI non è più mantenuto.
- Per una gestione stabile nel lungo periodo, migra a Linux o Docker quando possibile.
- Se resti su Windows, pianifica in anticipo esecuzione dei servizi e proxy della console web.
{{% notice note %}}
La politica di sicurezza di Windows è complicata, se questo tutorial non funziona per te, o incontri connessioni instabili, migra a un server Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "RustDesk のWindowsインストール (deprecated)に関するド
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Windows インストール経路を使うべきですか?
このガイドは、RustDesk Server Pro のホストをどうしても Windows のままにする必要がある場合だけ使ってください。新規導入では、自動化、更新、安定運用のしやすさから Linux または [Docker](/docs/ja/self-host/rustdesk-server-pro/installscript/docker/) のほうが依然として標準的な選択です。
## Windows インストールのクイック回答
- これは旧方式であり、推奨導入方法ではありません。
- 開始前に Microsoft Visual C++ Redistributable を入れてください。
- 旧 GUI インストーラーはすでに保守されていません。
- 長期的に安定運用したいなら、可能なら Linux または Docker へ移行してください。
- Windows を使い続ける場合は、サービスの実行方法と Web コンソールのプロキシを事前に設計してください。
{{% notice note %}}
Windowsのセキュリティポリシーは複雑です。このチュートリアルがうまくいかない、または不安定な接続が発生する場合は、Linuxサーバーに移行してください。
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "Dokumentacja RustDesk dotycząca Instalacja na Windowsie (przestar
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Czy należy używać ścieżki instalacji Windows?
Używaj tego przewodnika tylko wtedy, gdy host RustDesk Server Pro musi pozostać na Windows. Dla nowych wdrożeń Linux lub [Docker](/docs/pl/self-host/rustdesk-server-pro/installscript/docker/) nadal są lepszym domyślnym wyborem, bo łatwiej je automatyzować, aktualizować i stabilnie utrzymywać.
## Szybkie odpowiedzi o instalacji Windows
- To ścieżka legacy, a nie preferowana metoda wdrożenia.
- Najpierw zainstaluj Microsoft Visual C++ Redistributable.
- Stary instalator GUI nie jest już utrzymywany.
- Dla stabilnej pracy długoterminowej migruj do Linuksa lub Dockera, gdy to możliwe.
- Jeśli zostajesz przy Windows, wcześniej zaplanuj uruchamianie usług i proxy konsoli webowej.
{{% notice note %}}
Polityka bezpieczeństwa Windows może być problematyczna. Jeśli ten poradnik nie działa lub występują niestabilne połączenia, zaleca się migrację na serwer Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "Documentação do RustDesk sobre Instalação no Windows (deprecat
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Você deve usar o caminho de instalação do Windows?
Use este guia apenas se o host do RustDesk Server Pro precisar permanecer no Windows. Para novas implantações, Linux ou [Docker](/docs/pt/self-host/rustdesk-server-pro/installscript/docker/) continuam sendo a melhor escolha padrão, porque são mais fáceis de automatizar, atualizar e operar com estabilidade.
## Respostas rápidas sobre a instalação no Windows
- Este é um caminho legado, não o método de implantação preferido.
- Instale primeiro o Microsoft Visual C++ Redistributable.
- O antigo instalador GUI não recebe mais manutenção.
- Para uma operação estável no longo prazo, migre para Linux ou Docker quando possível.
- Se continuar no Windows, planeje antecipadamente a execução dos serviços e o proxy do console web.
{{% notice note %}}
A política de segurança do Windows é complicada, se este tutorial não funcionar para você, ou você encontrar conexão instável, migre para um servidor Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "Documentație RustDesk pentru Instalare Windows (învechit). Găsi
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## Ar trebui să folosești calea de instalare Windows?
Folosește acest ghid doar dacă hostul RustDesk Server Pro trebuie să rămână pe Windows. Pentru implementările noi, Linux sau [Docker](/docs/ro/self-host/rustdesk-server-pro/installscript/docker/) rămân alegerea implicită mai bună, deoarece sunt mai ușor de automatizat, actualizat și operat stabil.
## Răspunsuri rapide despre instalarea pe Windows
- Aceasta este o cale legacy, nu metoda preferată de implementare.
- Instalează mai întâi Microsoft Visual C++ Redistributable.
- Vechea interfață GUI de instalare nu mai este întreținută.
- Pentru operare stabilă pe termen lung, migrează la Linux sau Docker când este posibil.
- Dacă rămâi pe Windows, planifică din timp rularea serviciilor și proxy-ul pentru consola web.
{{% notice note %}}
Politicile de securitate Windows pot fi complicate; dacă acest tutorial nu funcționează pentru tine sau întâmpini conexiuni instabile, mută serverul pe o mașină Linux.
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "RustDesk 的Windows 安装 (deprecated)文档,提供安装、配
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## 是否应该使用 Windows 安装路径?
只有当 RustDesk Server Pro 主机必须保持在 Windows 上时才使用本指南。对新部署来说Linux 或 [Docker](/docs/zh-cn/self-host/rustdesk-server-pro/installscript/docker/) 仍是更优默认选择,因为更容易自动化、更新和稳定运维。
## Windows 安装快速答案
- 这是旧路径,不是首选部署方式。
- 开始前先安装 Microsoft Visual C++ Redistributable。
- 旧的 GUI 安装器已不再维护。
- 如果要长期稳定运行,尽量迁移到 Linux 或 Docker。
- 如果继续使用 Windows请提前规划服务运行方式和 Web 控制台代理。
{{% notice note %}}
Windows 安全策略比较复杂,如果此教程对您不适用,或者您遇到不稳定的连接,请迁移到 Linux 服务器。
{{% /notice %}}

View File

@@ -5,6 +5,18 @@ description: "RustDesk 的Windows 安裝 (deprecated)文檔,提供安裝、設
keywords: ["rustdesk server pro windows", "rustdesk pro windows install", "rustdesk self-host pro windows", "rustdesk windows install deprecated", "rustdesk pro license windows"]
---
## 是否應該使用 Windows 安裝路徑?
只有當 RustDesk Server Pro 主機必須維持在 Windows 上時才使用本指南。對新部署來說Linux 或 [Docker](/docs/zh-tw/self-host/rustdesk-server-pro/installscript/docker/) 仍是更好的預設選擇,因為更容易自動化、更新與穩定維運。
## Windows 安裝快速答案
- 這是舊路徑,不是首選部署方式。
- 開始前先安裝 Microsoft Visual C++ Redistributable。
- 舊的 GUI 安裝器已不再維護。
- 如果要長期穩定運行,盡量遷移到 Linux 或 Docker。
- 如果繼續使用 Windows請提前規劃服務運作方式與 Web 控制台代理。
{{% notice note %}}
Windows 安全政策比較複雜,如果此教學對您不適用,或者您遇到不穩定的連接,請避移到 Linux 伺服器。
{{% /notice %}}