mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 17:57:47 +02:00
Rewrite step 2 options & Fix blank space typo
This commit is contained in:
parent
86dd45b4b3
commit
cd5101e7b7
@ -28,14 +28,18 @@ Los requisitos de hardware son muy bajos, la configuración mínima del servidor
|
||||
|
||||
### PASO-2: Ejecute hbbs y hbbr en el servidor
|
||||
|
||||
Ejecute hbbs/hbbr en su servidor (Centos o Ubuntu). Le sugerimos que utilice [pm2](https://pm2.keymetrics.io/) administrar su servicio.
|
||||
Le sugerimos que use [pm2](https://pm2.keymetrics.io/) para administrar su servicio.
|
||||
|
||||
#### Opción 1
|
||||
Ejecute hbbs/hbbr sin usar pm2
|
||||
|
||||
```
|
||||
./hbbs -r <relay-server-ip[:port]>
|
||||
./hbbr
|
||||
```
|
||||
|
||||
o ejecute hbbs/hbbr con pm2
|
||||
#### Opción 2
|
||||
Ejecute hbbs/hbbr usando pm2
|
||||
|
||||
```
|
||||
pm2 start hbbs -- -r <relay-server-ip[:port]>
|
||||
|
Loading…
x
Reference in New Issue
Block a user