Hello! I am having trouble getting access to the dashboard when running a on-premise cluster with ray.
I am able to use the dashboard with single node python scripts that use ray on my local machine, but when I try the link that the ray cluster launcher gives me upon launching my cluster, it never works .
I am refreshing as the nodes are running and still chrome just says 127.0.0.1 refused to connect. I was under the impression that ray takes care of the port forwarding, so I shouldn’t have to be on the same network as the cluster machines to view the dashboard, correct?
Thanks for the reference! It did work by doing this on my laptop, but not on my pc where I would like to see it from.
My situation is I want to access the dashboard locally, from my browser. In order to get to the on premise cluster, I first have to ssh into my schools public ssh server, from which I can then ssh into one of the nodes and start the cluster.
In ray 2.0, we made the previous experimental dashboard the new default dashboard. Could you try to upgrade to 2.0 and see if you are still running into this issue?