Hi,
I’ve downloaded and flashed the latest Hassbian image, plugged it into a Pi with wired ethernet, powered it on and left it for 5min. The URL hassbian.local:8123 doesn’t resolve, so I got the hassbian IP address from my routers config, but that also doesn’t work. I can ssh into the IP OK, so the pi has booted and is on the network etc.
Netstat shows nothing is listening:
pi@hassbian:/var/log $ sudo netstat -nat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.13:55354 151.101.16.223:443 ESTABLISHED
tcp 0 384 192.168.0.13:22 192.168.0.9:4733 ESTABLISHED
tcp6 0 0 :::22 :::* LISTEN
Any ideas?! Is there anything else I should do to start this up, or any log files I could investigate why nothing appears to have come up?
Thanks!