KamuiDash KamuiDash Docs
EN JA

Custom Domains

You can use your own domain as the URL for applications deployed on KamuiDash. SSL certificates are automatically provisioned via Cloudflare, so HTTPS is enabled without any additional setup.

Overview

  • Each application can have one custom domain
  • SSL/HTTPS is automatically enabled
  • You need access to your domain's DNS settings
  • Custom domains are available on the Free plan

Adding a Custom Domain

  1. Open the app detail screen
  2. Click "Add Custom Domain"
  3. Enter your domain (e.g., example.com or www.example.com)
  4. Click "Add and Next"
  5. The DNS configuration screen will appear with the records you need to set up

DNS Configuration

After adding a custom domain, you need to add two DNS records at your domain registrar or DNS provider.

1. CNAME Record

Points your domain to the KamuiDash.

Field Value
Type CNAME
Host / Name Your domain (e.g., example.com or www)
Target / Value The CNAME target shown in the dashboard

2. TXT Record

Verifies domain ownership and enables SSL certificate issuance.

Field Value
Type TXT
Host / Name The TXT record name shown in the dashboard (e.g., _acme-challenge.example.com)
Value The TXT record value shown in the dashboard

Note: Both the CNAME and TXT records are required. The exact values are displayed in the dashboard after you add the domain. Use the copy button to avoid typos.

DNS Propagation

After adding DNS records, propagation may take anywhere from a few minutes to several hours depending on your DNS provider. SSL certificate issuance happens automatically once the records are verified.

Managing a Custom Domain

Once a custom domain is configured:

  1. Open the app detail screen
  2. Click "Manage Custom Domain"
  3. View the current CNAME and TXT record values for reference

Removing a Custom Domain

  1. Open the app detail screen
  2. Click "Manage Custom Domain"
  3. Click "Delete Domain"
  4. Confirm the deletion

Note: After removing a custom domain, the application will only be accessible via its default KamuiDash URL. You should also remove the DNS records from your DNS provider.

Replacing a Custom Domain

Each application supports one custom domain. If you add a new domain, the previous domain is automatically removed and replaced with the new one. You will need to update your DNS records accordingly.

Domain Requirements

Rule Details
Format Valid domain name (e.g., example.com, app.example.com)
Length 1 to 253 characters
Restriction Cannot use a subdomain of kamui-platform.com
Uniqueness A domain cannot be used by another project
Limit One custom domain per application

Billing

For detailed pricing, see the pricing page.

Next Steps