🚀 Is building a website too difficult? Let me guide you step by step—Learn about the 「Naibabiji WordPress Website Building Coaching Service」 →

NameSilo Domain Resolution, Changing DNS Servers, and 301 Redirect Tutorial

The previous article introducedNameSilo Domain Registration Tutorial, this article will explain how to modify domain resolution and DNS servers.

After purchasing a domainYou need to add resolution to the domain so that your website can be accessed via the domain

namesilo域名快速设置

The content of this article isHow to set up DNS in NameSilo, the setup methods for other domain registrars are similar and can be used as a reference.

NameSilo Tutorial on Modifying Domain Resolution IP

If you have just purchased a domain, you can choose to skip from the Quick Configure interface above. If you are not logged in, after openingNameSilothe website, log in first, then click on Domain Manager on the right.

登录NaemSilo域名后台

After logging in, once you enter the My Account interface, click on Domain Manager in the left menu.

By default, newly registered domains automatically have several DNS records set up, which we need to delete. (From the domain list, you can see a bus icon at the end, indicating that the default DNS records are active. We need to delete them manually.)

namesilo域名列表

On the domain list interface, clicking the map icon allows you to modify domain DNS records.Clicking the storage icon allows you to modify the DNS servers.

namesilo域名解析

Ifyou need to set up domain DNS records, click the blue globe, then enter the corresponding values in the DNS management interface.

Naiba Tip:

Newly registered domains automatically have 5 DNS records added; just delete them. (Some users get stuck thinking—they see only 3 records for their newly purchased domain and ask me what to do. What should you do? Delete them as well!)

Wp blog 298

Typically, you add an A record. Some service authentications require adding a CNAME record; just follow the prompts to add the corresponding values.

Detailed instructions for adding DNS records:

In the image above, section 1, 'Select the resource record type you want to create: A | AAAA | CNAME | MX | TXT/SPF | SRV | CAA' is where we choose the type of DNS record to add. Usually, you add an A record. In special cases, such as for business email, you may be required to add an MX record, so click MX.

Section 2, HOSTNAME, is where you fill in the subdomain. For a new website, we typically add two records: one for www and one for @. (Some domain registrars will default to @ if you leave it blank.)

Section 3 is where you fill in the server IP. You can find the corresponding IP in the server details page after purchasing a server or Shared Hosting.

For TTL, some special DNS records may require you to fill in a specific value. If there's no requirement, keep the default 7207.

Related ArticlesHow to check SiteGround server IP and DNS and resolve a domain

Under what circumstances do you need to modify DNS servers?

Typically, we only need to keep the default DNS servers.

are onlyYou only need to modify DNS servers in the following situations:

1. When using a third-party DNS service, such as DNSPod's service for DNS resolution.

DNSPod's DNS propagation time is faster than some default DNS servers, and paid plans support more personalized DNS configurations.

2. When using certain services that require you to change to their DNS servers.

For example, when using some CDN services, the CDN provider requires you to change your domain's DNS servers to theirs.

3. When changing to a hosting provider like SiteGround that includes domain management, DNS resolution will be handled automatically by the host, and you won't need to manually modify or add records.

After modifying the DNS servers, you can only manage domain DNS records on the corresponding website; DNS management on the purchase site will no longer take effect.

NameSilo Tutorial on Modifying Domain DNS Servers

1. After logging into NameSilo, go to the domain list page and click the storage icon next to the domain you want to modify, as shown in the image below:

namesilo修改DNS服务器

Tip: If you don't see this icon but see a car icon instead, first click the blue globe icon to delete all DNS records, then you will see the DNS icon.(If you still don't see it after deletion, follow the steps in the image below.)

Snipaste 2025 10 22 12 10 32

2. Click the storage icon to enter NameSilo's DNS modification interface, then delete the default 3 DNS servers and replace them with the new DNS servers before saving.

namesilo修改DNS服务器

You must fill in at least two new DNS servers by default; the third one is optional.

For example, if you want tochange the DNS servers to SiteGround's, then fill in the DNS server addresses provided in your SiteGround Admin Dashboard. The location to view them is shown in the image below:

siteground查看DNS位置

NameSilo Domain 301 Redirect to Another Domain Tutorial

Sometimes we switch to a new domain, or a domain needs to point to another domain. You can directly perform a 301 redirect in the NameSilo backend without purchasing a server. The specific method is as follows:

namesilo选择forward Domains

Go to the domain list, check the domain you want to redirect, and then select Forward Domains at the top.

nameisilo设置301跳转

In the new pop-up interface, fill in the Forwarding Address with the address you want the domain to redirect to, and save.

Note: If you have changed the DNS server, this redirect function will become invalid.

Website still inaccessible after modifying DNS pointing IP?

After modifying DNS resolution, there is a propagation time required for the changes to take effect. This propagation time varies depending on the DNS servers in different regions, typically ranging from a few hours to several days.

To speed up DNS propagation, you can use third-party public DNS servers. For reference, you can check the setup tutorial for Alibaba Public DNS.

Method to change the DNS resolution server on your computer:http://www.alidns.com/setup/

For reference on some other commonly used DNS servers, see here:https://www.ip.cn/dns.html

How to determine if DNS resolution has taken effect

The simplest method is to open the domain name you added the resolution for. If it opens normally, it proves the resolution has taken effect; if it doesn't open, it hasn't taken effect.

You can also manually ping the domain name to check if it has taken effect. The specific method is as follows:

Start > Run > type cmd and press Enter (or directly press WIN + R, type cmd, and press Enter).

ping www.baidu.com

Replace www.baidu.com with your own domain name and press Enter.

A result similar to the following will appear.

C:\Users>ping www.baidu.com

正在 Ping www.a.shifen.com [180.97.33.108] 具有 32 字节的数据:
来自 180.97.33.108 的回复: 字节=32 时间=24ms TTL=55
来自 180.97.33.108 的回复: 字节=32 时间=23ms TTL=55
来自 180.97.33.108 的回复: 字节=32 时间=23ms TTL=55
来自 180.97.33.108 的回复: 字节=32 时间=23ms TTL=55

180.97.33.108 的 Ping 统计信息:
    数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
    最短 = 23ms,最长 = 24ms,平均 = 23ms

Check if that IP is the IP you set. If not, it hasn't taken effect.

Of course, sometimes it could also be a DNS cache issue. Enter the following command to clear the DNS cache.

ipconfig /flushdns

Try again after clearing it.

The above isHow to set up DNS in NameSiloand all content related to domain name resolution. If you registered your domain with another service provider, the domain resolution method is largely similar—just add an A record pointing to your server's IP address.

Related articles:

NameSilo Domain Resolution Common Issues

How long does it take for NameSilo domain name resolution to take effect?

After adding domain name resolution in NameSilo, it usually takes effect within half an hour; faster DNS servers may take effect in just over ten minutes. If it hasn„t taken effect on your computer after more than half an hour, you can refer to the “Website still inaccessible after modifying DNS pointing IP?" section above to try modifying your computer's DNS server and checking the resolution status.

How to set up NameSilo domain name resolution with CloudFlare?

CloudFlare is a CDN service provider. To resolve a NameSilo domain name to CloudFlare, you first need to add your website in CloudFlare, then obtain the DNS servers provided by CloudFlare. Finally, go back to the domain DNS server settings on the NameSilo website and modify the DNS records to CloudFlare's.

How to resolve NameSilo to Vultr?

Go to your purchased VPS list in Vultr, find the IP record of the VPS you need to resolve, then return to the domain resolution list in NameSilo and add an A record, filling in the record value with Vultr's IP address.

NameSilo resolution is slow or not taking effect?

Domain name resolution does not take effect immediately after being added; it requires some reaction time to refresh the cache, usually taking effect within half an hour. If you find NameSilo's resolution slow, you can use third-party resolution services such as DNSPod or CloudFlare. Simply modify the DNS server records to the third-party's.

🚀 Still feeling confused after reading the tutorial? Let me guide you step-by-step.

「Naibabiji WordPress Website Building Coaching Service」—From choosing a domain and buying hosting, to installing a Theme and publishing content, I「ll coach you through every step, helping you avoid detours and reach your goal directly.

👉 Learn about the Website Building Coaching Service
<

There are 33 comments on „NameSilo Domain Resolution, Changing DNS Servers, and 301 Redirect Tutorial“

  1. nekosays:

    When pinging the domain name, it shows „Request timed out“ and „75% loss.“ What does this mean?

  2. Nicsays:

    Dear Lee,
    I followed your steps to set up SiteGround's built-in email, but it's not working. The domain was purchased from Alibaba Cloud. What settings are needed to use the email? Thank you!

    Nic

    • Leesays:

      After changing the DNS to SiteGround's, wait a few hours and it should work. Email propagation usually takes a long time.

  3. imlouissays:

    Brother, after the DNS resolution, the website keeps showing this. What should I do?
    Welcome to the home of xxx
    To change this page, upload your website into the public_html directory. There is a blue triangle logo below.

    • Leesays:

      This proves the DNS resolution is correct, but the website files are not placed in the correct directory.

  4. Doudousays:

    Hello, may I ask what to fill in for the server IP in step 3? I'm a complete beginner. Thank you for your guidance!

  5. Doudousays:

    Hello, may I ask what is meant by 'filling in the server IP' in step 3 of the DNS resolution? I'm a complete beginner in website building. I would appreciate your guidance. Thank you!

  6. Theasays:

    Hello, I bought a domain from Namesilo and pointed it to the hosting server. I also changed the MX records on the hosting for Tencent Enterprise Email (deleted the hosting's built-in email MX records), but the email still doesn't work. What could be the reason?

    • Leesays:

      After general DNS resolution, it usually takes a few hours to take effect. You can wait a few hours and test again.

  7. tmassays:

    First time using NameSilo's DNS resolution, found it indeed takes 30 minutes or more to take effect.
    I have to complain a bit here. When I use Aliyun's DNS resolution, it takes effect immediately (just for your reference).

  8. Xiaoyusays:

    Hello Naiba! I heard that some hosting providers force the use of their name servers for certain security reasons (like Hostinger and GreenGeeks). Does this mean you must buy the domain from them? (I originally planned to buy a domain from NameSilo and then get Hostinger's cheapest plan that doesn't include a domain. Seeing this, I'm hesitant to buy.)
    I'm a beginner. Thank you in advance for your guidance, Naiba!

  9. Gulusays:

    How to fix the address in the profile section always showing as invalid? Please advise, teacher.

  10. Francosays:

    Hello, I bought a domain from NameSilo and paired it with a Hostinger host (you need to buy a server first to get the server IP). But I can't find the IPv4 address, I've been looking and can't find it...

  11. angelsays:

    Hello Naiba, I bought a domain from NameSilo last year and haven't used it. I bought another one this year. The server is from GreenGeeks. I've changed the DNS resolution and name servers, but it still can't be pinged. I also asked GreenGeeks to replace the domain associated with my server. Where else should I check for the problem?

  12. laurasays:

    Hello Naiba! I have a question. I followed your website building process and reached the server purchase step. On SiteGround, at the second step of selecting a domain, when I used an existing domain, it shows the domain is invalid. What's going on? Did I do something wrong?

  13. Faysays:

    Hello Naiba, I've reached the 'decoration' step, but when I open the default WordPress interface, it shows a 404 error. What could be the issue?

  14. Ronaldsays:

    Hello Naiba!
    The domain and server were originally on GoDaddy and GreenGeeks shared hosting. Now I'm transferring service providers.
    I purchased a VPS on AlphaVPS, successfully transferred the domain on NameSilo, and added the domain resolution.
    I have installed Baota Panel on the server and added the website for this domain after logging into Baota Panel.
    However, entering the domain shows the webpage cannot be opened, but pinging the domain is successful and displays the server's IP address.
    Downloading WordPress and extracting it into the website directory still results in the same issue.
    I'd like to ask what problem might be occurring in this situation.

    • Leesays:

      If the ping result shows your new server's IP, then the issue is most likely with the configuration on the new server's Baota Panel. You can check it carefully.

  15. 大77says:

    There were problem(s) with your request:
    我的域名 for CNAME record also has NS record(s)
    我的域名 for CNAME record also has SOA record(s)
    Please make applicable changes and try again.
    What should I do?

  16. 111says:

    You are currently NOT using our default nameservers for this domain. Therefore, any DNS changes you make will NOT have an impact.

    In order to manage your DNS with us, you need to change your nameservers to:
    NS1.DNSOWL.COM
    NS2.DNSOWL.COM
    NS3.DNSOWL.COM
    You can click here to update your domain to use our default name servers.
    Bro, does this pop-up mean we must use their nameservers?

Post Reply

Your email address will not be published. Required fields are marked with*marked

🔒 Security Verification
Please click the rabbit
🐰
Rabbit
🐭
Mouse
🐶
Puppy
🐱
Kitten

×
二维码

Scan QR Code to Follow

AI Website Building Assistant

🤖
Hello! I am the Naibabiji AI Assistant. How can I help you?
Quick Consultation: