Custom Domainsย 

Last updated by sai 2 years ago
ย 
If you are on the Pro or Business plan, you can map your space to a custom domain. This means instead of your Space being hosted atย  yourcompany.kbee.app , you can have it hosted atย  help.yourcompany.comย 
ย 

Add Domainย 

In your Kbee dashboard, navigate into the space you want to set up a custom domain for. Click the โ€œSettings'' buttonย 
ย 
Image 1 ย 
ย 
Then scroll down to โ€œCustom Domainsโ€ย 
ย 
Image 2 ย 
ย 
ย 
Click โ€œ+ย  Add Custom Domain โ€ย 
Image 3 ย 
ย 
ย 
Enter in the new Domain and click โ€œAdd Domainโ€ย 
Image 4 ย 

Set up DNSย 

You will need to configure your DNS provider to map your domain to Kbee.ย 
ย 
For the subdomain you selected, set a CNAME record with the valueย  cname.kbee.app.ย 
ย 
For example, if you are using Google Domains it would look like this:ย 
ย 
Image 5 ย 
ย 
Once the DNS propagation has completed, you will see a checkmark:ย 
Image 6 ย 
ย 
Note: This process can take up to 24 hours to complete!ย 
ย 
Pleaseย contact us ย if you have any questions on this step.ย 
ย 

SSLย 

Kbee will automatically provision a SSL certificate for you. Once the certificate is issued, your custom domain will be live!ย 
ย 
Kbee will send you an email once the custom domain is live.ย 
ย 
Note: This process can take up to 24 hours to complete! ย 

Vercel Usersย 

Currently, Vercel has a technical limitation: each domain (e.g,ย  yourdomain.com ) can be associated with only one Vercel account. As Kbee uses Vercel to host your space, the following workaround is necessary for customers already using Vercel:ย 
ย 
Download the Vercel CLI ย โ€” You'll need this to create a new project. Then login from the command line with theย  vercel login ย command.ย 
Create a new folder somewhere locally called "kbee-custom-domain"ย 
In that folder, create a file calledย  vercel.json ย with the following contents:ย 

{
 
"rewrites":
 [
   {
     
"source": "/(.*)",
     
"destination": "https://yourspace.kbee.app/$1"
   }
 ]
}

Replace โ€œyourspaceโ€ with your Kbee subdomainย 
From within the "kbee-custom-domain" folder, runย  vercel deploy . It will guide you through creating a new project on Vercel and will deploy it.ย 
Go into the Vercel UI, open the project you just created, and inย  Settings > Domains , add the desired subdomain for your Kbee spaceย ย 
(example:ย  wiki.yourdomain.com ) .ย 
ย 
Let us know ย if you have any trouble setting this up!ย 
Refreshed On: Apr 19, 2024 21:06:53 UTC+00:00