From 62aef7e05bec16f9ad4f0d08ed151bf5fb71f592 Mon Sep 17 00:00:00 2001 From: Alex Grin <362784+lyoshenka@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:36:05 -0500 Subject: [PATCH] Updated Setting up a Hub (markdown) --- Setting-up-a-Hub.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Setting-up-a-Hub.md b/Setting-up-a-Hub.md index e6f5484..b0cb4ac 100644 --- a/Setting-up-a-Hub.md +++ b/Setting-up-a-Hub.md @@ -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