From 134a2962e137f8f5facc3718f9f6446a1ffc3951 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:50:56 +0200 Subject: [PATCH] Update _index.en.md --- .../self-host/rustdesk-server-oss/install/_index.en.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/self-host/rustdesk-server-oss/install/_index.en.md b/content/self-host/rustdesk-server-oss/install/_index.en.md index 8638ebe..f09461c 100644 --- a/content/self-host/rustdesk-server-oss/install/_index.en.md +++ b/content/self-host/rustdesk-server-oss/install/_index.en.md @@ -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 (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 8000/tcp @@ -27,7 +27,7 @@ ufw allow 21116/udp sudo ufw enable ``` -#### Run the following commands: +Run the following commands: ``` wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/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 .deb` or `dpkg -i .deb`. - ## Set up your own server instance manually. ### 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. #### Option 1 -Run hbbs/hbbr without PM2 +Run hbbs/hbbr without PM2. ```bash ./hbbs -r @@ -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. {{% /notice %}} - ## 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.