How to set up DNS records on your VPS

August 10, 2025 Comments Off

I will give a details example.

Link your VPS IP to the domain

To link your domain (example.com) to your VPS IP, you need to set up DNS records (A for IPv4, AAAA for IPv6) at your domain’s DNS manager. This is usually done at your domain registrar or wherever your DNS is hosted.

Here’s what you should do:

  • First, go your domain DNS manager.
  • Set an A record for example.com, pointing to 841.947.1842.5894.
  • Set an AAAA record for example.com pointing to 87a02:4780:8444:a15a::1.

Then add the DNS record of your web panel Webuzo, or cPanel

First, Select
Which type of DNS record you want to add (A, AAAA, MX, CNAME, TXT, etc.) select it.

The exact values (e.g., IP address, hostname, or other data)

Which DNS management software or control panel are you using (such as Webuzo, cPanel, etc.)

To add A and AAAA records for your domain on your VPS, you’ll need to use your DNS management software (Webuzo, in your case). Here’s a general guide:

  • Log in to your Webuzo control panel.
  • Go to the DNS Zone Management section.
  • To add an A record, set the hostname (e.g., @ or www) and point it to your VPS IPv4 address: 31.97.182.151.
  • To add an AAAA record, set the hostname and point it to your VPS IPv6 address: 2a02:4780:41:a15a::1.
  • Save the changes.

Just it. I hope you can do it now.