Custom Domains

Custom domains let you serve bucket content from your own hostname (e.g. cdn.example.com) instead of the default IBEE Public Access URL. You add a CNAME record in your DNS provider, then register the domain in the bucket settings.

Before you begin

The bucket must be public to configure a custom domain. If Public Access is disabled, the Custom Domains tab shows the error “Bucket must be public to configure custom domain” and the CNAME target shown under Step 1 will be Unavailable.

Add a custom domain

1

Open bucket settings

Open your bucket in the portal, click the Settings tab, then click Custom Domains.

2

Add a domain

Click + Add Domain. The Add Custom Domain modal appears with the subtitle “Connect your bucket to a custom domain.”

3

Add the CNAME record (Step 1)

The modal’s Step 1 shows the field “Add a CNAME record in your DNS pointing to:” with the CNAME target. Click Copy to copy the target:

{hash}.ibee.zone

Go to your DNS provider and add a CNAME record:

TypeHostValue
CNAMEcdn (or your subdomain){hash}.ibee.zone (copied from portal)

DNS propagation can take some time before verification succeeds. Wait for propagation to complete before proceeding to Step 2.

4

Enter your domain (Step 2)

After adding the CNAME record, enter your full domain in the Step 2 field — “Enter your domain after the CNAME record is added.” Placeholder: cdn.example.com.

cdn.example.com
5

Save

Click Add Domain. The domain appears in the Custom Domains list once verified.

Troubleshooting

Verification fails immediately after adding the domain DNS propagation takes time. Wait a few minutes after adding the CNAME record, then try again.

CNAME record not resolving Verify the CNAME record is saved correctly in your DNS provider. The record value must exactly match the target shown in the portal.

Domain shows as unverified Ensure the CNAME points to the full target including .ibee.zone. Some DNS providers strip the trailing dot — confirm the value is saved as shown.

CNAME target shows Unavailable The bucket is not public. Enable Public Access first — see Bucket policies → Public access.