Custom Domain
Use your own domain instead of the default Elestio subdomain.
Benefits
- Professional appearance (team.yourcompany.com)
- Better branding
- Email addresses on your domain
- SSL certificate included
Setup Steps
- Go to your Elestio dashboard
- Navigate to Service → Custom Domain
- Enter your domain (e.g., team.yourcompany.com)
- Add the CNAME record to your DNS
- Wait for verification
- SSL certificate will be automatically provisioned
DNS Configuration
CNAME Record
Type: CNAME
Host: team (or your subdomain)
Value: your-instance.elestio.app
TTL: 3600Using Root Domain
If you want to use a root domain (yourcompany.com instead of team.yourcompany.com), you'll need to use an A record:
A Record
Type: A
Host: @
Value: (IP provided by Elestio)
TTL: 3600