mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-24 22:21:48 +01:00
Merge pull request #161 from faustogut/patch-5
Rewrite step 2 options sections
This commit is contained in:
commit
1ded1d0d92
@ -170,15 +170,17 @@ The hardware requirements are very low; the minimum configuration of a basic clo
|
|||||||
|
|
||||||
### STEP 2 : Run hbbs and hbbr on your server
|
### STEP 2 : Run hbbs and hbbr on your server
|
||||||
|
|
||||||
|
We suggest you use [pm2](https://pm2.keymetrics.io/) for managing your service.
|
||||||
|
|
||||||
#### Option 1
|
#### Option 1
|
||||||
Run hbbs/hbbr on your server (CentOS or Ubuntu). We suggest you use [pm2](https://pm2.keymetrics.io/) for managing your service.
|
Run hbbs/hbbr without pm2
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./hbbs -r <relay-server-ip[:port]>
|
./hbbs -r <relay-server-ip[:port]>
|
||||||
./hbbr
|
./hbbr
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Option 2 - pm2
|
#### Option 2
|
||||||
Run hbbs/hbbr with pm2
|
Run hbbs/hbbr with pm2
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user