Configure your custom domain to point to your application with these steps:

  1. Add Domain

    • Navigate to DNS Settings to update your domain's A/AAAA records
    • Use the CNAME record for subdomains (e.g., www or api)
    • 📌 Ensure the record points to your service's IP address or cloud provider endpoint
  2. Verify Ownership

    • Create a TXT record with the value provided in the verification tool
    • ⏱ Wait 5-10 minutes for DNS propagation
    • Use Domain Checker to confirm success
  3. SSL Configuration

    • Enable HTTPS by adding an SSL certificate (e.g., Let's Encrypt)
    • 🔒 Verify the certificate chain in your browser
    • Use SSL Troubleshooter for common issues
  4. Advanced Settings

    • Set up wildcard domains for subdomain flexibility
    • Configure Custom Redirects for URL paths
    • 🧠 Use the API for programmatic domain management
Custom_Domain_Settings
For visual guides, check our [Domain Configuration Tutorial](/Documentation/en/Tutorials/Domain_Configuration).

⚠️ Always ensure your domain's DNS records are correctly configured before deployment.