DocsDeploymentsCustom Domains

Deployments

Custom Domains

Connect your own domain to a Syvera deployment.

Custom Domains

Connect any domain you own to a Syvera deployment. SSL is provisioned automatically.

Prerequisites

  • A deployed Syvera app (Autoscale or Reserved VM)
  • Access to your domain's DNS settings
  • Core plan or above

Adding a custom domain

  1. Open your deployment's settings
  2. Click Domains → Add domain
  3. Enter your domain name (e.g. app.yourcompany.com)
  4. Syvera displays the DNS records you need to set

DNS configuration

For a subdomain (recommended)

Add a CNAME record:

TypeNameValue
CNAMEappyour-deployment.repl.co

For an apex domain

Add A records pointing to Syvera's IP addresses:

TypeNameValue
A@34.111.88.99

SSL certificate

Once your DNS changes propagate (usually 1–5 minutes), Syvera automatically:

  1. Detects that DNS is pointing to your deployment
  2. Issues a TLS certificate via Let's Encrypt
  3. Configures HTTPS and redirects HTTP → HTTPS

You don't need to do anything — the certificate is renewed automatically before it expires.

Troubleshooting

DNS not propagating?

Use dig your-domain.com or a tool like whatsmydns.net to check propagation status.

Certificate not issuing?

Ensure your CNAME or A record is pointing to the correct value and wait a few more minutes.