Availability
When you share Databoards or invite clients to log in, the default app.databox.com URL exposes the underlying platform — breaking the seamless, white-labeled experience you want to deliver. A custom domain replaces that with your own URL, such as data.yourcompany.com, so every client-facing touchpoint reflects your brand. Clients see a URL they recognize and trust, and you maintain full control over the experience.
- Go to Account Management > White-labeling.
- Enter your domain in the https:// field (e.g.,
data.yourcompany.com). - Add the following CNAME record to your DNS provider — see Add the CNAME record to your DNS below.
- Once the CNAME is live, return to the White-labeling page and click Verify.
The record to add:
| Field | Value |
|---|---|
| Name | Your preferred subdomain (e.g., data) |
| Type | CNAME |
| Value | clients.databox.com |
| TTL | 300 |

The steps below show where to enter the CNAME values for common DNS providers. The record name and target are the same regardless of provider.
- Log in to Cloudflare and select your domain.
- Go to DNS in the top navigation.
- Click + Add record.
- Select CNAME from the Type dropdown.
- Enter your chosen subdomain (e.g.,
data) in the Name field. - Enter
clients.databox.comin the Target field. - Select Auto from the TTL dropdown.
- Set Proxy status to DNS only (orange cloud icon toggled off).
- Click Save.
For more detail, see Cloudflare's guide to adding DNS records.
- Log in to GoDaddy and go to your domain's DNS settings.
- Click Add and select CNAME from the Type dropdown.
- Enter your chosen subdomain (e.g.,
data) in the Host field. - Enter
clients.databox.comin the Points To field. - Set TTL to your preference (e.g.,
14400). - Click Save.
For more detail, see GoDaddy's CNAME documentation.
- Edit the DNS zone file for your primary nameserver.
- Add the CNAME record in this format:
data 300 IN CNAME clients.databox.com.Where data is your chosen subdomain, 300 is the TTL, and clients.databox.com. is the target. Include the trailing period.
- Increment the zone serial number, then reload Bind:
rndc reloadOnce you've added the record, verify it's live before the domain activates in Databox.
On Linux or macOS — using Terminal:
dig data.yourcompany.com CNAME +shortReplace data.yourcompany.com with your full custom domain. A successful response returns clients.databox.com. — if it returns empty, the record hasn't propagated yet.
On any OS — using a browser: Visit digwebinterface.com and query your domain directly.
FAQ
Can I apply the custom domain to all my client accounts automatically?
Yes. On the White-labeling page, toggle on Use all white-label settings for all clients and click Save. This propagates the custom domain and all other active white-label settings to every client account.
Can I use my root domain (e.g., yourcompany.com) instead of a subdomain?
No. A CNAME record cannot be set on a root domain — it must be a subdomain such as data.yourcompany.com or analytics.yourcompany.com. This is a DNS protocol requirement.
Does the custom domain work for the Databox mobile app?
No. The mobile app always uses the Databox login screen due to Apple and Google app store requirements. The custom domain applies to the web app and shareable Databoard links only.