WHATPORT(8123) whatport.net WHATPORT(8123)
8123

Home Assistant (or ClickHouse HTTP)

Home Assistant's web UI and REST API — or, on a database host, the ClickHouse HTTP interface.

TCP

Description

Home Assistant serves its frontend, REST API, and WebSocket API over HTTP on 8123 by default; container and Core installs still use it, while Home Assistant OS moved its default to port 80 in the 2026.8 release. It shows up on scans of home LANs from a Raspberry Pi, NUC, or NAS running HA. Unrelated but common in server fleets: clickhouse-server listens on 8123 for its HTTP interface, and a bare GET / there returns the string "Ok.".

Exposed to the internet?

Expose with care

Home Assistant has real user authentication but ships plain HTTP by default and controls locks and cameras — put it behind a reverse proxy with TLS or a VPN rather than forwarding 8123.

Check it yourself

$ curl -s -m 3 -o /dev/null -w '%{http_code} %{content_type}\n' http://TARGET:8123/

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.