I cant access Grafana via Windows 10 from Raspberry Pi4 (Resolved)

I have raspberry pi4 and installed raspbian withe GUI.

I recently installed Grafana and adblocker to the Raspberry Pi4.

I can access the adblocker from me windows PC via the static ip address assigned to the raspberry pi4. However the grafana, i cannot access even if i add exemption to the windows firewall.

Windows PC IP: 192.168.1.xxx
Raspberry Pi4 IP: 192.168.8.xxx

Windows PC → 192.168.8.xxx/admin = access okay (this is the adblocker)
Windows PC → 192.168.8.xxx:3000 = cannot access (this is the grafana)

Anything i missed to configure on my firewall? I also tried to disabled my firewall on WINDOWS PC but still cannot access GRAFANA.

Appreciate any help.

FYI: I have a background in IT but im not an expert in anyhow.

Windows PC IP: 192.168.1.xxx
Raspberry Pi4 IP: 192.168.8.xxx

  1. There is no purpose in hiding private IP addresses from us. You might as
    well tell us what “xxx” is, because there is no way these addresses are
    accessible for anyone on this list.

Windows PC → 192.168.8.xxx/admin = access okay (this is the adblocker)
Windows PC → 192.168.8.xxx:3000 = cannot access (this is the grafana)

  1. Log in to the Raspberry and run (as root) the command “netstat -lptn”

Check that it indicates that Grafana is listening on the 192.168.8.xxx address
on port 3000.

I suspect your problem is that it is listening on localhost 127.0.0.1 only.

Regards,

Antony.

Hi Antony,

Appreciate your response.

And I remember that I have UFW configured on my Raspberry Pi4 and when I allow port 3000 it works.

See below, so ashame for those lapses i forgot.

I just type from the “terminal”
**sudo ufw allow 3000** and below are the successful result.

image

Regards’

REM

1 Like

This topic was automatically closed after 365 days. New replies are no longer allowed.