HA Supervised installation issue on Asus Tinker Board (Armbian)

I tried to install HA Supervised on Tinkerboard (latest Armbian 22.04 image), everything went smoothly, but it looks like nothing is accessible at port 8123.


root@tinkerboard:/home/max# sudo dpkg -i homeassistant-supervised.deb
(Reading database ... 203196 files and directories currently installed.)
Preparing to unpack homeassistant-supervised.deb ...
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[warn] ModemManager service is enabled. This might cause issue when using serial devi                                  ces.
Adding 'diversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/N                                  etworkManager.conf.real by homeassistant-supervised'
Adding 'diversion of /etc/NetworkManager/system-connections/default to /etc/NetworkMa                                  nager/system-connections/default.real by homeassistant-supervised'
Adding 'diversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homea                                  ssistant-supervised'
Adding 'diversion of /etc/network/interfaces to /etc/network/interfaces.real by homea                                  ssistant-supervised'
Unpacking homeassistant-supervised (1.3.1) ...
Setting up homeassistant-supervised (1.3.1) ...
[info] Restarting NetworkManager
[info] Enable systemd-journal-gatewayd
[info] Restarting docker service
PING checkonline.home-assistant.io (104.26.5.238) 56(84) bytes of data.
64 bytes from 104.26.5.238 (104.26.5.238): icmp_seq=1 ttl=58 time=2.25 ms

--- checkonline.home-assistant.io ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 2.250/2.250/2.250/0.000 ms
[info] Install supervisor startup scripts
[info] Install AppArmor scripts
[info] Start Home Assistant Supervised
[info] Installing the 'ha' cli
[info] Within a few minutes you will be able to reach Home Assistant at:
[info] http://homeassistant.local:8123 or using the IP address of your
[info] machine: http://192.168.0.117:8123

Initially I followed the official guide and installed latest Supervisor (1.4.1)

https://github.com/home-assistant/supervised-installer

, but then after I got:

[error] Ubuntu 22.04.1 LTS is not supported!
dpkg: error processing archive homeassistant-supervised.deb (--install):
 new homeassistant-supervised package pre-installation script subprocess returned err                                  or exit status 1

decided to install ver 1.3.1 as it didn’t throw any errors.

Docker containers list:

root@tinkerboard:/home/max# docker container list
CONTAINER ID   IMAGE                                                     COMMAND   CREATED       STATUS       PORTS                                   NAMES
a311e484691c   ghcr.io/home-assistant/armv7-hassio-multicast:2022.02.0   "/init"   2 hours ago   Up 2 hours                                           hassio_multicast
ffca0e23f2e9   ghcr.io/home-assistant/armv7-hassio-audio:2022.07.0       "/init"   2 hours ago   Up 2 hours                                           hassio_audio
799df06bf0e7   ghcr.io/home-assistant/armv7-hassio-dns:2022.04.1         "/init"   2 hours ago   Up 2 hours                                           hassio_dns
8b3c9d337eb8   ghcr.io/home-assistant/armv7-hassio-cli:2022.11.0         "/init"   2 hours ago   Up 2 hours                                           hassio_cli
675611dbe69c   ghcr.io/home-assistant/armv7-hassio-supervisor:latest     "/init"   2 hours ago   Up 2 hours                                           hassio_supervisor
806c6dc6e606   ghcr.io/home-assistant/armv7-hassio-observer:2021.10.0    "/init"   2 hours ago   Up 2 hours   0.0.0.0:4357->80/tcp, :::4357->80/tcp   hassio_observer

What can go wrong?