You have a domain and a server. Here’s how to connect them so visitors reach your website when they type your domain.

Pointing your domain to GoZen Host

This is the simplest approach. Point your domain to GoZen nameservers and we handle all DNS for you.

If Your Domain is Registered at GoZen Host

If Your Domain is at Another Registrar

  1. Log into your registrar (GoDaddy, Namecheap, Cloudflare, etc.)
  2. Find the Nameservers or DNS settings for your domain
  3. Switch from the registrar’s default nameservers to custom nameservers
  4. Enter the GoZen Host nameservers:
  1. Save changes

DNS propagation takes anywhere from a few minutes to 48 hours. Most changes take effect within an hour.

Option 2: Use A Records (Keep DNS Elsewhere)

If you want to keep managing DNS at your current registrar (e.g., you use Cloudflare for CDN/proxy), point only the A records:

  1. Log into your DNS provider
  2. Add or edit the following records:
  Type: A
Name: @
Value: your-server-ip
TTL: 3600
  
  Type: A (or CNAME)
Name: www
Value: your-server-ip (or yourdomain.com for CNAME)
TTL: 3600
  

Replace your-server-ip with the IP address shown in your GoZen Host client area (ServicesMy Services → select your plan).

Don’t Forget Email

If you only change A records, email won’t work unless you also set up the right MX records. See Managing DNS Records for MX configuration.

Adding the Domain in cPanel

After DNS is pointed, tell cPanel about the domain:

  1. Log into cPanel
  2. Go to Domains
  3. Click Create A New Domain
  4. Enter your domain name
  5. Optionally set a custom document root (defaults to public_html/yourdomain.com/)
  6. Click Submit

For your primary domain (the one your account was created with), this step is already done. You only need to add additional domains this way.

Verify It Works

After DNS has propagated, check that your domain resolves correctly:

From Your Browser

Visit http://yourdomain.com. You should see either your website or the cPanel default page (if you haven’t uploaded anything yet).

From the Command Line

  # Check A record
dig yourdomain.com A +short
# Should return your server's IP address

# Check nameservers
dig yourdomain.com NS +short
# Should return GoZen Host nameservers
  

Using an Online Tool

Go to GoZen DNS Inspector and enter your domain. It validates A records, nameservers, and email authentication (SPF, DKIM, DMARC) in one scan.

Troubleshooting

ProblemFix
Domain shows registrar’s parking pageDNS hasn’t propagated yet - wait or check nameserver settings
“This site can’t be reached”A record is missing or points to the wrong IP
Website works but email doesn’tMX records not configured. Add them
cPanel says “domain not configured”Add the domain in cPanel → Domains
SSL errors after pointing domainWait for DNS to fully propagate, then run AutoSSL in cPanel

What to Do Next

Last updated 05 Apr 2026, 00:00 +0200. history

Was this page helpful?