Remote access to grafana

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

Did you manage to solve this?

Unfortunately not. I even went back to 4.6.3 without success. I fear it might be a network issue with this virtual machine since the network trace shows all kind of problems with re-transmit etc. I will repeat my steps in another environment as soon as I can afford to risk that.

Turns out this was indeed an environmental issue. The first startup loads a lot of .js etc and that seems to trigger a defect in the virtualized network. I just built 5.0.0-beta4 and looking at it right now.

1 Like