@Ranjib I'm going through the thread & reading about connecting via phone or tablet. Can you provide a bit more info on this? What I'm mainly not clear on is how to go about changing the config file. Is that going to be through the command line & if so, how? The two most relevant posts I've found follow:
>
```
api:
address: "0.0.0.0:8080"
```
restart reef-pi service `sudo systemctl restart reef-pi.service`
after this you should be able to access the UI from any tablet, phone or laptop's browser, using the Pi's IP address (reef-pi dashboard will show the IP)
>reef-pi ships with configuration that does not allow the software to be used from other devices. You can change it (/etc/reef-pi/config.yaml), to allow access from other devices. Once configure, restart reef-pi (sudo systemctl restart reef-pi), or restart raspberry pi, and then you should be able to access reef-pi from any internet connected device (such as mobile, tablets, computers etc), using the device's browser. Just point it to reef-pi's IP address. reef-pi dashboard will show the IP address of the controller. (or run `ip a s` command on raspberry pi ).
reef-pi home page (or dashboard)