How to Point a Domain to Your VPS Server

This article provides a guide for how to point a domain to your VPS server.

Launch 100% SSD VPS from $2.49/mo!

How to Point a Domain to Your VPS Server

This article will discuss the most common and simple method of pointing a domain name to a VPS server:

Create an A Record (DNS Record)

The easiest way to point a domain to your VPS server is by creating an A Record in your domain's DNS records.

  1. Locate the IP address (IPv4) of your VPS server (this information can be found in the Welcome Email - See: Viewing Your Email History).
  2. From your Domain provider (where you manage the domain's DNS), create an A Record using the following format:
    <domain_host>      IN    A      <your_vps_ip>

    The result should resemble:

    www      IN    A      1.2.3.4

    where your domain is www.domain.tld and your VPS IPv4 address is 1.2.3.4

Create an AAAA Record (DNS Record)

Similarly, you can create an AAAA record to point your add IPv6 compatibility to your domain.

  1. Locate the IPv6 address of your VPS server (this information can be found in the Welcome Email - See: Viewing Your Email History).
  2. From your Domain provider (where you manage the domain's DNS), create an AAAA Record using the following format:
    <domain_host>      IN    AAAA      <your_vps_ip>

    The result should resemble:

    www      IN    AAAA      2606:aec0:1000::1

    where your domain is www.domain.tld and your VPS IPv4 address is 2606:aec0:1000::1

For domains registered at Rad Web Hosting, these records can be created and managed using the DNS Manager interface.

Conclusion

You now know how to point a domain to your VPS server.

Launch 100% SSD VPS from $2.49/mo!

Related:

  • dns records, domains, domain names, dns zone manager, dns server, dns manager, dns zone editor, dns configuration, dns, nameservers, vps guide
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Guide to Domain EPP Status Codes

EPP Status Codes are used by the Domain Registry to signify the status of a particular domain...

Addon Domain Vs Alias Domain

The table below lists some key characteristics of Addon Domain and Alias Domain....

What Server Virtualization Are Your Hypervisors?

All VPS hypervisors use KVM virtualization technology. Order here: KVM VPS servers

Video: How to Setup Domain Redirects in cPanel

This video tutorial provides Step-by-Step instructions how to setup domain redirects in cPanel...

Video: Creating an Alias Domain in cPanel

This video tutorial provides Step-by-Step instructions for adding an Alias Domain in cPanel...