centralProxy.centralBackendURL (and clusterName). That URL is what the Central Proxy uses to open a WebSocket to Central at /ws/proxy. It must be reachable from the remote cluster, include a scheme (https:// in production), and match the hostname you expose for central-backend. If UI and backend share one ingress host, use that host — and make sure /ws/proxy is routed to central-backend, not central-ui. See Authentication and Architecture.
To connect VM hosts, see VM Agent.
For cloud accounts (AWS, GCP, and more), see Cloud Connectors.
Remote clusters require the same Odigos Enterprise license token as the
central installation.
Connect a remote cluster
- CLI
- Helm
TLS Configuration
For production deployments, configure TLS for secure communication between the Central Proxy and Central Backend:/ws/proxy (not /wss/proxy). It uses the wss scheme when the backend URL host ends with :443. Verify the connection with:
WebSocket connection established.