No hass.io button (solved)

Can you please help, tried to install 3 different ways and always there is no hass.io button on the left panel.

What platform are you using and which download did you use? It maybe that you have installed a ‘core’ version that does not include the supervisor.

Thanks for your answer.
I used this one:
2020-05-27-raspios-buster-full-armhf.img
Platform - you mean device? it’s Raspberry pi 4 model и 8 gb

OK so you’ve got a Raspberry Pi running RaspiOS, How did you install Home Assistant onto the Pi?

using ssh

then to install hass i tried also ssh directly and using docker
and also tried as it is recommended on site - with image on sd card and turning power on (but this doesn’t work)

the last one was with docker
sudo su
apt-get install -y software-properties-common apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
systemctl disable ModemManager
systemctl stop ModemManager
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/093309e53de8a812d31339a5e2f8f373593b5835/installer.sh | bash -s – -m raspberrypi4

and one more strange thing - i can use web interface only if i open putty and run hass there, if i close it, web interface will not work

if you can give the right instruction i can do everything from the beggining, but the one on the officeial site doesn’t work for me

@GordonTGopher

i had 8Gb RPI and there was no official version, downloaded 5.1 from github and it works!