First Run
Default credentials
On first startup, a default admin account is seeded:
| Field | Value |
|---|---|
| Username | admin |
| Password | changeme |
Change the admin password immediately after your first login.
Connecting to PowerDNS
If you did not set the [pdns] bootstrap section in main.toml, connect via the UI:
- Log in as
admin - Go to Admin → PowerDNS Server Settings
- Enter your PowerDNS API URL, API key, and virtual host
- Click Save — the connection is tested immediately
Health check
Verify the application is running correctly:
curl http://localhost:8080/health{
"status": "ok",
"checks": {
"alive": "ok",
"database": "ok",
"powerdns": "ok"
}
}A powerdns: "not_configured" response means the PowerDNS connection has not been set up yet — this does not affect overall status.
Last updated on