rustdeskinstall/Readme.md

27 lines
823 B
Markdown
Raw Normal View History

2022-06-06 00:29:56 +02:00
# Rustdesk server Install Script
2022-06-06 12:34:37 +02:00
Easy install Script for Rustdesk on linux, should work on any debian based server supporting systemd. For Rustdesk - https://rustdesk.com
2022-06-06 00:29:56 +02:00
# How to Install the server
2022-06-06 22:51:07 +02:00
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
```
2022-06-06 00:29:56 +02:00
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.