From fd273a96900a9636ec2f9bbcf5b63a9795cba0fe Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:08:47 +0200 Subject: [PATCH] Update _index.en.md --- .../self-host/pro/installscript/_index.en.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/self-host/pro/installscript/_index.en.md b/content/self-host/pro/installscript/_index.en.md index 7c91cc5..996203f 100644 --- a/content/self-host/pro/installscript/_index.en.md +++ b/content/self-host/pro/installscript/_index.en.md @@ -4,18 +4,19 @@ weight: 10 --- {{% notice note %}} -Don't forget to get your license from https://rustdesk.com/pricing.html, check [license](/docs/en/self-host/pro/license) page for more details. +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. {{% /notice %}} ## Install -Copy and paste the above command into your linux terminal to install RustDesk Server Pro. + +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: - Install some dependencies -- Setup ufw firewall if available +- Setup UFW firewall if available - Create a Folders /var/lib/rustdesk-server and /var/log/rustdesk-server - Installs executables into /usr/bin - Download and extract RustDesk Pro Services to the above folder @@ -23,18 +24,19 @@ What it does: - 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 -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. + +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 +- 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 open source -Copy and paste the above command into your linux terminal to convert from RustDesk Server to RustDesk Server Pro. +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)` @@ -42,7 +44,7 @@ What it does: - Disable and removes the old services - Install some dependencies -- Setup ufw firewall if available +- Setup UFW firewall if available - Create a Folder /var/lib/rustdesk-server and copy the certs here - Delete /var/log/rustdesk and create /var/log/rustdesk-server - Download and extract RustDesk Pro Services to the above folder