DNS hosting: quick start
Only second-level domains can be added to DNS hosting.
-
Make sure you have a domain name and access to the control panel of the domain registrar where it is registered. If you do not already have a domain name, register him.
Register a domain name
Servercore does not provide domain registration and renewal services.
To add a domain to your hosting, you must first register it — rent a domain name from a domain registrar. When the lease expires, the domain lease needs to be renewed so that the site on the domain works without interruption.
Create a zone
A zone is a logical union of the resource records of a domain and its subdomains. You can create any number of zones.
-
Top up for a minimum amountto access the service. DNS hosting is free of charge, this money will remain on your balance and you can spend it on other services.
-
In control panels go to DNS → Domain zones.
-
Click Add a zone.
-
Enter the DNS zone name — the name of the domain with a dot, for example,
example.com.
. Only second-level domains can be added. -
Click Add. The zone will automatically create NS and SOA records with default values:
- NS —
a.ns.srv.cr.
,b.ns.srv.cr.
,c.ns.srv.cr.
,d.ns.srv.cr.
- SOA IS.
a.ns.srv.cr. dns.cloudflare.com. <zone_serial_number> 10000 2400 604800 1800
where<zone_serial_number>
— zone serial number, which changes when the zone is updated and signals to the caching servers that records need to be cached again.
- NS —
Add resource records
-
В control panels go to DNS → Domain zones.
-
Open the zone page that previously created.
-
Click Add. In DNS hosting, resource records are stored in groups — one group contains all the resource records of a domain with the same type, e.g., all the IP addresses of a domain at the DNS balancing.
-
Enter the name of the resource record group — this is the domain for which the group will be created. You can create a resource record group:
- for the primary domain (zone name) — leave the field blank. For example, if you leave the field blank for the zone
example.com.
a group will be created with the nameexample.com.
- for a subdomain — enter the first part of its name. For example, if you enter
first
for the areaexample.com.
a group will be created with the namefirst.example.com.
- for the primary domain (zone name) — leave the field blank. For example, if you leave the field blank for the zone
-
Select resource record type in a group — A, AAAA, TXT, CNAME, DNAME, HTTPS, NS, MX, SOA, SRV, SSHFP, SVCB, ALIAS, or CAA.
-
Enter TTL or leave the default value. TTL is the time in seconds for which a resource entry in the NS server cache is considered up to date and does not need to be re-cached. The specified TTL applies to all resource entries in the group.
-
Enter the value of the resource record, for example, for an A record, the IP address to be mapped to the domain name.
-
Optional: To add another resource record to the group, click Add and enter the value of the record.
-
Optional: enter a comment — any additional information about the group. The comment will be displayed only in DNS hosting.
-
Click Add.
Delegate domain
In order to transfer control of domain resource records to Servercore servers, the domain must be delegated — you must specify these servers in the domain's NS records.
-
Go to the control panel of the domain registrar where your domain is registered.
-
In the NS entries, replace the values with Servercore's NS servers:
a.ns.srv.cr
,b.ns.srv.cr
,c.ns.srv.cr
,d.ns.srv.cr
. Each server must be listed in a separate entry. -
Wait until added resource records will propagate to DNS servers. Propagation can take up to 72 hours.
-
Optional: check resource records. If after 72 hours the resource records have not appeared on authoritative DNS hosting servers:
a.ns.srv.cr
,b.ns.srv.cr
,c.ns.srv.cr
,d.ns.srv.cr
, file a ticket.