Custom Domains
Roundrobin provides each deployment with a unique roundrobinapp.com URL, which allows you to preview the individual deploy before for example promoting it to production.
You can also use your own domain names to greatly personalize your project. With automatic SSL certificate provisioning and renewal, Roundrobin makes it easy to connect custom domains to your projects.
Adding a Custom Domain
- Navigate to your project in the dashboard
- Go to the Domains tab
- Click Add Domain
- Enter your domain name (e.g.,
app.example.comorexample.com) - Follow the DNS configuration instructions
DNS Configuration
After adding a domain, you need to configure your DNS records. Roundrobin provides the exact DNS records you need to add.
Some DNS providers support ALIAS or ANAME records for root domains, which work better than A records. Check with your DNS provider.
SSL certificates
Roundrobin automatically provisions and renews SSL certificates for your custom domains:
- Automatic provisioning - SSL certificates are issued within minutes
- Auto-renewal - Certificates are automatically renewed before expiration
- Free SSL - All SSL certificates are included at no extra cost
- Modern TLS - Support for TLS 1.2 and TLS 1.3
The certificates are provided by ZeroSSL.
Domain verification
Before SSL certificates can be issued, you need to verify domain ownership:
- Add the DNS records as instructed
- Wait for DNS propagation (typically 5-60 minutes)
- Click Verify in the Roundrobin dashboard
- SSL certificate will be automatically provisioned
Multiple domains
You can add multiple domains to a single project:
- Primary domain - The main domain for your application
- Additional domains - Redirect to primary or serve the same content
- Subdomains - api.example.com, app.example.com, etc.
WWW domains
You can configure both example.com and www.example.com. We suggest always adding a www.example.com domain when using a root domain.
Commong configurations:
example.com→ A record to Roundrobin IP addresswww.example.com→ CNAME toexample.com
Troubleshooting
Domain not verifying
- Check DNS records - Verify records are correct in your DNS provider
- Wait for propagation - DNS changes can take up to 48 hours depending your TTL (Time To Live) settings
- Check TTL - Lower TTL values propagate faster
- Verify ownership - Ensure you have access to modify DNS records
Need Help?
Having trouble with custom domains? Contact our support team.