rustdeskinstall/Readme.md

16 lines
638 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
Make sure you have got access via ssh or otherwise setup prior to running this script (or press n on the firewall prompt) and switch to whatever user you want to run as.
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.