Controller Management Panel
Please update your credentials to proceed
Your account has been initialized with a temporary random password. You must change it before you can access the dashboard.
| Server name | Last seen | Zones / excluded | Panel | DNS Type | RBL Status | Cluster |
|---|---|---|---|---|---|
| Loading hosting servers... | |||||
| Server name | Last seen | Zones | RBL Status | Cluster |
|---|---|---|---|---|
| Loading DNS nodes... | ||||
No problems found
| Domain | Serial Number | Default TTL | Last Sync | Status | Actions |
|---|
| Name | Type | Content | Priority | TTL | Actions |
|---|
| Timestamp | Nameserver Node | DNS Zone | Action | Message |
|---|
| Username | Email Address | Role | Created At | Actions |
|---|
Your new DNS Nameserver Node has been registered successfully. Use the token below to configure the Node Agent.
node_xxxxxxxxx
dnsadmin-node-agent code.DNSADMIN_TOKEN="<token_above>"PORT="5300"
npm start.A secure API key has been generated for this server to trigger DNS synchronization.
agent_xxxxxxxxx
Configure your server's DNS hook script to post updates to the Controller:
URL: http://<controller_ip>:5380/api/v1/agent/sync-zone
Headers:
X-DNSAdmin-Token: <token_above>
Content-Type: application/json
Body:
{
"domain": "example.com",
"zone_text": "raw_bind_zone_file_content"
}