The Ray dashboard provides a browser-based view into a running cluster: node utilization, jobs, tasks, actors, and per-library views (Train, Tune, Serve, Data).Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Default behavior
The head node serves the dashboard athttp://<head-ip>:8265. Without configuration, the dashboard binds to localhost only.
Make it externally accessible
Authentication
The dashboard does not enforce authentication on its own. For production, put it behind a reverse proxy that handles auth (oauth2-proxy, Cloudflare Access, your platform’s ingress). On Kubernetes, see KubeRay auth for the supported integrations.Forward the dashboard to localhost
Disable the dashboard
Metrics endpoint
The dashboard scrapes Prometheus metrics from each node athttp://<node>:<metrics-port>/metrics. Configure your Prometheus instance to scrape these endpoints.
Next steps
Metrics
Cluster-wide Prometheus metrics.
Observability
Logs, profiling, and tracing.