mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-07-12 15:23:37 +00:00
4.5 KiB
4.5 KiB
title | weight |
---|---|
FAQ | 600 |
How do I install with the Simple Install Script?
- Get your license from https://rustdesk.com/pricing.html, check license page for more details.
- Spin up a VPS, bare metal or Linux VM.
- If you want to use DNS and SSL create a DNS name i.e.
rustdesk.yourdomain.com
. - Go to this page.
- Copy and paste the command into your Linux terminal.
- Follow the prompts as they guide you through the install.
- Once the install is complete go to
https://rustdesk.yourdomain.com
orhttp://youripaddress:21114
. - Log in with the username
admin
and passwordtest1234
. - Enter your license code purchased in step 1.
How do I convert from RustDesk Server Open Source to RustDesk Server Pro?
- Get your license from https://rustdesk.com/pricing.html, check license page for more details.
- Open TCP port 21114.
- Log into your RustDesk Server.
- If you didnt already use DNS and want to use SSL create a DNS name i.e.
rustdesk.yourdomain.com
. - Go to this page.
- Copy and paste the command into your Linux terminal.
- Follow the prompts as they guide you through the install.
- Once the install is complete go to
https://rustdesk.yourdomain.com
orhttp://youripaddress:21114
. - Log in with the username
admin
and passwordtest1234
. - Enter your license code purchased in step 1.
There is a new version of RustDesk Server Pro out, how do I upgrade?
- Go to this page.
- Copy and paste the command into your Linux terminal.
- Follow the prompts as they guide you through the upgrade.
I installed with the scripts, how do 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
.
I installed with the scripts, how do 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
.
I installed with the scripts, how do 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
.
How I install RustDesk Server Pro on Windows?
- Get your license from https://rustdesk.com/pricing.html, check license page for more details.
- Download the the windows installer from GitHub.
- Unzip the windows installer.
- Run the Installer and follow the steps on screen.
- Once its completed open RustDeskServer.
- Follow the prompts as they guide you through the install.
- Click
Services
and thenStart
. - Once the install is complete go to
http://youripaddress:21114
. - Log in with the username
admin
and passwordtest1234
. - Enter your license code purchased in step 1.
How do I change the admin password?
- Go to
https://rustdesk.yourdomain.com
orhttp://youripaddress:21114
. - Log in with the username
admin
and passwordtest1234
. - Click on
admin
in the top right hand corner. - Click on
Settings
. - Enter your new password in the boxes provided.
How do I delete the default admin
user?
- Create another account with
administrator
enabled. - Log in with the new administrative account.
- Delete the
admin
onUsers
page.
How do I setup my relay servers?
- Go to
Settings
on the left hand menu. - Click on
Relay
on the sub-menu. - Click
+
next toRelay Servers
. - Enter the Relay server DNS address or IP address in the box which now shows and press Enter.
- If you have more than one Relay server you can keep clicking
+
and adapt the Geo settings is required (remember and copy your key to the other servers).
How do I set or change the license?
- Go to
Settings
on the left hand menu. - Click on
License
on the sub-menu. - Click
Edit
and paste in your license code. - Click
OK
.
How do I move my license to a new server?
Please see here.
How do I view the logs?
On the left hand side click on Logs
.