mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-07 08:16:09 +00:00
seo/geo
This commit is contained in:
@@ -6,6 +6,21 @@ description: "RustDesk-Dokumentation zu Client-Bereitstellung. Hier finden Sie A
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Kurze Antwort
|
||||
|
||||
Für größere Rollouts sollten Sie Skripte, MSI-Pakete oder RMM/MDM-Werkzeuge verwenden, damit RustDesk automatisch mit der richtigen Serverkonfiguration installiert wird. Welche Methode am besten passt, hängt vor allem von Betriebssystem und Verwaltungs-Stack ab.
|
||||
|
||||
## Wichtige Punkte
|
||||
|
||||
- Server-Host oder `ID Server`-Adresse
|
||||
- Öffentlicher Schlüssel des selbst gehosteten Servers
|
||||
- Optionaler `API Server` für Pro-Login
|
||||
- Eine Konfigurationszeichenfolge oder Paketmethode, die zu Ihrem Tooling passt
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
Sie können eine Reihe von Methoden für die Bereitstellung verwenden, von denen einige in [Client-Konfiguration](https://rustdesk.com/docs/de/self-host/client-configuration/) beschrieben sind.
|
||||
|
||||
Alternativ können Sie Skripte für die Massenbereitstellung mit Ihrem RMM, Intune usw. verwenden. Die ID und das Passwort werden vom Skript ausgegeben. Sie sollten sie ermitteln oder sie in verschiedene Skripte aufteilen, um die ID und das Passwort zu ermitteln.
|
||||
|
||||
@@ -8,6 +8,29 @@ keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk
|
||||
|
||||
This guide covers large-scale RustDesk client deployment with scripts and automation tools such as PowerShell, batch, winget, and macOS bash. If you need the simplest experience and have RustDesk Server Pro, start with the custom client generator: https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
## What is the best way to deploy RustDesk clients at scale?
|
||||
|
||||
For RustDesk Server Pro, the easiest large-scale deployment path is usually the custom client generator because it packages your server settings into the client build. For environments managed through RMM, Intune, GPO, or custom automation, PowerShell, batch, winget, and shell scripts are more flexible.
|
||||
|
||||
## Which deployment method should you choose?
|
||||
|
||||
| Method | Best for | Why you would use it |
|
||||
| --- | --- | --- |
|
||||
| Custom client generator | RustDesk Server Pro teams | Simplest packaged deployment with preloaded settings |
|
||||
| PowerShell | Windows fleet automation | Good fit for RMM, Intune, and scripted installs |
|
||||
| Batch or cmd | Basic Windows scripting | Works in simpler Windows environments without PowerShell-heavy tooling |
|
||||
| MSI | Managed Windows software deployment | Better fit when you already use MSI-based packaging workflows |
|
||||
| Winget | Modern Windows package automation | Simple install path on newer Windows systems |
|
||||
| macOS bash | Mac fleet deployment | Scriptable installation and config for macOS hosts |
|
||||
|
||||
## What inputs do deployment scripts need?
|
||||
|
||||
Most deployment scripts need three things:
|
||||
|
||||
- A RustDesk config string
|
||||
- A deployment method that can run with administrator or root privileges
|
||||
- A password policy, either random or explicitly set during deployment
|
||||
|
||||
You can deploy using a number of methods, some are covered in [Client Configuration](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
Alternatively you can use mass deployment scripts with your RMM, Intune, etc. The ID and password are output by the script. You should collect this or split it into different scripts to collect the ID and password.
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Documentación de RustDesk sobre Despliegue de Cliente. Consulta g
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Respuesta rápida
|
||||
|
||||
Para despliegues grandes, use scripts, paquetes MSI o herramientas RMM/MDM para que RustDesk se instale automáticamente con la configuración correcta del servidor. El mejor método depende sobre todo del sistema operativo y de la plataforma de gestión que ya utilice.
|
||||
|
||||
## Puntos clave
|
||||
|
||||
- El host del servidor o la dirección de `ID Server`
|
||||
- La clave pública del servidor autoalojado
|
||||
- Un `API Server` opcional para el inicio de sesión Pro
|
||||
- Una cadena de configuración o un método de empaquetado compatible con su herramienta
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
La forma más simple es usar un cliente personalizado, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Puedes desplegar usando varios métodos, algunos están cubiertos en [Configuración del Cliente](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Documentation RustDesk sur Déploiement Client. Consultez les guid
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Réponse rapide
|
||||
|
||||
Pour les déploiements à grande échelle, utilisez des scripts, des paquets MSI ou des outils RMM/MDM afin que RustDesk s’installe automatiquement avec la bonne configuration serveur. La meilleure méthode dépend surtout du système d’exploitation et de la pile d’administration déjà en place.
|
||||
|
||||
## Points clés
|
||||
|
||||
- Le nom d’hôte du serveur ou l’adresse `ID Server`
|
||||
- La clé publique du serveur auto-hébergé
|
||||
- Un `API Server` facultatif pour la connexion Pro
|
||||
- Une chaîne de configuration ou une méthode de paquetage adaptée à votre outillage
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
La méthode la plus simple est d'utiliser un client personnalisé, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Vous pouvez déployer en utilisant plusieurs méthodes, dont certaines sont couvertes dans [Configuration Client](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Documentazione RustDesk su Distribuzione Client. Consulta le guide
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Risposta rapida
|
||||
|
||||
Per distribuzioni su larga scala, usa script, pacchetti MSI o strumenti RMM/MDM in modo che RustDesk venga installato automaticamente con la configurazione corretta del server. Il metodo migliore dipende soprattutto dal sistema operativo e dallo stack di gestione che utilizzi già.
|
||||
|
||||
## Punti chiave
|
||||
|
||||
- Host del server o indirizzo `ID Server`
|
||||
- Chiave pubblica del server self-hosted
|
||||
- `API Server` opzionale per il login Pro
|
||||
- Una stringa di configurazione o un metodo di packaging adatto ai tuoi strumenti
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
Il modo più semplice è utilizzare un client personalizzato, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Puoi distribuire utilizzando diversi metodi, alcuni sono coperti in [Configurazione Client](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "RustDesk のクライアントデプロイメントに関するド
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## クイックアンサー
|
||||
|
||||
大規模展開では、スクリプト、MSI、RMM/MDM ツールを使って、正しいサーバー設定を入れた状態で RustDesk を自動インストールするのが効率的です。最適な方法は、利用している OS と管理基盤によって変わります。
|
||||
|
||||
## 重要なポイント
|
||||
|
||||
- サーバーホスト名または `ID Server` のアドレス
|
||||
- セルフホストサーバーの公開鍵
|
||||
- Pro ログイン用の任意の `API Server`
|
||||
- 運用ツールに合う設定文字列または配布方式
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
最も簡単な方法はカスタムクライアントを使用することです、https://twitter.com/rustdesk/status/1788905463678951787。
|
||||
|
||||
いくつかの方法でデプロイできます。一部は[クライアント設定](https://rustdesk.com/docs/en/self-host/client-configuration/)でカバーされています。
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Dokumentacja RustDesk dotycząca Wdrażanie klientów. Zawiera ins
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Szybka odpowiedź
|
||||
|
||||
Przy większych wdrożeniach najlepiej używać skryptów, pakietów MSI albo narzędzi RMM/MDM, tak aby RustDesk instalował się automatycznie z poprawną konfiguracją serwera. Najlepsza metoda zależy głównie od systemu operacyjnego i używanego stosu administracyjnego.
|
||||
|
||||
## Najważniejsze punkty
|
||||
|
||||
- Host serwera lub adres `ID Server`
|
||||
- Klucz publiczny serwera self-hosted
|
||||
- Opcjonalny `API Server` dla logowania Pro
|
||||
- Ciąg konfiguracyjny lub metoda pakietowania zgodna z używanymi narzędziami
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
Najprostszym sposobem jest użycie niestandardowego klienta, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Możesz wdrożyć to na kilka sposobów, niektóre z nich opisano w sekcji [Konfiguracja klienta](https://rustdesk.com/docs/pl/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Documentação do RustDesk sobre Implantação do Cliente. Consult
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Resposta rápida
|
||||
|
||||
Para implantações em larga escala, use scripts, pacotes MSI ou ferramentas RMM/MDM para que o RustDesk seja instalado automaticamente com a configuração correta do servidor. O melhor método depende principalmente do sistema operacional e da pilha de gerenciamento que você já usa.
|
||||
|
||||
## Pontos principais
|
||||
|
||||
- Host do servidor ou endereço de `ID Server`
|
||||
- Chave pública do servidor auto-hospedado
|
||||
- `API Server` opcional para login Pro
|
||||
- Uma string de configuração ou método de empacotamento compatível com seu ferramental
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
A maneira mais simples é usar um cliente personalizado, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Você pode implantar usando vários métodos, alguns são cobertos em [Configuração do Cliente](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "Documentație RustDesk pentru Deployare client. Găsiți ghiduri d
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## Răspuns rapid
|
||||
|
||||
Pentru implementări la scară mare, folosește scripturi, pachete MSI sau instrumente RMM/MDM, astfel încât RustDesk să fie instalat automat cu setările corecte de server. Cea mai bună metodă depinde în principal de sistemul de operare și de platforma ta de administrare.
|
||||
|
||||
## Puncte cheie
|
||||
|
||||
- Gazda serverului sau adresa de `ID Server`
|
||||
- Cheia publică a serverului self-hosted
|
||||
- `API Server` opțional pentru autentificare Pro
|
||||
- Un șir de configurare sau o metodă de pachetizare potrivită pentru instrumentele tale
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
Cea mai simplă metodă este să folosiți clientul personalizat, https://twitter.com/rustdesk/status/1788905463678951787.
|
||||
|
||||
Puteți implementa prin mai multe metode; unele sunt acoperite în [Client Configuration](https://rustdesk.com/docs/en/self-host/client-configuration/).
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "RustDesk 的客户端部署文档,提供安装、配置、部署
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## 快速回答
|
||||
|
||||
在大规模部署中,最好使用脚本、MSI 包或 RMM/MDM 工具,让 RustDesk 自动以正确的服务器配置完成安装。最适合的方法主要取决于您的操作系统和现有管理工具链。
|
||||
|
||||
## 关键要点
|
||||
|
||||
- 服务器主机名或 `ID Server` 地址
|
||||
- 自托管服务器的公钥
|
||||
- 用于 Pro 登录的可选 `API Server`
|
||||
- 适合您现有工具的配置字符串或打包方式
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
最简单的方法是使用自定义客户端,https://twitter.com/rustdesk/status/1788905463678951787。
|
||||
|
||||
您可以使用多种方法进行部署,其中一些在[客户端配置](https://rustdesk.com/docs/en/self-host/client-configuration/)中有介绍。
|
||||
|
||||
@@ -6,6 +6,21 @@ description: "RustDesk 的客戶端部署文檔,提供安裝、設定、部署
|
||||
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
|
||||
---
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:START -->
|
||||
|
||||
## 快速回答
|
||||
|
||||
在大規模部署中,最好使用腳本、MSI 套件或 RMM/MDM 工具,讓 RustDesk 自動以正確的伺服器設定完成安裝。最適合的方法主要取決於您的作業系統與現有管理工具鏈。
|
||||
|
||||
## 關鍵重點
|
||||
|
||||
- 伺服器主機名稱或 `ID Server` 位址
|
||||
- 自架伺服器的公開金鑰
|
||||
- 供 Pro 登入使用的選填 `API Server`
|
||||
- 適合您現有工具的設定字串或封裝方式
|
||||
|
||||
<!-- GEO-LOCALIZED-INTRO:END -->
|
||||
|
||||
最簡單的方法是使用自訂客戶端,https://twitter.com/rustdesk/status/1788905463678951787。
|
||||
|
||||
您可以使用多種方法進行部署,其中一些方法在[客戶端配置](https://rustdesk.com/docs/en/self-host/client-configuration/)中有所涵蓋。
|
||||
|
||||
Reference in New Issue
Block a user