Let’s confirm that Grafana is running and listening on port 3000, and that you
have no firewall rules interfering:
(as root) netstat -lptn
should show amongst other things
tcp6 0 0 :::3000 :::* LISTEN 26633/grafana-serve
(The PID 26633 will be different)
(also as root) iptables -t nat -L -nvx
make sure you have no rules involving port 3000
iptables -L INPUT -nvx
make sure you either have a default ACCEPT policy, or a rule allowing
access to port 3000.
Are your browser and the Grafana server on the same subnet, or do you have
any firewalls / routers in between? If not on the same subnet, are the
firewalls / routers allowing connections from browser to server on port 3000?