BrewPi & Portainer UIs not loading

I’m trying to open the BrewPi UI from another device on my network (windows PC, phone, etc.) and I get an error message from Google Chrome saying “This site can’t be reached”. I get a similar error message when I try to access the portainer UI. I recently set up BrewPi on Raspbian (thanks Elco for updating the wiki) and was recently able to access the BrewPi UI. I’m not sure why I can’t access either of these UIs right now… I’m able to remotely access my RPi (via VNC viewer), so it’s certainly connected to my network. Any suggestions on where to start?

From the command prompt on the RPI run.

pi@raspberrypi:~ $ docker container ls

and post the output, this will show if the containers are running or not

CONTAINER ID        IMAGE                    COMMAND                  CREATED             STATUS              PORTS                    NAMES
24c78baf737f        brewpi/brewpi-raspbian   "/entrypoint.sh /wat…"   22 hours ago        Up 22 hours                                  brewpi
19aac6eb8ea7        portainer/portainer      "/portainer -H unix:…"   22 hours ago        Up 22 hours         0.0.0.0:9000->9000/tcp   portainer
pi@raspberrypi:~ $```

What is the URL you are entering?

You should access them at the IP address of your pi, at the forwarded port:

http://raspberrypi.local:80
http://raspberrypi.local:9000