Last week, this was a working install. I went away, came back, it's dead.
I'm not sure what is wrong or why. All I can conclude is whatever is supposed to be listening on port 8123 is not happy and won't talk to anything.
Not completely dead, just the web interface from what I can see.
When I browse to port https://ha.example.org:8123 in my web browser, I see:
Unable to connect to Home Assistant.
Retrying in 33 seconds...
Which retries, and retries, and never connects.
I can get to the console:
Welcome to Home Assistant
home-assistant login:
I can log in as root. I can use "Use ha to access the Home Assistant CLI."
I can see something listening on port 8123:
# netstat -na | grep 8123
tcp 0 0 0.0.0.0:8123 0.0.0.0:* LISTEN
tcp 0 0 :::8123 :::* LISTEN
I can see various outgoing and incoming network connections, each of which are expected for my configuration.
The info:
# ha info
arch: amd64
channel: stable
docker: 29.3.1
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- haos
- resolved
- journal
- disk
- mount
hassos: "17.2"
homeassistant: 2026.5.3
hostname: home-assistant.int.unixathome.org
logging: info
machine: qemux86-64
machine_id: 1833ea77058a40a096fa2fdd146eaee0
operating_system: Home Assistant OS 17.2
state: running
supervisor: 2026.05.0
supported: true
supported_arch:
- amd64
timezone: Etc/GMT
Core info:
# ha core info
arch: amd64
audio_input: null
audio_output: null
backups_exclude_database: false
boot: true
duplicate_log_file: false
image: ghcr.io/home-assistant/qemux86-64-homeassistant
ip_address: 172.30.32.1
machine: qemux86-64
port: 8123
ssl: false
update_available: false
version: 2026.5.3
version_latest: 2026.5.3
watchdog: true


