cPanel DNS Configuration
This guide covers CNAME record configuration in cPanel, the most common hosting control panel used by shared hosting providers like HostGator, Bluehost, SiteGround, and many others.
Configuration Steps
1. Access cPanel Zone Editor
- Login to your hosting account's cPanel interface
- Look for "Zone Editor" in the "Domains" section
- Click on "Zone Editor"
- Find your domain and click "Manage"
2. Create Primary CNAME Record
- Click "Add Record"
- Configure the tracking record:
- Type: CNAME
- Name:
dre2.yourdomain.com.
(replace yourdomain.com with your domain, include trailing dot) - Target:
app.datareshape.net
- TTL: 14400
- Click "Add Record"
3. Create SSL Validation Record
- Click "Add Record" again
- Configure the SSL validation:
- Type: CNAME
- Name:
_acme-challenge.dre2.yourdomain.com.
(replace yourdomain.com with your domain, include trailing dot) - Target:
dre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com
(replace yourdomain.com with your domain) - TTL: 14400
- Click "Add Record"
4. Verify Configuration
Your DNS records should appear as:
Type | Name | Target | TTL |
---|---|---|---|
CNAME | dre2.yourdomain.com. | app.datareshape.net | 14400 |
CNAME | _acme-challenge.dre2.yourdomain.com. | dre2.yourdomain.com.5c7e7c9aba529dca.dcv.cloudflare.com | 14400 |
cPanel typically requires the full subdomain format with a trailing dot (e.g., dre2.yourdomain.com.
). Some cPanel versions may auto-complete this format.
Common Issues & Solutions
Cannot Find Zone Editor
Symptoms: DNS management options not visible in cPanel Solution:
- Search for "DNS" or "Zone" in cPanel search bar
- Contact hosting provider - they may manage DNS externally
- Look for "Subdomains" section as alternative
Permission Denied Error
Symptoms: Cannot add or modify DNS records Solution:
- Contact hosting provider support
- Request DNS modification permissions
- Ask provider to add records on your behalf
Records Not Saving
Symptoms: CNAME records disappear after creation Solution:
- Check for conflicting existing records
- Verify subdomain format (with/without trailing dot)
- Try shorter TTL values (300-3600 seconds)
Invalid Record Format
Symptoms: Error messages about record format Solution:
- Try with and without trailing dots in subdomain name
- Use shorter record names (
dre2
instead ofdre2.yourdomain.com
) - Contact hosting support for correct format requirements
Next Steps
- Contact DATA Reshape team to confirm setup completion
- Implement tracking code using your custom subdomain
Your cPanel configuration is complete when both CNAME records are visible in the Zone Editor and resolve correctly. SSL certificates generate automatically within 24-48 hours.
Support Resources
cPanel Documentation:
Your Hosting Provider:
- Contact through your hosting account
DATA Reshape Support:
- Email: [email protected]
When requesting support, include:
- Your hosting provider name
- Domain name and chosen subdomain
- Screenshots of DNS records in cPanel
- Any error messages encountered