Skip to main content

User interface

I'm not able to access http://pioreactor.local

  • In your browser's address bar, add the http:// infront of the url, like so: http://pioreactor.local.
  • The UI is hosted on http, not http_s_. Check if you are accessing http ://pioreactor.local, and not https ://pioreactor.local.
  • Try accessing using the url http://<the permanent name of your Pioreactor aka hostname>.local
  • If you know your Raspberry Pi's IP, try http://<IP address of your Raspberry Pi>. Here's information to determine the IP address
  • Errors during installation:
    • When pressing the button on the HAT, does the blue LED show up? If not, installation may have failed. See notes here.
    • In your Raspberry Pi Imager settings, confirm that you clicked "Set username and password", and used the username pioreactor. If not, try reinstalling the image.
  • Are you on an older Windows machine? You may need to install a DNS service, but also see workarounds here.
  • Try SSHing in and restarting the webserver: sudo systemctl restart lighttpd.service && sudo systemctl status lighttpd.service.

I see "Failed to connect to MQTT. Is configuration for leader_address correct? Currently set to ..." in a pop-up - what can I do?

This error occurs because your UI can't connect to an internal system, MQTT, that is used for displaying data and actions. Likely you also weren't able to access the UI with http://pioreactor.local, but had to use an IP address as the url.

To fix this:

  1. Navigate to the Configuration page in the side bar.
  2. Find the [cluster.topology] section, and change the leader_address configuration to your Pioreactor's IP. Ex:
[cluster.topology]
leader_hostname=leader
leader_address=192.168.0.10

Your IP may be different than the one above.

  1. Hit Save.
  2. Power-cycle the Pioreactor by unplugging the power and plugging back in.

If you are using a remote access service, like ngrok or tailscale

Likely you didn't fill out the ws parameter in the configuration correctly. See the remote access instructions again.

When I click an action in the UI, I don't see any response. Or the button just spins and does nothing.

Any of the following could solve your problem:

  • Is there a green icon in the top-left of the Pioreactor card? If not, or it's grey, either the Pioreactor is powered off, or the monitor job is not running. If so, try power-cycling the Pioreactor.

Left image is green, right image is grey

  • It's possible that the experiment has changed while the page has been left open - try refreshing the page and try again.
  • If you had trouble accessing the UI (see question above), in your config.ini, change the leader_address field to whatever worked above, an IP for example.
  • Possibly the web server is off. Try logging into your leader and typing sudo systemctl status lighttpd.service
  • Do you also see a "Failed to connect to MQTT. Is configuration for leader_address correct?" error pop-up? If so, see question above.
  • Try power-cycling the Pioreactor.