mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-24 03:31:55 +02:00
Update _index.en.md
This commit is contained in:
parent
57436dcfbf
commit
05f8496c07
@ -19,7 +19,7 @@ Make sure you have got access via ssh or otherwise setup prior setting up the fi
|
||||
ufw allow proto tcp from YOURIP to any port 22
|
||||
```
|
||||
|
||||
#### If you have UFW installed use the following commands to configure the firewall:
|
||||
#### If you have UFW installed use the following commands to configure the firewall (port 8000 only neeeded if you want to use the auto generated install files) :
|
||||
```
|
||||
ufw allow 21115:21119/tcp
|
||||
ufw allow 8000/tcp
|
||||
@ -29,11 +29,11 @@ sudo ufw enable
|
||||
|
||||
#### Run the following commands:
|
||||
```
|
||||
wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh
|
||||
wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
|
||||
There is also an update script on Techahold's Repo.
|
||||
|
||||
## Install your own server with docker(-compose)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user