Domains
Last updated
/jabali-panel/domains. The domains hosted on the panel under your account.
List
Columns: domain name, PHP version, SSL state, DNSSEC state, listen IP, last modified.
Filter by SSL state, DNSSEC state, or free-text on the name.
Per-domain actions
- Edit: opens the domain edit page (PHP version, SSL, DNSSEC, redirects, aliases, mail toggle).
- DNS records: opens DNS Records for the domain.
- Manage SSL: opens SSL scoped to the domain.
Adding a domain
If your package allows it, Add domain opens a small form: domain name, PHP version, mail (on / off). On submit, the panel:
- Creates the Domain row.
- Creates the DNS zone with default records pointing to your account’s primary IP.
- Schedules the reconciler, which renders the nginx vhost and the FPM pool mapping within 60 seconds.
The domain count is checked against the package limit; if you are at the limit, the form refuses to submit and links you to your administrator’s contact form.
Removing a domain
Open Edit → Delete. Destructive: the vhost is torn down, the certificate is revoked, the DNS zone is removed, and any mailboxes in the domain are deleted. Asks twice.
Subdomains
Subdomains are first-class domains in the panel. Add a subdomain by creating a new domain with the subdomain name (e.g. blog.example.com). The DNS zone for blog.example.com is created independently from example.com, you may need to delegate via NS records if both zones are hosted here.
What you can change vs. what the admin controls
You may change PHP version (from the subset your package allows), SSL on/off, DNSSEC on/off, redirects, aliases, mail enable/disable.
The admin controls listen IP (selected from the IP Manager pool), maximum domain count, and quota-related suspension. The admin may also pin SSL on or force a specific PHP version on a domain; in that case the relevant control is read-only on your side.
CLI
If you have SSH access to the panel host (operators only, tenants do not have shell access), the same operations are available via jabali domain list / create / enable / disable / delete.