How to Point a Domain to Your VPS Server


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

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.

Related:

  • dns records, domains, domain names, dns zone manager, dns server, dns manager, dns zone editor, dns configuration, dns, nameservers, vps guide
  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

Related Articles

How to Edit Zone File and Setup DNS Forwarding

To perform DNS forwarding, change your zone file, (MX, A-Records & CNAME) using the following...

Update Nameservers for Domains Registered at GoDaddy

After signing up for a hosting account, you will receive a Welcome email containing important...

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....

Modify Hosts File in Mac OSX

This guide shows how to modify hosts file in Mac OSX computer. Benefits of Changing Hosts File...