Skip to content

First Run

Default credentials

On first startup, a default admin account is seeded:

FieldValue
Usernameadmin
Passwordchangeme
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:

  1. Log in as admin
  2. Go to Admin → PowerDNS Server Settings
  3. Enter your PowerDNS API URL, API key, and virtual host
  4. 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