# Gateway Installation

> Install the Agent Router gateway into a self-hosted data plane and wire DNS and TLS, with cloud-specific variants for GCP, Azure, and AWS.

# Gateway Installation

  With the data plane running, the gateway is the component that answers on the Proxy URL chosen during onboarding. Installation wires the gateway into the cluster, then connects DNS and TLS so the endpoint answers over HTTPS. A generic guide covers the common path; cloud-specific variants cover GCP, Azure, and AWS particulars. On AWS the certificate is yours rather than installer-provisioned.

  <Link to="/agent-router-enterprise/self-hosted-data-plane/gateway-installation/gateway-installation-guide/" className="tare-nav-card">
    Gateway installation overview
    The common installation path: deploy the gateway and wire DNS and TLS.
  </Link>
  <Link to="/agent-router-enterprise/self-hosted-data-plane/gateway-installation/gateway-installation-guide-gcp/" className="tare-nav-card">
    Gateway installation on GCP
    GCP-specific steps for load balancing, DNS, and certificates.
  </Link>
  <Link to="/agent-router-enterprise/self-hosted-data-plane/gateway-installation/gateway-installation-guide-az/" className="tare-nav-card">
    Gateway installation on Azure
    Azure-specific steps for load balancing, DNS, and certificates.
  </Link>
  <Link to="/agent-router-enterprise/self-hosted-data-plane/gateway-installation/gateway-installation-guide-aws/" className="tare-nav-card">
    Gateway installation on EKS
    Expose the data plane on EKS as a Network Load Balancer, optionally terminating TLS with your ACM certificate.
  </Link>
