From 99515bdd98e5df8d506baea7b0bdd14d4167490b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 22 Feb 2025 11:50:45 +0800 Subject: [PATCH] improve --- .../self-host/rustdesk-server-pro/installscript/_index.de.md | 5 +++++ .../self-host/rustdesk-server-pro/installscript/_index.en.md | 5 +++++ .../self-host/rustdesk-server-pro/installscript/_index.pt.md | 5 +++++ .../rustdesk-server-pro/installscript/_index.zh-cn.md | 5 +++++ .../rustdesk-server-pro/installscript/_index.zh-tw.md | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.de.md b/content/self-host/rustdesk-server-pro/installscript/_index.de.md index 6bcd0e0..c30274b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.de.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.de.md @@ -20,3 +20,8 @@ If you are proficient in Linux, please use the script below. Otherwise, you may `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/). + +## Convert from open source + +- If you install the open-source version using Docker, there is no direct way to convert it. Instead, you’ll 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. +- If you install the open-source version using install.sh, please follow [this](/docs/en/self-host/rustdesk-server-pro/installscript/script/#convert-from-open-source). diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.en.md b/content/self-host/rustdesk-server-pro/installscript/_index.en.md index 6bcd0e0..c30274b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.en.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.en.md @@ -20,3 +20,8 @@ If you are proficient in Linux, please use the script below. Otherwise, you may `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/). + +## Convert from open source + +- If you install the open-source version using Docker, there is no direct way to convert it. Instead, you’ll 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. +- If you install the open-source version using install.sh, please follow [this](/docs/en/self-host/rustdesk-server-pro/installscript/script/#convert-from-open-source). diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.pt.md b/content/self-host/rustdesk-server-pro/installscript/_index.pt.md index 6bcd0e0..c30274b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.pt.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.pt.md @@ -20,3 +20,8 @@ If you are proficient in Linux, please use the script below. Otherwise, you may `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/). + +## Convert from open source + +- If you install the open-source version using Docker, there is no direct way to convert it. Instead, you’ll 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. +- If you install the open-source version using install.sh, please follow [this](/docs/en/self-host/rustdesk-server-pro/installscript/script/#convert-from-open-source). diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md b/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md index 6bcd0e0..c30274b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md @@ -20,3 +20,8 @@ If you are proficient in Linux, please use the script below. Otherwise, you may `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/). + +## Convert from open source + +- If you install the open-source version using Docker, there is no direct way to convert it. Instead, you’ll 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. +- If you install the open-source version using install.sh, please follow [this](/docs/en/self-host/rustdesk-server-pro/installscript/script/#convert-from-open-source). diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.zh-tw.md b/content/self-host/rustdesk-server-pro/installscript/_index.zh-tw.md index 6bcd0e0..c30274b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.zh-tw.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.zh-tw.md @@ -20,3 +20,8 @@ If you are proficient in Linux, please use the script below. Otherwise, you may `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/). + +## Convert from open source + +- If you install the open-source version using Docker, there is no direct way to convert it. Instead, you’ll 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. +- If you install the open-source version using install.sh, please follow [this](/docs/en/self-host/rustdesk-server-pro/installscript/script/#convert-from-open-source).