mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-04 20:40:15 +01:00
Update _index.en.md
This commit is contained in:
parent
2d6aca6689
commit
5aa784ea6e
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Install Script
|
title: Installer Scripts
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
What it does:
|
What it does:
|
||||||
|
|
||||||
- Install some dependencys
|
- Install some dependencys
|
||||||
@ -11,4 +13,23 @@ What it does:
|
|||||||
- Installs executables into /usr/bin
|
- Installs executables into /usr/bin
|
||||||
- Download and extract RustDesk Pro Services to the above folder
|
- Download and extract RustDesk Pro Services to the above folder
|
||||||
- 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
|
||||||
|
|
||||||
|
# Upgrade
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
What it does:
|
||||||
|
|
||||||
|
- Disable and removes the old services
|
||||||
|
- Install some dependencys
|
||||||
|
- Setup ufw firewall if available
|
||||||
|
- Create a Folder /var/lib/rustdesk-server and copy the certs here
|
||||||
|
- Download and extract RustDesk Pro Services to the above folder
|
||||||
|
- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user