Can't access hassio through web UI or SSH, Raspberry Pi 4

Hi!
My hassio has been running fine on a RPi4 for a good while now. However a few days ago I had to cut the power for a while, when turned back on we could not reach home assistant through our phone apps, the web UI or via ssh. The device does show up in my router and when running nmap

I’m trying to connect to web ui using http://192.168.1.14:8123 as always.

SSH:

~ 
➜ ssh 192.168.1.14:8123 
ssh: Could not resolve hostname 192.168.1.14:8123: Name or service not known

➜ ssh [email protected]:8123
ssh: Could not resolve hostname 192.168.1.14:8123: Name or service not known

Any ideas on what could have gone wrong? I’ve unfortunately not made any backups of my system, so NOT having to reinstall everything is my preferred route.

Any ideas of what I could try?

I had a similar experience: no access through the web UI. I did manage to SSH in and fix it from that direction. My SSH session was on port 22.

Port 8123 is the default for home assistant but 22 is ssh, so try ssh without that …
ssh 192.168.1.14

From there check if home assistance is running using “ps” and checking logs and “curl”. Also check your firewalls allow 8123.

Good luck!