Before you begin, ensure you have:
Example:
You'll create:
Open your CyberPanel URL:
https://your-server-ip:8090
Log in using your administrator account
From the left navigation menu, go to:
DNS
Create Nameserver
Enter the following details:
Nameserver 1
| Field | Value |
| Domain | example.com |
| Nameserver | ns1 |
| IP Address | 192.0.2.10 |
Click Create Nameserver.
Repeat the process for:
Nameserver 2
| Field | Value |
| Domain | example.com |
| Nameserver | ns2 |
| IP Address | 192.0.2.10 (or second public IP) |
When you create nameservers through this page, CyberPanel also creates the required DNS zone if it doesn't already exist.
Navigate to:
DNS
Select your domain.
Verify that the following records exist.
A Records
| Type | Name | Value |
| A | ns1 | 192.0.2.10 |
| A | ns2 | 192.0.2.10 (or second IP) |
NS Records
| Type | Host | Value |
| NS | @ | ns1.example.com. |
| NS | @ | ns2.example.com. |
If any records are missing, add them manually using Add Record.
CyberPanel supports common DNS record types including A, AAAA, MX, CNAME, TXT, SPF, and NS.