Update _index.en.md

This commit is contained in:
Mr-Update 2023-10-10 21:46:33 +02:00 committed by GitHub
parent ad9bbccc2f
commit 4ae9ce1d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ title: FAQ
weight: 600 weight: 600
--- ---
## How can I install with the Simple Install Script? ### How can I install with the Simple Install Script?
1. Get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/rustdesk-server-pro/license) page for more details. 1. Get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/rustdesk-server-pro/license) page for more details.
2. Spin up a VPS, bare metal or Linux VM. 2. Spin up a VPS, bare metal or Linux VM.
3. If you want to use DNS and SSL create a DNS name i.e. `rustdesk.yourdomain.com`. 3. If you want to use DNS and SSL create a DNS name i.e. `rustdesk.yourdomain.com`.
@ -14,7 +14,7 @@ weight: 600
8. Log in with the username `admin` and password `test1234`. 8. Log in with the username `admin` and password `test1234`.
9. Enter your license code purchased in step 1. 9. Enter your license code purchased in step 1.
## How can I convert from RustDesk Server Open Source to RustDesk Server Pro? ### How can I convert from RustDesk Server Open Source to RustDesk Server Pro?
1. Get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/rustdesk-server-pro/license) page for more details. 1. Get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/rustdesk-server-pro/license) page for more details.
2. Open TCP port 21114. 2. Open TCP port 21114.
3. Log into your RustDesk Server. 3. Log into your RustDesk Server.
@ -26,60 +26,60 @@ weight: 600
9. Log in with the username `admin` and password `test1234`. 9. Log in with the username `admin` and password `test1234`.
10. Enter your license code purchased in step 1. 10. Enter your license code purchased in step 1.
## There is a new version of RustDesk Server Pro out, how can I upgrade? ### There is a new version of RustDesk Server Pro out, how can I upgrade?
1. Go to [this page](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/#upgrade). 1. Go to [this page](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/#upgrade).
2. Copy and paste the command into your Linux terminal. 2. Copy and paste the command into your Linux terminal.
3. Follow the prompts as they guide you through the upgrade. 3. Follow the prompts as they guide you through the upgrade.
## I installed with the script, how can I start and stop services? ### I installed with the script, how can I start and stop services?
The services use systemd so can be started and stopped using `sudo systemctl stop|start|restart rustdesk-hbbs|rustdesk-hbbr` e.g. `sudo systemctl restart rustdesk-hbbs`. The services use systemd so can be started and stopped using `sudo systemctl stop|start|restart rustdesk-hbbs|rustdesk-hbbr` e.g. `sudo systemctl restart rustdesk-hbbs`.
## I installed with the script, how can I view the Linux logs? ### I installed with the script, how can I view the Linux logs?
The logs are stored in /var/log/rustdesk-server, you can view them using `tail /var/log/rustdesk-server/hbbs.log` or `tail /var/log/rustdesk-server/hbbs.error`. The logs are stored in /var/log/rustdesk-server, you can view them using `tail /var/log/rustdesk-server/hbbs.log` or `tail /var/log/rustdesk-server/hbbs.error`.
## I installed with the script, how can I check the status of the RustDesk services? ### I installed with the script, how can I check the status of the RustDesk services?
To check the status `sudo systemctl status rustdesk-hbbs|rustdesk-hbbr` e.g. `sudo systemctl status rustdesk-hbbs`. To check the status `sudo systemctl status rustdesk-hbbs|rustdesk-hbbr` e.g. `sudo systemctl status rustdesk-hbbs`.
## How can I change the admin password? ### How can I change the admin password?
1. Go to `https://rustdesk.yourdomain.com` or `http://youripaddress:21114`. 1. Go to `https://rustdesk.yourdomain.com` or `http://youripaddress:21114`.
2. Log in with the username `admin` and password `test1234`. 2. Log in with the username `admin` and password `test1234`.
3. Click on `admin` in the top right hand corner. 3. Click on `admin` in the top right hand corner.
4. Click on `Settings`. 4. Click on `Settings`.
5. Enter your new password in the boxes provided. 5. Enter your new password in the boxes provided.
## How can I move my license to a new server? ### How can I move my license to a new server?
Please see [here](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#invoices-and-migration). Please see [here](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#invoices-and-migration).
## Emails aren't working from my VPS ### Emails aren't working from my VPS
A lot of VPS providers block ports 465 and 25. A lot of VPS providers block ports 465 and 25.
A simple way to check is using telnet. To test in the Linux terminal type `telnet your.mailserver.com 25`. On Windows use PowerShell with `Test-NetConnection -ComputerName your.mailserver.com -Port 25`. A simple way to check is using telnet. To test in the Linux terminal type `telnet your.mailserver.com 25`. On Windows use PowerShell with `Test-NetConnection -ComputerName your.mailserver.com -Port 25`.
Your mail server may not be using port 25. Please make sure you are using the correct ports. Your mail server may not be using port 25. Please make sure you are using the correct ports.
## Can I deploy RustDesk using PowerShell or similar? ### Can I deploy RustDesk using PowerShell or similar?
Sure, you can find scripts to aid deployment [here](https://rustdesk.com/docs/en/self-host/client-deployment/). Sure, you can find scripts to aid deployment [here](https://rustdesk.com/docs/en/self-host/client-deployment/).
## I have installed RustDesk Server Pro manually but the API web console isn't behind SSL, how can I secure this? ### I have installed RustDesk Server Pro manually but the API web console isn't behind SSL, how can I secure this?
Use a proxy like Nginx, the simple install script has one, it's really simple. [This is how we do it](https://github.com/rustdesk/rustdesk-server-pro/blob/493ad90daf8815c3052ff4d0d4aa9cc07e411efa/install.sh#L252). Use a proxy like Nginx, the simple install script has one, it's really simple. [This is how we do it](https://github.com/rustdesk/rustdesk-server-pro/blob/493ad90daf8815c3052ff4d0d4aa9cc07e411efa/install.sh#L252).
Similar configs should work with Traefik v2, HAProxy, Apache Proxy and Cloudflare Tunnel. Similar configs should work with Traefik v2, HAProxy, Apache Proxy and Cloudflare Tunnel.
## How can I file a bug report? ### How can I file a bug report?
Please file via [GitHub](https://github.com/rustdesk/rustdesk-server-pro/issues). Please file via [GitHub](https://github.com/rustdesk/rustdesk-server-pro/issues).
## Why if I am self hosting is this not free and open source? ### Why if I am self hosting is this not free and open source?
1. RustDesk has become a full time job for a number of people, they have lives, wives, jobs and kids which all demands attention and costs money! 1. RustDesk has become a full time job for a number of people, they have lives, wives, jobs and kids which all demands attention and costs money!
2. We want to be here and still making great progress in years to come. 2. We want to be here and still making great progress in years to come.
3. The open source version will continue to be open source and we encourage others to make developments in line with the AGPL license. 3. The open source version will continue to be open source and we encourage others to make developments in line with the AGPL license.
## I can't connect to devices in different groups, why is this? ### I can't connect to devices in different groups, why is this?
This is easily sorted, you need to allow cross-group access. This is easily sorted, you need to allow cross-group access.
1. Add new groups. 1. Add new groups.
2. Click `Edit`. 2. Click `Edit`.
3. Select the relevant groups you want access (it automatically adds them in the corresponding group). 3. Select the relevant groups you want access (it automatically adds them in the corresponding group).
## How can I get configs automatically? ### How can I get configs automatically?
Configs are generated automatically. Configs are generated automatically.
1. Download the newest clients from [GitHub](https://github.com/rustdesk/rustdesk/releases/latest). 1. Download the newest clients from [GitHub](https://github.com/rustdesk/rustdesk/releases/latest).
2. On the main page in the web console click on `Windows EXE`. 2. On the main page in the web console click on `Windows EXE`.
@ -87,17 +87,17 @@ Configs are generated automatically.
4. Click `Submit`. 4. Click `Submit`.
5. Scan QR Code on Android and rename exe to what has been generated. 5. Scan QR Code on Android and rename exe to what has been generated.
## Do you offer hosting for RustDesk Server Pro? ### Do you offer hosting for RustDesk Server Pro?
Please get in touch with our [sales](mailto://sales@rustdesk.com) team. Please get in touch with our [sales](mailto://sales@rustdesk.com) team.
## Is there somewhere I can see video setup guides? ### Is there somewhere I can see video setup guides?
Yes! We have a [YouTube Channel](https://youtube.com/@RustDesk). Yes! We have a [YouTube Channel](https://youtube.com/@RustDesk).
## Why are my logs are empty? ### Why are my logs are empty?
Ensure API is set on both the device being controlled and the machine controlling. Ensure API is set on both the device being controlled and the machine controlling.
On the left hand side click on `Logs`. On the left hand side click on `Logs`.
## How can I uninstall RustDesk Server Pro? ### How can I uninstall RustDesk Server Pro?
Run the following commands: Run the following commands:
```sh ```sh
sudo systemctl stop rustdesk-hbbs.service sudo systemctl stop rustdesk-hbbs.service
@ -117,10 +117,10 @@ If the script installed Nginx then remove using:
sudo apt remove nginx sudo apt remove nginx
``` ```
## How can I remove devices from the device list in the web console? ### How can I remove devices from the device list in the web console?
Disable and then delete will now be available. Disable and then delete will now be available.
## How can I update RustDesk with PowerShell? ### How can I update RustDesk with PowerShell?
```ps ```ps
$ErrorActionPreference= 'silentlycontinue' $ErrorActionPreference= 'silentlycontinue'
@ -128,8 +128,8 @@ $rdver = ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Un
if ($rdver -eq "1.2.2") if ($rdver -eq "1.2.2")
{ {
write-output "RustDesk $rdver is the newest version." Write-Output "RustDesk $rdver is the newest version."
exit Exit
} }
if (!(Test-Path C:\Temp)) if (!(Test-Path C:\Temp))