Installation & configuration #650
|
Hi all. I installed homer10 with docker. I am new to Homer10. How can I confirm my server to Homer? Can somebody assist me with correctly installing and configuring my server? |
Replies: 1 comment
|
Hi @Pavan0520, Welcome. A few clarifications first, then a concrete checklist. Homer 10 vs Homer 11If you installed Homer 10 preview docker, that stack was experimental (Grafana/qryn oriented). For a new install today, use Homer 11:
Homer 11 is the supported all-in-one stack with the bundled web UI for SIP search and call flow. What "confirm my server to Homer" meansYour PBX/SBC/agent does not register with Homer like a SIP endpoint. You send HEPv3 to Homer ingest:
Default ingest ports in Homer 11 docker:
Quick install (Homer 11 docker)git clone https://github.com/sipcapture/homer.git
cd homer/examples/docker
docker compose -f docker-compose.yaml up -dOpen: http://localhost:8080 Default login (change after first login): See: Verify Homer is receiving data1. Container healthy docker compose ps
docker logs homer-docker-homer-1 2>&1 | tail -302. Ingest port listening ss -ulnp | grep 9060
ss -tlnp | grep 90603. Packets arriving (on Homer host) tcpdump -ni any udp port 9060 -c 10If this shows nothing, the sender is not reaching Homer (firewall, wrong IP/port, NAT). 4. Data visible in UI
5. CLI check (optional) homer search --host localhost:8080 --user admin --pass sipcapture --from 15m --method INVITE6. Metrics (optional) curl -s localhost:9090/metrics | grep -i hepCommon misconfigurations
Agent-side example (heplify)heplify -hs HOMER_IP:9060 -dim SIP -nt UDPMirror SIP from a span port or run on the SBC if it supports HEP export. Next step if still stuckReply with:
We can narrow it down from there. |
Hi @Pavan0520,
Welcome. A few clarifications first, then a concrete checklist.
Homer 10 vs Homer 11
If you installed Homer 10 preview docker, that stack was experimental (Grafana/qryn oriented).
For a new install today, use Homer 11:
examples/dockerin this repoghcr.io/sipcapture/homer:latestHomer 11 is the supported all-in-one stack with the bundled web UI for SIP search and call flow.
What "confirm my server to Homer" means
Your PBX/SBC/agent does not register with Homer like a SIP endpoint. You send HEPv3 to Homer ingest:
hep.conf+res_hep/res_hep_pjsip→ Homer IP:9060