To point your domain to ASEOHosting you have two standard options: change the domain's nameservers to the ones we provide, or leave your current DNS host in place and edit a single A record so it resolves to your account's IP address. Nameservers hand the whole zone to our server; an A record moves only the website while your existing DNS stays where it is. Both are done at your domain registrar or DNS provider, and both take effect after DNS propagation.

Which method should you use?

Use nameservers when you want cPanel and WHM to manage all of your DNS (website, mail, subdomains) in one place. This is the simplest choice for most sites and is required if you want your email routed through the same server. Use an A record when you need to keep DNS with your current provider (for example a CDN, a marketing platform, or a separate mail host) and only want to send web traffic to ASEOHosting. Because each ASEOHosting account sits on a dedicated Class C IP, the A record method still gives you a clean, isolated address for the site. A dedicated IP is a footprint and deliverability control, not a positive ranking signal, so treat it as defensive rather than a shortcut to higher rankings.

Visitor asks yourdomain.com Nameservers ns1 / ns2 (ASEO) Our server dedicated IP Method A: full DNS delegation Visitor asks yourdomain.com Current DNS A record only Our server dedicated IP Method B: A record points web only

Find your account details first

Before you change anything, open your ASEOHosting welcome email or client area, or log in to cPanel and look at the right-hand sidebar. Note two things: your dedicated IP address (used for the A record) and your assigned nameservers, which look like ns1.yourserver.tld and ns2.yourserver.tld. If you cannot locate either value, contact our team through /contact-us.html and we will confirm them for your account.

Option 1: Point with nameservers

  1. Log in to the registrar where the domain is registered (the company you bought the domain from).
  2. Open the domain's management page and find the Nameservers or DNS section.
  3. Select the option to use custom nameservers, then remove the existing entries.
  4. Enter the ASEOHosting nameservers, for example ns1.yourserver.tld and ns2.yourserver.tld.
  5. Save the change. Allow time for propagation, typically a few hours and up to 24 to 48 hours worldwide.

Once the nameservers resolve to us, all DNS is served from cPanel, so you manage records under the Domains section using the Zone Editor.

Option 2: Point with an A record

Keep your current nameservers and edit only the address records. In your DNS provider's editor, set:

Type: A    Name: @      Value: 203.0.113.10   TTL: 3600
Type: A    Name: www    Value: 203.0.113.10   TTL: 3600
  1. Replace 203.0.113.10 with your account's real dedicated IP.
  2. The @ record covers the root domain; add a matching record for www (an A record, or a CNAME to the root if your provider prefers).
  3. Lower the TTL to 300 a day before the switch if you want faster cutover, then raise it again afterward.
  4. Save and wait for propagation. Remember that mail and other services stay with your current DNS unless you move those records too.

Verify and troubleshoot

After the change, confirm resolution from your machine:

dig yourdomain.com +short
nslookup yourdomain.com

The answer should be your ASEOHosting IP (A record method) or point through our nameservers (delegation method). If you still see the old value, your local resolver or browser is likely caching an older answer; give it more time and retest. If you plan to add an SSL certificate, do it after the domain resolves to us so validation can complete; see /ssl-certificates.html. For more DNS how-tos, browse the DNS and IP management guides. If you want a fuller explanation of how record types behave, the IETF DNS terminology reference is a solid source (RFC 9499).

Cette réponse était-elle pertinente? 0 Utilisateurs l'ont trouvée utile (0 Votes)