DNS MANAGEMENT SOLUTION
- FAST, SIMPLE AND SECURE
With our HostingLD Console and API, you can list, add, modify or remove zones and records for free.
EASY TO USE INTERFACE
HostingLD Console includes an intuitive DNS management solution. Simply enter your zone names to import DNS entries. Use our HostingLD Console and API to view your DNS entries, add to them, edit them, or delete them. All completely free of cost.
ALL FEATURES ALSO VIA API
Automate your DNS entry management to the max. All of HostingLD Console's features are also available via our developer-friendly REST-API. Our detailed documentation includes programming examples and helps you get started.
## Get Record
# Returns information about a single record.
curl \
-X POST \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"example.com","mode":"primary","ttl":10800,"labels":{"key":"value"},"rrsets":[{"name":"www","type":"A","records":[{"value":"198.51.100.1","comment":"My web server at HostingLD Cloud."}]}]}' \
"https://api.hetzner.cloud/v1/zones"
hcloud zone create --name example.com --mode primary
Frequently Asked Questions
-
How much does it cost to use DNS Management in HostingLD Console?
HostingLD Console is completely free. Use it together with your existing Robot account. New customers can create a free account to use HostingLD Console.
-
What type of records does HostingLD Console support?
Using the GUI, you will be able to manage A, AAAA, CNAME, MX, NS, SRV, and TXT records. Using BIND files, you can manually manage CAA, DS, TLSA, DANE, HINFO, SOA, and RP record types.
-
Can I add an unlimited number of zones?
By default, you can add up to 25 zones. However, if you would like to increase this limit, it's easy to do. Just write a support ticket, and give us a quick explanation for why you need the increase.
-
Does HostingLD Console also support DNSSEC?
Currently, HostingLD Console does not include support for DNSSEC.