How to set your Windows VPS DNS server to google's DNS sever

Follow the below steps to set the DNS server for your Windows VPS to google's server. 

This can assist if, for example your Windows VPS does not have internet access or can also assist with faster DNS responses. 

 

  • Log into the VPS server via RDP or by using the NoVNC console from within your client services area. (The login details are provided within the service activation email)
  • open Run screen by holding the Windows button and hitting the R button on your keyboard.
  • type in cmd and then click on the OK button.

absolutehosting.co.za start run cmd

  • Type the below into command prompt and hit the Enter key to confirm the correct interface name on your VPS. (In this example the interface is Ethernet 2)
netsh interface ip show config
 
absolutehosting.co.za ip show config
  • Note the interface name.
  • Within Command Prompt, type in the below and hit the Enter key to set the desired DNS server. (Replace "Ethernet 2" with your interface name)

netsh interface ip set dns "Ethernet 2" static 8.8.8.8

absolutehosting.co.za ip set name

The DNS server for your network interface has now been set to Google's DNS. 

  • VPS, vps server, Windows 2022, DNS, dns servers
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to rename or change your VPS Host Name

Log in to the client service area and browse to services. On the services page click the Active...

How to create a PTR record for your VPS Server

Follow the steps below to create a PTR (reverse DNS) record for your VPS Server.    Log into...

How to create Firewall rules for your VPS server

Follow the below steps to create firewall rules for your VPS server.    Log into your...

How to Force Windows Operating System Activation

In very few cases your Windows VPS may display a message that your Windows Operating system is...

How to change your SSH Public Key

This guide will show you how to change your SSH Public Key on an Absolute Hosting EPYC VPS...