Updated Setting up a Hub (markdown)
parent
825afe08b2
commit
62aef7e05b
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ open the following ports in your firewall
|
|||
- `50001` for herald
|
||||
- `2112` and `2113` for prometheus (if you want external monitoring)
|
||||
|
||||
## Connect to Your Hub
|
||||
|
||||
Congratulations! You have a full hub up and running. Now you can add your hub's IP or hostname to the `lbryum_servers` config in the LBRY Desktop app, and connect to it.
|
||||
|
||||
To check how many connections you have total, run `curl -s localhost:2112/metrics | grep session_count`.
|
||||
|
||||
## Monitoring
|
||||
|
||||
start prometheus and grafana
|
||||
|
|
Loading…
Reference in a new issue