From 01742da2ba41ac777bb4b21f894363da4e3baa8d Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 9 Jul 2023 14:13:50 +0100 Subject: [PATCH 1/2] Update _index.en.md --- content/self-host/pro/_index.en.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/content/self-host/pro/_index.en.md b/content/self-host/pro/_index.en.md index ce86c4d..b4dbddc 100644 --- a/content/self-host/pro/_index.en.md +++ b/content/self-host/pro/_index.en.md @@ -26,9 +26,7 @@ RustDesk client >=1.2.0 required ### Simple Install -Copy and paste the above command into your linux terminal which take care of everything. [What the script does.](https://rustdesk.com/docs/en/self-host/pro/installscript/) - -`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` +To make life easy, we have developed scripts which take care of everything (install/upgrade/convert from opensource) [Simple Install Script](https://rustdesk.com/docs/en/self-host/pro/installscript/) {{% notice note %}} Don't forget to get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/pro/license) page for more details. @@ -43,15 +41,3 @@ Almost as the same as [the open source version](/docs/en/self-host/install/), bu ### One more port (or use a proxy) One more tcp port `21114` is added for web console, please also add this port when you set firewall rules and docker port mapping. - -## Updating - -Copy and paste the above command into your linux terminal which take care of everything. - -`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh)` - -## Convert from Opensource version - -Copy and paste the above command into your linux terminal which take care of everything. [What the script does.](https://rustdesk.com/docs/en/self-host/pro/installscript/) - -`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/convertfromos.sh)` From 65039a1c25eac674354b6244ad7300188574c21b Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 9 Jul 2023 14:15:49 +0100 Subject: [PATCH 2/2] Update _index.en.md --- .../self-host/pro/installscript/_index.en.md | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/content/self-host/pro/installscript/_index.en.md b/content/self-host/pro/installscript/_index.en.md index a03cd27..dc36c7b 100644 --- a/content/self-host/pro/installscript/_index.en.md +++ b/content/self-host/pro/installscript/_index.en.md @@ -1,9 +1,14 @@ --- -title: Installer Scripts +title: Simple Install weight: 10 --- -## Install +{{% notice note %}} Don't forget to get your license from https://rustdesk.com/pricing.html, check license page for more details. {{% /notice %}} + +# Install +Copy and paste the above command into your linux terminal to install RustDesk Server Pro. + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)` What it does: @@ -15,14 +20,21 @@ What it does: - Create systemd services for hbbs and hbbr - If you chose Domain, it will install Nginx and certbot, allowing the API to be available on port 443 (https) and get an SSL certificate over port 80, this will autorenew -## Upgrade +# Upgrade +Copy and paste the above command into your linux terminal to upgrade your existing RustDesk Server Pro Installation, this could also be saved locally and scheduled with cron. + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh)` What it does: - Checks for new versions of RustDesk-Server-Pro - If it finds a new version it, removes the API files and downloads new executables and API files -## Convert from Opensource +# Convert from Opensource + +Copy and paste the above command into your linux terminal to convert from RustDesk Server to RustDesk Server Pro. + +`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/convertfromos.sh)` What it does: