Manage Domain & DNS Records

We describe some common operations on domain and DNS.

Domain

How to Manage My Registered Domain Names?

  1. Login to your billing account
  2. Choose the domain you want to cancel

How to Transfer a Domain to Database Mart?

Information: You will need to ask your current registrar to unlock your domain and get the EPP code first before transferring the domain to us. If your domain was transferred within the recent 60 days, it cannot transferred again during this period. Please place a domain transfer order at VPS Mart Domain.

How to create a domain in WebsitePanel?

  1. You are now set to create new domain. Simply click 'Domains' to create new domain.
  2. Click 'Add Domain' to create new domain.
  3. Click 'Domain' to add a top level domain - always to have a top level domain first and you will then be able to create sub-domains.
  4. Type in your domain name and click 'Add Domain'.
  5. New domain created.

DNS records

DNS Record Types Explained

A Record The majority of DNS records are “A” records. A records allow for you to point different sections of your domain to different IP addresses or servers. For example, this would be useful for having "domain.com" point to your web server's IP address and "domain.com" point to your mail server's IP address. Each record includes a “Host Name” value and a corresponding IP Address. Record field: The record name for that A record. The host name will precede the “.domain.com”. For example, adding a host name of “www” would translate to "domain.com". The “www” would point to the specified IP address in the A record. Address field: The IP address you wish for the A record to point to. For example, an A record name of “www” could point to “169.77.41.220″, while an A record name of “mail” could point to “169.18.30.78″. Examples A records: www, mail, ftp, webmail, www2, secure, store, dev

CNAME Record CNAME records point to domain names, as opposed to specific IP addresses. This is very useful in that you can point a CNAME record to a domain name, change the record value for that domain name, and the CNAME record will reflect the updated record value. This is most commonly used when dealing with several top level domain versions (.com, .net, .org, etc.) of the same domain name. For example, if you own “domain.com” and “domain.net”, instead of having to keep both domain name's records in sync with each other so that they resolve to the same IP address, you can simply create CNAME records for “domain.net” to mimic the “domain.com” records. That way, when changing records for “domain.com”, it will automatically be reflected on “domain.net” as well.

Record field: The host name for that CNAME record. The host name will precede the “.domain.com”. For example, adding a CNAME record name of “www” would translate to "domain.com". The “www” would point to the same IP address of the domain name value entered for the CNAME record.

Address field: The domain name you wish for the CNAME record to mimic. For example, a CNAME record of “www” could point to “dev.anotherdomain.com”. This allows "domain.com" to always point to “dev.anotherdomain.com” even when the IP address is changed or updated. Example CNAME record: Record: webmail Address: mail.hostedmail.com

MX Record An important part of the email delivery system is “MX” records. MX records essentially tell the world what server to send mail to for a particular domain name. Priority field: The priority preference for that MX record. MX records are processed in order starting with the one with the lowest priority value and working towards high priority records. In situations where you have multiple email servers, or backup email servers, set a lower priority value for your primary mail server and a higher priority value for your backup server.

Record field: You can specify a 3rd level mail domain here, but typically you will want to leave it as “@” to specify the record is for the root domain name.

Address field: The address of the target mail server. It is recommended to use a domain name value here as opposed to an IP address. Typically you would first create an “A” record of “mail” pointing to the IP address of your mail server, and specify "domain.com" here as the address entry for the MX record. Example MX records: Priority: 10 Record: @ Address: mail.domain.com Priority: 20 Record: @ Address: mail2.domain.com

TXT Record Typically a TXT record is used to get information about a domain. They can be used to specify what email servers are allowed to send mail for your domain with what is known as a “Sender Policy Framework (SPF)” record – which is very useful in combating spammers from falsely marking spam emails as from your domain name. They can also be used to provide a public “DomainKey” to be used to further prove the identity of emails being sent from your mail server to prove to spam filters that your domain's email is legitimate email.

Record field: The name of the TXT record. For example, to create an SPF record you would want to leave it as “@” to specify the record is for the root domain name. DomainKeys require a more detailed record name.

Address field: This is the value of the TXT record. Example TXT records: Record: @ Address: v=spf1 a mx -all Record: dkDomain._domainKey Address: p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhANZYB0

DKIM: DKIM (DomainKeys Identified Mail) is an important authentication mechanism to help protect both email receivers and email senders from forged and phishing email. Forged email is a serious threat to all parties in an email exchange.

How to Update DNS Records for Domain by WebsitePanel?

Problem

  • If domain is using our shared name server, we can manage domain DNS record by Shared Control Panel..
  • If domain is not using our shared name server, client needs to contact with their name server provider to manage domain DNS records.
  • If domain is using his private name server and the private name server is pointed to his server IPs, we can manage domain DNS record by client's private WebsitePanel.

The steps in WebsitePanel Control Panel

  1. Sign in to WebsitePanel.
  2. Choose the correct Hosting plan.
  3. Click Domains.
  4. Click Edit DNS zone records

Add DNS records for domain

  1. A records
  • The majority of DNS records are “A” records. A records allow for you to point different sections of your domain to different IP addresses or servers. Each record includes a “Host Name” value and a corresponding IP Address.
  • Record field: The record name for that A record. The host name will precede the “.domain.com”.
  • Address field: The IP address you wish for the A record to point to.
  • Examples A records: www, mail, ftp, sub domain, webmail, * and empty record.
  1. MX record
  • An important part of the email delivery system is “MX” records. MX records essentially tell the world what server to send mail to for a particular domain name.
  • Priority field: The priority preference for that MX record. MX records are processed in order starting with the one with the lowest priority value and working towards high priority records.
  • Record field: It is recommended to use a domain name value here as opposed to an IP address. Typically you would first create an “A” record of “mail” pointing to the IP address of your mail server, and specify “mail.domain.com” here as the address entry for the MX record.
  1. TXT record
  • Typically a TXT record is used to get information about a domain. They can be used to specify what email servers are allowed to send mail for your domain with what is known as a “Sender Policy Framework (SPF)” record, which is very useful in combating spammers from falsely marking spam emails as from your domain name.
  1. CNAME record
  • CNAME records point to domain names, as opposed to specific IP addresses. This is very useful in that you can point a CNAME record to a domain name, change the record value for that domain name, and the CNAME record will reflect the updated record value. This is most commonly used when dealing with several top level domain versions (.com, .net, .org, etc.) of the same domain name.