EcliPanel provides DNS zone and record management at the organisation level. Each organisation can own one or more DNS zones, and members with the appropriate organisation role can create, update, and delete records within those zones. All DNS operations are gated behind theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/thenoname-gurl/EcliPanel/llms.txt
Use this file to discover all available pages before exploring further.
dns feature flag — if your deployment does not use EcliPanel-managed DNS, you can disable the feature without affecting the rest of the panel.
DNS management requires the
dns feature flag to be enabled in your panel settings. When disabled, DNS endpoints are unavailable and the DNS sections do not appear in the organisation settings.DNS integrations
TheorganisationHandler creates a CloudflareService instance to back DNS operations. EcliPanel supports:
- Cloudflare — the default integration; configure your Cloudflare API token and zone handling in the backend environment
- PowerDNS — available as an alternative provider via environment-level configuration
Zones
A zone represents a domain name (e.g.example.com) managed through the panel on behalf of an organisation. Zones are scoped to a single organisation and inherit its membership permissions.
Records
Records are the individual DNS entries (A, AAAA, CNAME, MX, TXT, etc.) within a zone. You manage them under the zone’s records sub-resource:Who can manage DNS
DNS zone and record operations are authorised at the organisation member level. A user must be a member of the organisation that owns the zone and have a role with sufficient privileges (typicallyadmin or owner) to create or modify zones and records.
Read-only access (listing zones and records) may be available to broader member roles depending on your panel’s role/permission configuration.
Organisation membership and roles are managed separately from server sub-user access. See Organisations for how to invite members and assign roles.