Easy install Script for Rustdesk
Go to file
Hekuran ff58ef5acb
prolly...so it wont break
as i understand this shall be executed by an administrator on the clients, but without root sudo, the commands are unsuccessful.
also on line 97, the `${uname}:${uname}` makes sense on most single user systems, but on a working enviroment, where multiple people login on a PC via ldap, by default users are on in the group, named the same as the username.......so that breaks as well but did no change it...yet, for me `${uname}:sudo` worked
(tried on ubuntu 20)
2022-08-17 14:01:42 +02:00
clientinstall.ps1 Create clientinstall.ps1 2022-06-05 23:31:00 +01:00
install.sh Update install.sh 2022-08-13 23:08:33 +01:00
LICENSE Initial commit 2022-06-05 23:18:18 +01:00
linuxclientinstall.sh prolly...so it wont break 2022-08-17 14:01:42 +02:00
Readme.md Update Readme.md 2022-08-13 23:54:43 +01:00
update.sh Update update.sh 2022-08-12 15:58:02 +01:00
WindowsAgentAIOInstall.ps1 Update WindowsAgentAIOInstall.ps1 2022-08-13 22:45:20 +01:00
windowsclientID.ps1 Update windowsclientID.ps1 2022-08-13 23:58:46 +01:00

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

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.

ufw allow proto tcp from YOURIP to any port 22

If you have UFW installed use the following commands:

ufw allow 21115:21119/tcp
ufw allow 8000/tcp
ufw allow 21116/udp
sudo ufw enable

Run the following commands:

wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh
chmod +x install.sh
./install.sh

Rustdesk windows powershell install script

Generates a powershell script for install grabbing WAN IP and Key currently in /opt/rustdesk but will be moved to a web url for easy deployment.