Ports
| Port | Protocol | Service |
|---|---|---|
| 3000 | TCP | AINode web UI + management API |
| 8000 | TCP | Inference API + Prometheus metrics |
| 5679 | UDP | Peer discovery broadcast |
| 6379 | TCP | Ray head |
| 10001–10009 | TCP | Ray workers |
| 29500 | TCP | NCCL rendezvous |
Critical: single NIC per cluster subnet
Each node must have exactly one NIC with an IP on the cluster subnet. Multiple NICs on the same subnet cause Ray placement group creation to hang indefinitely with no error message.NCCL interface selection
Set in~/.ainode/config.json:
NCCL_SOCKET_IFNAME, GLOO_SOCKET_IFNAME, UCX_NET_DEVICES, and NCCL_IB_HCA automatically from this value.
