Skip to main content
Version: 2.0.0

Manage Domains

Domains page displays all domains currently hosted on server.

List domains​

To list all current domains navigate to Domains page. The table shows these columns by default:

FieldDescription
DomainThe domain name.
StatusIndicates whether the domain is active or suspended.
PHP VersionThe PHP version configured for the domain.
SSLShows whether SSL is Automatic, Custom, or None for the domain.
WAFToggle to enable/disable Coraza WAF for the domain.
OwnerThe user who added or owns the domain.

Click Show Columns to also display ID, Docroot, and HTTP Strict Transport Security (HSTS) — HSTS can be toggled on/off directly from that column, the same way WAF can. Column visibility is remembered for your browser.

Use the search box (Search by user/domain...) to filter the list by domain name or owning username.

Add domain​

Click on 'Add Domain' button, insert the domain and select the user to add it, then click on 'Add Domain'.

Domain actions​

Each row in the Domains table has an actions menu (the â‹® button) with the following options:

  • Edit DNS Zone — opens the DNS Zone Editor for this domain. Only shown if the dns module is enabled.
  • Suspend domain / Unsuspend domain — toggles the domain's status.
  • Manage SSL — opens the SSL page for the domain. Not shown for suspended domains.
  • Edit VHosts — opens the VirtualHost config editor for the domain.
  • Edit Caddyfile — opens the Caddy config editor for the domain.
  • Delete domain — permanently deletes the domain, see Delete domain below.

Move domain​

This is currently not possible.

Delete domain​

Domains can be deleted directly from OpenAdmin:

  1. Open the domain's actions menu (â‹®) in the Domains table and click Delete domain.
  2. A confirmation dialog lists what will be removed: VHost configuration files, Caddyfile entries, SSL certificates, and email accounts & redirects. Website files and the docroot directory are not deleted.
  3. Type the domain name to confirm, then click Delete Permanently.

Domains with attached websites cannot be deleted — remove all websites from Site Manager first. If the domain is added again later, default configurations are recreated.