Update _index.en.md

This commit is contained in:
Mr-Update 2023-08-27 20:50:56 +02:00 committed by GitHub
parent 9a0105cfdf
commit 134a2962e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ufw allow proto tcp from YOURIP to any port 22
``` ```
#### If you have UFW installed use the following commands to configure the firewall (port 8000 only needed if you want to use the auto generated install files): If you have UFW installed use the following commands to configure the firewall (port 8000 only needed if you want to use the auto generated install files):
``` ```
ufw allow 21115:21119/tcp ufw allow 21115:21119/tcp
ufw allow 8000/tcp ufw allow 8000/tcp
@ -27,7 +27,7 @@ ufw allow 21116/udp
sudo ufw enable sudo ufw enable
``` ```
#### Run the following commands: Run the following commands:
``` ```
wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh
chmod +x install.sh chmod +x install.sh
@ -39,7 +39,6 @@ There is also an update script on [Techahold's](https://github.com/techahold/rus
Please [Download](https://github.com/rustdesk/rustdesk-server/releases/latest) deb files yourself and install with `apt-get -f install <filename>.deb` or `dpkg -i <filename>.deb`. Please [Download](https://github.com/rustdesk/rustdesk-server/releases/latest) deb files yourself and install with `apt-get -f install <filename>.deb` or `dpkg -i <filename>.deb`.
## Set up your own server instance manually. ## Set up your own server instance manually.
### STEP 1: Download server-side software programs ### STEP 1: Download server-side software programs
@ -69,7 +68,7 @@ The hardware requirements are very low; the minimum configuration of a basic clo
We suggest you use [PM2](https://pm2.keymetrics.io/) for managing your service. We suggest you use [PM2](https://pm2.keymetrics.io/) for managing your service.
#### Option 1 #### Option 1
Run hbbs/hbbr without PM2 Run hbbs/hbbr without PM2.
```bash ```bash
./hbbs -r <relay-server-ip[:port]> ./hbbs -r <relay-server-ip[:port]>
@ -135,7 +134,6 @@ If there are invalid characters in the key which can not be used in a Windows fi
repeat this process until you get valid characters. repeat this process until you get valid characters.
{{% /notice %}} {{% /notice %}}
## Key ## Key
Different from the old version, the key in this version is mandatory, but you don't need to set it yourself. When `hbbs` runs for the first time, it will automatically generate a pair of encrypted private and public keys (respectively located in the `id_ed25519` and `id_ed25519.pub` files in the running directory), whose main purpose is for communication encryption. Different from the old version, the key in this version is mandatory, but you don't need to set it yourself. When `hbbs` runs for the first time, it will automatically generate a pair of encrypted private and public keys (respectively located in the `id_ed25519` and `id_ed25519.pub` files in the running directory), whose main purpose is for communication encryption.