Skip to main content

Install Relay Server

Select the environment for your relay server installation:

Docker Standalone

Quick deployment using Docker for development and small-scale deployments.

Best for:

  • Development environments
  • Single-server deployments
  • Quick testing

Docker Compose

Complete relay infrastructure with monitoring and metrics using Docker Compose.

Best for:

  • Production deployments
  • Multi-container orchestration
  • Integrated monitoring with Prometheus and Grafana

Kubernetes

Production-grade deployment on Kubernetes for scalable, highly-available infrastructure.

Best for:

  • Large-scale production deployments
  • High availability requirements
  • Auto-scaling workloads
  • Multi-region deployments

Need Help?