Gateway servers are the operator-hosted data-plane footprint. Clusters organize them by operational region or failure domain. Packages may use all eligible gateways or restrict access to selected servers.
Clusters group gateways for capacity, regional operations, and failure-domain visibility while retaining the current API fields.
1Cluster controls start creation and scope searches.
2The table shows name, region, status, upload/download, TCP/UDP, and available actions.
Create clusters around a meaningful operational boundary such as Europe, North America, a Kubernetes region, or a dedicated enterprise footprint. A cluster name should remain stable in dashboards and incident reports even when individual servers are replaced.
Provision the host or Kubernetes capacity with expected CPU, memory, file-descriptor, connection-tracking, and network-egress limits.
Restrict administrative access, patch the host, synchronize time, and configure logs and metrics before customer traffic.
Register the server in the intended cluster with its public address and deployment credentials.
Expose the assigned HTTP, SOCKS5, or auto-detect ports through firewall and load-balancer rules. Do not assume example ports are universal.
Verify online status, upload/download and TCP/UDP metrics, DNS, and a direct synthetic request.
Add the server to a private test package or partial load-balancer pool, then compare latency, errors, and throughput.
Expand production traffic gradually and keep the rollback or drain procedure documented.
DNS or a load balancer distributes new client connections across gateway servers. Provider routing then selects an upstream inside the authenticated package. Application retry remains a third, client-owned layer; do not confuse these three controls.