Merge pull request #33 from tsarmis/master

This commit is contained in:
dinger1986
2023-03-06 20:12:17 +00:00
committed by GitHub

View File

@@ -1,12 +1,13 @@
# Rustdesk server Install Script
Easy install Script for Rustdesk on linux, should work on any debian or centos based system supporting systemd. For Rustdesk - https://rustdesk.com
Easy install Script for Rustdesk on linux, should work on any debian or centos based system supporting systemd.<br>
For Rustdesk visit https://rustdesk.com
You can use Hetzner to test this with a $20 credit using this referal code https://hetzner.cloud/?ref=p6iUr7jEXmoB
# How to Install the server
Please setup your firewall on your server prior to running the script.
Make sure you have got access via ssh or otherwise setup prior setting up the firewall, command for UFW is.
Make sure you have got access via ssh or otherwise setup prior setting up the firewall, command for UFW is:
```
ufw allow proto tcp from YOURIP to any port 22
```
@@ -31,6 +32,8 @@ Generates a powershell script for install grabbing WAN IP and Key currently in /
# Tips
if you want to restart the services use the following commands:
If you want to restart the services use the following commands:
```
sudo systemctl restart rustdesksignal
sudo systemctl restart rustdeskrelay
```