Business inquiries

[email protected]

Sales department

@bithosting_sales

Technical support

@bithosting_tech

🌍 How to Change DNS on Your VPS

Correct DNS configuration ensures stable and fast domain resolution. While default DNS settings are provided by the hosting provider, you can manually switch to faster or more secure options like Google DNS or Cloudflare. This guide covers how to change DNS settings on both Linux and Windows VPS.

💡 Popular Public DNS Servers

🐧 Changing DNS on Linux (Ubuntu, Debian)

Edit the resolv.conf file:

sudo nano /etc/resolv.conf
  

Replace its contents with:

nameserver 8.8.8.8
nameserver 1.1.1.1
  

⚠ On some systems, this file may be overwritten after reboot. In that case, configure DNS using netplan or systemd-resolved.

Example using Netplan:

ethernets:
  eth0:
    nameservers:
      addresses: [8.8.8.8, 1.1.1.1]
  

🪟 Changing DNS on Windows Server

1. Go to Network ConnectionsAdapter Settings
2. Open Internet Protocol Version 4 (TCP/IPv4)
3. Select Use the following DNS server addresses
4. Enter: 8.8.8.8 and 1.1.1.1
5. Click OK and restart the connection

🔧 Verify DNS After Changes

📌 Bit.Hosting Tips

← Back to Network section

If DNS changes cause issues or your server is unreachable, contact Bit.Hosting support. We’ll help troubleshoot and restore connectivity. 🛠

BIT.HOSTING

Your path to perfection

Maximum Performance

Stable servers and modern hardware ensure fast and reliable operation of your services.

Ultimate Configuration Flexibility

Support for various OS and control panels lets you tailor your hosting environment to your exact needs.

Affordable Server Prices

We offer some of the most competitive and accessible prices on the market.

24/7 Customer Support

Our experts are here to assist you anytime — with advice, solutions, or technical help around the clock.