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 it.
1. 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.
2. 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.
-
Replenish your balance to the minimum amount to get access to the service. DNS hosting is free of charge, the money will remain on your balance and you can spend it on other services.
-
In the control panel, in the top menu, click Products and select DNS hosting.
-
Click Add Zone.
-
Enter the DNS zone name — the domain name with a dot, e.g.
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.servercore
.ru.
,b.ns.srv.cr
.,c.ns.srv.cr
.,d.ns
.servercore``.ru
. - SOA —
a.ns.srv.cr. dns.cloudflare.com. <zone_serial_number> 10000 2400 604800 1800
, where<zone_serial_number>
is the zone serial number, which changes when the zone is updated and signals the caching servers that records need to be cached again.
- NS —
3. Add resource records
-
In the control panel, in the top menu, click Products and select DNS hosting.
-
Open the zone page you created earlier.
-
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. For example, a group of NS records contains four records that point to Servercore NS servers.
-
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 main domain (zone name) — leave the field empty. For example, if you leave the field empty for the
example``.com
zone, 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 theexample.com
zone, a group will be created with the namefirst.example.com
.
- for the main domain (zone name) — leave the field empty. For example, if you leave the field empty for the
-
Select the type of resource records in the 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.
4. 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 records, replace the values with Servercore's NS servers:
a.ns.srv.cr
,b.ns.
servercore.ru
,c.ns.
servercore.ru
,d.ns
.servercore.ru
. Each server must be specified in a separate entry. -
Wait for the added resource records to propagate to the DNS servers. Propagation can take up to 72 hours.
-
Optional: check resource records. If after 72 hours resource records have not appeared on authoritative DNS hosting servers:
a.ns.srv.cr
,b.ns.srv.cr
,c.ns.srv.cr
,d.ns
.servercore
.ru
, create a ticket.