Is it possible to change Ray Dashboard IP from 127.0.0.1:port to 0.0.0.0:port? I am running it on GCP and would like to access dashboard from browser on my local machine
Yes! I think you can specify this using https://docs.ray.io/en/latest/package-ref.html#cmdoption-ray-start-dashboard-host.
Once you expose the dashboard, you can setup the reverse proxy to allow your laptop to access the dashboard!
Hi ! I’m ịnteresting this topic but the link below can’t access yet, now i have two laptop, I deploy the model at one and I want to see the ray dashboard at the other so how can i achieve it ?. Please give me some help !! Tks very much !!
You should deploy the dashboard with 0.0.0.0 IP address! And then you may need some authentication if you want to expose your laptop!