mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-27 17:39:24 +01:00
Update _index.en.md
This commit is contained in:
parent
01742da2ba
commit
65039a1c25
@ -1,9 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: Installer Scripts
|
title: Simple Install
|
||||||
weight: 10
|
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:
|
What it does:
|
||||||
|
|
||||||
@ -15,14 +20,21 @@ What it does:
|
|||||||
- Create systemd services for hbbs and hbbr
|
- 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
|
- 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:
|
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
|
- 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:
|
What it does:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user