Skip to main content

Custom Domain

NocodilySuite WebUIs can be served under a custom domain in addition to the default provided domain.
For example, you can publish a WebUI under your own domain such as app.yourcompany.com.

Note

Custom domain configuration is available on the Business plan or higher.


Setup Steps

1. Register the domain in the console

  1. Select a team in the console and open the target WebUI.
  2. Go to "Settings" > "Domain Settings".
  3. Enter the custom domain you want to use (e.g., app.yourcompany.com).
  4. Click "Add".

2. Configure DNS settings

Set the CNAME record displayed in the console at your DNS provider.

Record TypeHost NameValue
CNAMEapp (the subdomain part)The target shown in the console

DNS propagation may take anywhere from a few minutes to up to 48 hours.

3. Confirm automatic SSL certificate issuance

Once DNS has propagated, an SSL certificate is automatically issued.
Setup is complete when the status in the "Domain Settings" section shows "Active".


Checking or Removing a Custom Domain

  • Check: View the status (Active / Pending / Error) from the "Domain Settings" screen.
  • Remove: Deleting the configured domain means the WebUI will only be accessible via the default domain.

Notes

  • Only one custom domain can be set per WebUI.
  • If the DNS configuration is incorrect, SSL certificate issuance will fail. Check the error message in the console.
  • To change a custom domain, delete the existing domain first, then add the new one.