1. Access the DNS Manager
From the main menu, click on DNS Manager.
At the top, you’ll find several sections:
-
DNS Zones → to create or edit domains and subdomains
-
Bulk Management → to manage multiple records at once
-
rDNS Records → to set PTR (reverse DNS) records
2. Create a DNS Record
To create a DNS record:
-
Go to DNS Zones
-
Click Add Zone or open an existing domain
-
Create a new record by selecting the type:
-
A / AAAA: points a domain or subdomain to an IP address
-
CNAME: creates an alias for a domain
-
MX: defines mail servers
-
TXT: used for SPF, DKIM, or verification
-
Example: to create panel.mydomain.com, add an A record pointing to your server IP.
3. Create an rDNS (PTR) Record
To set an rDNS (PTR):
-
Go to rDNS Records
-
Click Add PTR Record
-
Fill in the required fields:
-
Related Item: select the associated service
-
IP Address: choose the IP address (if you have more than one)
-
TTL: leave the default value (e.g., 14400)
-
RDATA: enter the hostname to link, for example
server1.mydomain.com
-
-
Click Confirm
After a few minutes, the record will be active.
You can verify it with:
nslookup <ip>
or
dig -x <ip>
4. Useful Tips
-
The rDNS must match the server’s hostname.
-
Use only valid domains with working DNS.
-
If something goes wrong, you can delete and recreate the record.