rustdeskinstall/Readme.md

28 lines
838 B
Markdown
Raw Normal View History

2022-06-06 00:29:56 +02:00
# Rustdesk server Install Script
2022-06-07 00:06:21 +02:00
Easy install Script for Rustdesk on linux, should work on any debian or centos based system 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.
2022-06-06 22:52:12 +02:00
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:
2022-06-06 22:51:07 +02:00
```
ufw allow 21115:21119/tcp
ufw allow 21116/udp
sudo ufw enable
```
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.