Request and configure a custom domain for your ClearCRM workspace; includes DNS setup, testing, and approval process.
Overview — what this does and why it matters
A custom domain replaces or augments the default ClearCRM address (app.clearcrm.com) with your branded URL, for example:
crm.yourbusiness.com(recommended: subdomain)yourbusiness.com(root/apex domain)
Benefits
A branded login page for your team and customers.
Professional, easy-to-remember link to your workspace.
Clear separation between accounts.
Important: Custom domains are available by request. You submit the domain inside ClearCRM, admins review the request, and once DNS and approvals are completed, ClearCRM maps the domain and provisions HTTPS.
Who should read this
Use this article if you want your ClearCRM workspace accessible via your own domain or subdomain, or if a customer asks “how do I make crm.mycompany.com point to ClearCRM?”
How it works — step-by-step overview
You submit a custom domain request inside ClearCRM.
You (or your IT admin) add DNS records at your domain registrar.
ClearCRM administrators review the request and approve or reject it.
Once DNS is correct and approved, ClearCRM maps the domain and provisions SSL.
You and your customers can log in via your custom URL.
If someone logs in through
app.clearcrm.com, they’ll be automatically redirected to your custom domain after login.
How to request a custom domain in ClearCRM
Go to Main menu > My Account > Overview.
On the right side, locate your account details table.
Click the three dots (More Actions) button at the top-right of the account details table.
Select Custom Domain from the dropdown menu.
The Custom Domain interface will appear (it replaces the account details table).
In the input field, enter the custom domain you’d like to use — e.g.,
crm.yourbusiness.comoryourbusiness.com.Click Submit.
After submission:
ClearCRM administrators receive your request by email.
They will approve or reject the request and provide a reason if it’s not approved.
💡 Tip: Submitting your request first lets admins review availability before you spend time configuring DNS.
DNS Configuration Guide (required for your domain to work)
⚠️ If you plan to use your root (apex) domain (e.g., yourbusiness.com), note that modifying DNS at the root level may affect your email or other web services. When possible, use a subdomain (e.g., crm.yourbusiness.com) instead.
A. Linking a Root (Apex) Domain — example: yourbusiness.com
Add the following A Records in your domain registrar’s DNS panel:
Type: A Host: @ Value: 3.147.248.31 TTL: Automatic
(Optional for www):
Type: A Host: www Value: 3.147.248.31 TTL: Automatic
What this does:
Makes both yourbusiness.com and (optionally) www.yourbusiness.com point to ClearCRM’s production server IP.
For Linking a Subdomain (e.g., crm.yourbusiness.com)
Create Your Subdomain
In the DNS settings section of your registrar’s website, find the option to create a subdomain.
Enter “crm” (or your desired prefix) as the subdomain.
Access DNS Records
Once the subdomain is created, locate the DNS settings for that subdomain.
Configure DNS Settings for Subdomain
Add a new CNAME Record for the subdomain:
Host: crm (or your chosen prefix)
Value: The CNAME value provided in your ClearCRM Custom Domain Setup guide.
💡 You can find this value in My Account → Overview → Custom Domain → Custom Domain DNS Settings Guide.
(Optional) Add another CNAME Record for the “www” version:
Host: www.crm (or your chosen prefix)
Value: same CNAME value from your ClearCRM Custom Domain Setup guide.
Save changes in your registrar’s DNS panel.
Wait up to 48 hours for DNS propagation.
Test Your Subdomain
After propagation, open your subdomain URL (e.g., crm.yourbusiness.com) in a browser to confirm it loads correctly.
Why use A vs. CNAME records?
Root (apex) domains cannot use CNAME records due to DNS limitations, so they use A records that point directly to an IP address.
Subdomains can use CNAMEs, which are safer because ClearCRM can update infrastructure without requiring you to change DNS later.
Recommended sequence (best practice)
Decide whether to use a subdomain or root domain.
Submit your custom domain request inside ClearCRM.
Configure the DNS records at your registrar using the guide above.
Wait for DNS propagation (can take up to 48 hours).
Wait for ClearCRM admin approval and SSL provisioning.
What ClearCRM administrators will do
Review your request for availability and reserved names.
Verify your DNS records are configured correctly.
Map your domain to your workspace.
Generate and install an SSL certificate for HTTPS.
Notify you once the domain is live, or explain any rejection reason.
How to test if your DNS works
Browser Test:
After DNS propagation, open your domain (e.g., https://crm.yourbusiness.com).
If you see your ClearCRM workspace, DNS is set up correctly.
Advanced Check:
Use your terminal or command prompt:
nslookup crm.yourbusiness.com
Expected output:
For subdomains:
app.clearcrm.comFor root domains: IP address
3.147.248.31
Online Tools:
You can also use free “DNS Propagation Checker” tools to confirm global status.
Common pitfalls (and how to avoid them)
Using Cloudflare: Disable the proxy (“orange cloud”) and switch to DNS only (gray cloud).
Duplicate records: Remove any old A/CNAME records that use the same host name.
Incorrect host field:
For root domains → use
@For subdomains → use only the prefix (e.g.,
crm, notcrm.yourbusiness.com)
Reserved or blocked names: Some domains are reserved; the ClearCRM admin will notify you.
SSL delay: Certificate issuance can take a few hours after DNS propagation.
Timeline
DNS propagation: up to 48 hours (usually much faster).
Admin review and SSL setup: 1–3 business days depending on request queue.
Troubleshooting checklist
Verify that you’ve submitted a request from My Account > Overview > Custom Domain.
Check that DNS records exactly match the guide above.
Ensure there are no conflicting DNS records.
Disable Cloudflare proxy (if applicable).
Wait up to 48 hours for propagation.
If still not working, contact ClearCRM support with:
Domain name
Date/time DNS was configured
Screenshot of DNS records
What to tell ClearCRM support (template)
Hi, I submitted a custom domain request for crm.example.com on [DATE].
DNS records were added as follows:
CNAME host
crm→app.clearcrm.com(optional)
www.crm→app.clearcrm.com
Please verify and complete mapping/SSL setup.
For a root domain:
A record
@→3.147.248.31(optional)
www→3.147.248.31
Frequently Asked Questions
Q: Can I change my custom domain later?
A: Yes, but you’ll need to submit a new request since it requires DNS and SSL changes.
Q: Is a custom domain mandatory?
A: No — it’s optional. You can continue using app.clearcrm.com if preferred.
Q: Will modifying DNS affect my company email?
A: It might, if you modify root A records. To avoid issues, use a subdomain like crm.yourbusiness.com.
Q: Can I share my custom domain with customers?
A: Yes! You can share it directly with your customers so they can log in through your branded URL.
Admin / IT Recommendations
Always prefer a subdomain setup (simpler, safer).
If using Cloudflare, set records to DNS-only during setup.
Keep a screenshot of DNS entries for quick support reference.
Quick Summary
Go to My Account > Overview > More Actions > Custom Domain.
Submit your desired domain.
Add A or CNAME records at your registrar:
Root → A record →
3.147.248.31Subdomain → CNAME →
app.clearcrm.com
Wait for DNS propagation and admin approval.
Test and share your branded domain with your team and customers.
✅ You’re all set!
Once approved and DNS is live, your workspace and login page will be available at your own custom domain — bringing a polished, professional look to your ClearCRM experience.

