2022-06-06 21:51:07 +01:00
2022-06-05 23:31:00 +01:00
2022-06-06 21:47:27 +01:00
2022-06-05 23:18:18 +01:00
2022-06-06 21:51:07 +01:00

Rustdesk server Install Script

Easy install Script for Rustdesk on linux, should work on any debian based server supporting systemd. For Rustdesk - https://rustdesk.com

How to Install the server

Please setup your firewall on your server prior to running the script.

If you have UFW installed do the following commands:

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

Make sure you have got access via ssh or otherwise setup prior to running the above, command for UFW is.

ufw allow proto tcp from YOURIP to any port 22

Run the following commands:

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

Rustdesk windows sample powershell script

Use the supplied powershell script to install using gpo or whatever.

Description
No description provided
Readme MIT 373 KiB
Languages
Shell 80.5%
PowerShell 19.5%