Easy install Script for Rustdesk
Go to file
dinger1986 b312a35435
Merge pull request #73 from uvbeenzaned/master
Update to latest RustDesk installer
2024-04-26 09:25:26 +01:00
LICENSE Initial commit 2022-06-05 23:18:18 +01:00
Readme.md Update Readme.md 2023-10-21 20:39:11 +01:00
WindowsAgentAIOInstall.ps1 remove space 2024-04-10 10:06:43 +01:00
clientinstall.ps1 Create clientinstall.ps1 2022-06-05 23:31:00 +01:00
install.sh Update install.sh 2024-04-05 16:06:11 +01:00
linuxclientinstall.sh Update to latest RustDesk installer 2024-04-25 20:11:02 -05:00
update.sh Update update.sh 2023-10-25 20:52:14 +01:00
windowsclientID.ps1 Update windowsclientID.ps1 2022-08-13 23:58:46 +01:00

Readme.md

Rustdesk server Install Script

Easy install Script for Rustdesk on linux, should work on any 64bit (32bit arm will install rustdesk server only) debian or centos based system supporting systemd.
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

We provide professional hosting and support for RustDesk OSS and RustDesk Pro, please email hello@techahold.com if you need assistance.

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 (you only need port 8000 if you are using the preconfigured install files):

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

Choose your preferences from the options given in the script.

Please Note: If you allow the script to create preconfigured install files (with your IP/DNS and key set) it will install gohttpserver using port 8000 for you to easily download the install scripts.

How to update the server

Run the following commands:

wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh
chmod +x update.sh
./update.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.

Tips

If you want to restart the services use the following commands:

sudo systemctl restart rustdesksignal
sudo systemctl restart rustdeskrelay