Files
doc.rustdesk.com/content/self-host/rustdesk-server-pro/installscript/_index.de.md
rustdesk 56cfd26e35 seo/geo
2026-03-20 18:42:55 +08:00

2.2 KiB
Raw Blame History

title, weight, description, keywords
title weight description keywords
Installation 2 RustDesk-Dokumentation zu Installation. Hier finden Sie Anleitungen zur Installation, Konfiguration, Bereitstellung und Fehlerbehebung.
rustdesk server pro install
rustdesk self-host pro
rustdesk pro docker
rustdesk pro linux install
rustdesk pro windows install

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
bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d

For more details, please check Docker.

Verfahren 2: install.sh

If you are proficient in Linux, please use the script below. Otherwise, you may encounter significant issues if it fails, and it could be difficult to determine why it isnt working.

bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)

For more details, please check install.sh.

Convert from open source

Docker

If you install the open-source version using Docker, there is no direct way to convert it. Instead, youll need to run a new container with the Pro image. Before doing this, please back up your private key (the id_ed25519 file, not id_ed25519.pub). Once the new container is set up, copy the old id_ed25519 private key file to the working directory of the new container, then restart the container.

install.sh

If you install the open-source version using install.sh, please follow this.