I built grafana-5.0.0-beta1 and run on a headless server. My firewall is inactive.
When I use the browser on a remote system (where also my shell sessions are) the browser gives up, wget says “connection refused” When I tunnel port 3000 through the ssh session, things are working fine.
Startup shows in binds to any interface. Looks like something further down is refusing to connect.
logger=http.server address=0.0.0.0:3000 protocol=http subUrl= socket=
It looks like the request is getting in and retried a few times by firefox, but nothing more happens.
logger=context userId=0 orgId=0 uname= method=GET path=/ status=302 remote_addr=192.168.1.7 time_ms=28 size=29 referer=
Is there something in the configuration to make this work?
-Rob