Shared connection to head node closed

If only the head node appears in the Ray dashboard and no worker nodes are listed, even though you defined worker IPs and set min/max workers, this usually means Ray is not starting or connecting on the worker nodes. In local provider mode, Ray does not automatically start workers; you must manually SSH into each worker and run ray start --address=‘head_ip:6379’ on each worker node. The “Shared connection to head ip closed” message is normal and not an error by itself. Also, ensure SSH access and network connectivity between nodes are working, and that all required ports are open. See details in this discussion.

Would you like a step-by-step guide for manual worker startup and troubleshooting?

Sources:

Hint: Mention @RunLLM in the post for followups.