Skip to content

DNS Setup

This document provides the required settings for configuring DNS for your Rooms deployment.

There are two ways to set up DNS for your deployment:

  • Wildcard Subdomain
  • Specific Subdomains

Wildcard Subdomain

To use a wildcard subdomain, create a DNS A record that points *.<yourdomain.com> to the IP address of your Rooms server. This allows all subdomains under <yourdomain.com> to resolve to your server.

Specific Subdomains

If you prefer to use specific subdomains, create individual DNS A records for each subdomain you plan to use (e.g., api.<yourdomain.com>, www.<yourdomain.com>, etc.), pointing them to the IP address of your Rooms server.

The required DNS subdomains are as follows:

  • api.<yourdomain.com>
  • www.<yourdomain.com>
  • traefik.<yourdomain.com>
  • glances.<yourdomain.com>
  • dozzle.<yourdomain.com>
  • pgadmin.<yourdomain.com>
  • redisinsight.<yourdomain.com>
  • docs.<yourdomain.com>

Ensure that the DNS changes propagate properly before proceeding with the deployment.