Custom Domains
Learn how to connect custom domains to your App Service in lowcloud.
Last updated: April 3, 2026
Every App Service automatically receives a lowcloud.co domain that points to the configured application port. Additionally, you can add as many custom domains as you need.
SSL Certificates
SSL certificates are automatically issued and renewed via Let's Encrypt. You don't need to manage certificates yourself.
DNS Configuration
For your custom domain to work, the DNS record must point to the IP address of your cluster's load balancer. Create an A record with your DNS provider:
| Type | Name | Value |
|---|---|---|
| A | your-domain.com | Load balancer IP |