Domain Management

DNS Explained: How to Point Your Domain to Your Web Hosting

Bought a domain from one provider and hosting from another? You need to point them together using DNS. Here's what DNS is, how nameservers work, and how to connect the two — without the jargon.

Cynet Team

Cynet Hosting

April 21, 2026 8 min read
Illustration showing a domain name connecting to hosting servers through DNS nameservers with propagation flow

You registered a domain from one company. You subscribed to hosting from another. You've built your website. But when you type the domain in your browser — nothing loads. Or worse, a "parked domain" placeholder from your old registrar shows up.

What's missing is the link between your domain and your hosting. That link is called DNS — and the good news is, connecting them takes less than 5 minutes once you know where to click.

This guide explains what DNS actually is, why it matters, and exactly how to point your domain to your hosting — in plain language.

What Is DNS?

DNS stands for Domain Name System. It's the technology that translates human-friendly domain names (like yourbusiness.com.my) into the numeric IP addresses that computers actually use to communicate (like 203.0.113.45).

Think of DNS as the phonebook of the internet:

  • You ask: "Where does yourbusiness.com.my live?"
  • DNS answers: "At server 203.0.113.45"
  • Your browser then connects to that server and loads the website
Without DNS, you'd need to memorise IP addresses for every website you visit. With DNS, you just type the name.

Why Does DNS Matter for Your Website?

When someone registers a domain, the domain itself is just a name — it doesn't automatically know where your website is hosted. You need to tell it.

Here's a typical scenario for Malaysian small business owners:

  • You bought yourbusiness.com.my from a domain registrar (maybe MYNIC, Exabytes, or GoDaddy)
  • You bought web hosting from a different company (like Cynet)
  • Your website files are sitting on Cynet's servers, but your domain has no idea — it's still pointing at your registrar's default page
To connect them, you update something called nameservers at your registrar. That tells the internet: "For this domain, ask this hosting company for all DNS information."

What Are Nameservers?

Nameservers are the DNS servers that hold the records for your domain. Every domain uses exactly one set of nameservers at a time, and that set determines which company manages your DNS.

When you sign up for hosting, your hosting provider gives you their nameserver addresses. For Cynet, they are:

Nameserver
ns1.cynethost.com
ns2.cynethost.com
ns3.cynethost.com
ns4.cynethost.com
Four nameservers are used for redundancy — if one is temporarily unavailable, the others respond. All four must be entered at your registrar.
Already registered your domain with Cynet? Your nameservers are automatically set to Cynet's — no action needed. This guide is for domains registered elsewhere.

The Big Picture: What Happens When Someone Visits Your Site

Here's what actually happens in the background when a visitor types your domain:

  1. Visitor entersyourbusiness.com.my in the browser
  2. Browser asks a DNS resolver: "Where does this domain live?"
  3. Resolver asks the root DNS: "Who manages .com.my?"
  4. Root DNS replies: "Ask the MYNIC nameservers"
  5. Resolver asks MYNIC: "Who manages yourbusiness.com.my?"
  6. MYNIC replies: "Ask ns1.cynethost.com" (the nameserver you set)
  7. Resolver asks Cynet's nameserver: "What's the IP address?"
  8. Cynet replies: "It's 203.0.113.45"
  9. Browser connects to that IP and loads your website
All of that happens in under 100 milliseconds. But if step 6 is missing (because you never pointed the nameservers), the chain breaks and the website doesn't load.

How to Point Your Domain to Your Hosting (5 Steps)

The process is the same regardless of which registrar you used — only the menu labels differ slightly.

Step 1: Find Your Hosting Provider's Nameservers

Your hosting welcome email contains the nameservers you need. For Cynet hosting, use all four:

  • ns1.cynethost.com
  • ns2.cynethost.com
  • ns3.cynethost.com
  • ns4.cynethost.com

Step 2: Log In to Your Domain Registrar

Go to the website where you bought the domain (not where your hosting is). Common registrars include:

  • MYNIC (for .my and .com.my domains registered directly)
  • Exabytes
  • GoDaddy
  • Namecheap
  • NetMyne
Log in with the credentials you used during domain registration.

Step 3: Find the Nameserver Settings

Look for a menu labelled one of the following:

  • Nameservers
  • DNS or DNS Management
  • DNS Servers
  • Domain Settings → Nameservers
The exact path differs by registrar, but every registrar has this option somewhere in the domain management area.

Step 4: Replace the Existing Nameservers

  1. Remove any existing nameservers (they'll usually be your registrar's defaults)
  2. Add all four Cynet nameservers
  3. Ensure there are no typos — nameservers are case-insensitive but spelling-sensitive

Step 5: Save and Wait

Click Save, Update, or Change Nameservers. The change is submitted instantly, but it takes time to spread across the internet — this is called DNS propagation.

Our Help Center has a complete step-by-step guide to pointing your domain with registrar-specific screenshots.

What Is DNS Propagation?

DNS servers around the world cache (remember) DNS answers to make the internet faster. When you change your nameservers, those cached answers need to expire before the new ones take effect.

Here's what to expect:

Time Since ChangeWhat's Happening
0–30 minutesYour change is registered at the registry, but still propagating
30 minutes – 4 hoursMost users worldwide start seeing the new nameservers
4–24 hoursFull propagation for the vast majority of locations
Up to 48 hoursEdge cases — ISPs with aggressive caching
During propagation:
  • Some visitors may see your new site, others still see the old one
  • Your website may be temporarily inaccessible
  • Email delivery may be delayed
The waiting is normal. Don't change the nameservers again during propagation — that resets the clock.

How to Check Propagation Progress

Use a free tool like whatsmydns.net:

  1. Enter your domain
  2. Select NS (for nameserver records)
  3. View a global map showing which regions have picked up the new nameservers
When most locations show Cynet nameservers, propagation is nearly complete.

After Propagation: What's Next?

Once your domain points to Cynet, everything else works through your hosting account:

  1. Your website loads — upload your files via cPanel File Manager or install WordPress with one click
  2. Email works — create addresses like [email protected] in cPanel
  3. SSL is issued automatically — AutoSSL provisions a free certificate within minutes
  4. DNS records are managed in cPanel — Zone Editor lets you add A, MX, CNAME, TXT records
New to cPanel? Read our beginner's guide to cPanel to understand what each section does.

Common DNS Records (Beyond Nameservers)

Pointing your nameservers is the biggest step, but DNS uses several record types for different purposes. You'll encounter these inside cPanel's Zone Editor:

RecordPurposeExample
APoints a domain/subdomain to an IPv4 addressyourdomain.com.my → 203.0.113.45
AAAASame as A, but for IPv6 addressesyourdomain.com.my → 2001:db8::1
CNAMEAliases one name to anotherwww.yourdomain.com.my → yourdomain.com.my
MXDirects email to the right mail servermail.yourdomain.com.my handles email
TXTStores text data, used for SPF, DKIM, and domain verificationv=spf1 include:spf.cynethost.com ~all
NSSpecifies the nameservers for the domainns1.cynethost.com
You don't need to create these manually in most cases — Cynet's nameservers set up sensible defaults for you automatically.
Want to understand each record type in more depth? See our Help Center guide on DNS record types.

Alternative: Using Your Registrar's DNS With an A Record

Instead of changing nameservers, some users keep their registrar's DNS and point only a specific record to their hosting. This is useful when:

  • You're using a service like Cloudflare as your DNS provider
  • You want to host email with one provider and web with another
  • You need more granular DNS control
To do this, you'd create an A record at your registrar's DNS management, pointing @ (the root domain) and www to your hosting server's IP address.

However, for most beginners, updating nameservers is simpler and more reliable. It's the recommended path unless you have a specific reason to do otherwise.

Common DNS Mistakes to Avoid

1. Changing Nameservers Before Your Website Is Ready

If you change nameservers before setting up your website on the new hosting, visitors will see a blank page or a "coming soon" message during the transition. Install WordPress (or upload your files) first, then update nameservers.

2. Entering Only Two Nameservers

All four nameservers should be added for redundancy. Missing nameservers can cause intermittent connection issues.

3. Typos in Nameserver Addresses

A single typo (ns1.cynethhost.com instead of ns1.cynethost.com) will break DNS entirely. Copy-paste from your welcome email whenever possible.

4. Changing Nameservers Repeatedly During Propagation

Every change restarts the propagation clock. If you've made a change, wait at least 24 hours before making another.

5. Forgetting About Email Records

If you were previously using your registrar's email hosting or Google Workspace, changing nameservers may route email to your new hosting instead. If you want to keep your existing email setup, recreate the MX records in cPanel's Zone Editor after propagation.

Troubleshooting

"This site can't be reached" 24+ Hours Later

  • Double-check nameservers at your registrar for typos
  • Use whatsmydns.net to confirm the NS records show Cynet's nameservers globally
  • Verify your hosting account is active in the Cynet client area
  • Clear your browser cache or try an incognito window
  • Flush your local DNS cache:
- Windows: ipconfig /flushdns - Mac: sudo dscacheutil -flushcache

Website Loads on Mobile but Not on Desktop (or Vice Versa)

This is almost always a DNS caching issue. Your ISP or local network is still serving the old DNS. Wait longer, or try from a different network (e.g., mobile data).

Old Website Still Showing

Your browser, ISP, or router is caching the old DNS answer. Try:

  1. Incognito / private browsing mode
  2. A different browser
  3. A different device on a different network
  4. Clearing DNS cache (see above)

Email Stopped Working After Nameserver Change

Your MX records may need to be recreated. Log in to cPanel → Zone Editor → verify MX records point to mail.yourdomain.com.my, or restore your previous email host's MX records if you want to keep using them.

Wrapping Up

DNS is the translator that connects your domain name to your hosting server. Pointing your domain is usually a 5-minute task — but it can look intimidating if no one explains what's happening.

Here's your quick reference:

  1. Get your hosting nameservers from the welcome email (four addresses for Cynet)
  2. Log in to your domain registrar — not your hosting provider
  3. Find nameserver settings under DNS or Domain Management
  4. Replace existing nameservers with all four from your hosting
  5. Save and wait 2–24 hours for DNS propagation
Once propagation finishes, your website, email, and SSL will all work through your hosting account automatically.

Need help choosing a domain or hosting plan to get started?

dns domain nameservers hosting beginner guide malaysia tutorial

Cynet Team

Cynet Hosting

The Cynet Hosting team shares insights on web hosting, domains, and building a successful online presence in Malaysia.

Need reliable hosting?

Get fast, secure Malaysian hosting with 24/7 support. Free migration included.

Explore Hosting Plans

Not sure which plan is right for you?

Get a personalized recommendation in under 60 seconds.

Find the Right Plan