From b0bac5c531622ddd57ca7e151b1a48a2660a6efc Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:57:50 +0200 Subject: [PATCH 1/6] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 12592e4..4a15e83 100644 --- a/Readme.md +++ b/Readme.md @@ -32,5 +32,7 @@ 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: +``` sudo systemctl restart rustdesksignal sudo systemctl restart rustdeskrelay +``` From 4f8a2cc912cb6e6a73e353972c9b9ee3c7543a89 Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:58:27 +0200 Subject: [PATCH 2/6] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4a15e83..68c91ad 100644 --- a/Readme.md +++ b/Readme.md @@ -31,7 +31,7 @@ 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 From 823d47a978a88407471fbef05c90cf9b08ac7356 Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:58:41 +0200 Subject: [PATCH 3/6] Update Readme.md --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 68c91ad..235ef2f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,6 @@ # 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. +For Rustdesk - https://rustdesk.com You can use Hetzner to test this with a $20 credit using this referal code https://hetzner.cloud/?ref=p6iUr7jEXmoB From 967d22f36998ce5b0f9c2b7b9627969eb70713b3 Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:58:57 +0200 Subject: [PATCH 4/6] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 235ef2f..1346df7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # Rustdesk server Install Script -Easy install Script for Rustdesk on linux, should work on any debian or centos based system supporting systemd. +Easy install Script for Rustdesk on linux, should work on any debian or centos based system supporting systemd.
For Rustdesk - https://rustdesk.com You can use Hetzner to test this with a $20 credit using this referal code https://hetzner.cloud/?ref=p6iUr7jEXmoB From 431675ec06f13fe9070225426bdfa78ddfe6f124 Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:59:14 +0200 Subject: [PATCH 5/6] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1346df7..2fcb4ee 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # 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 +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 From 539b955e8686f07a339aa9965d4a93ea5f83a0da Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:00:27 +0200 Subject: [PATCH 6/6] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2fcb4ee..ffb1584 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ You can use Hetzner to test this with a $20 credit using this referal code https # 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 ```