Version: 1.5.4
Auto-start Services
Services in OpenPanel start only when they are actually needed, to avoid wasting resources.
Auto-start Services in OpenAdminโ
Upon installing OpenPanel, only the following services are started:
- OpenAdmin โ For managing the entire server and users.
- Docker โ Needed for all other containerized services and user accounts.
- Database โ MySQL database is created and initialized. This database holds Plans, Websites, Domains, and Users.
- Firewall โ CSF is installed and started.
Other services are installed and started only when required.
Service | Installed | Auto-start |
---|---|---|
OpenAdmin | โ | On installation |
Docker | โ | On installation |
Database | โ | On installation |
ConfigServer Firewall | โ | On installation |
OpenPanel | โ | After adding first user account |
BIND9 | โ | After adding first domain name |
Certbot | โ | After adding first domain name |
ClamAV | โ | When enabled by Administrator |
Dovecot & Postfix | โ | When enabled by Administrator |
FTP | โ | When enabled by Administrator, after first FTP account is created |
Auto-start Services in OpenPanelโ
Similar to OpenAdmin, services in OpenPanel also start only when they are needed. This allows for better resource management.
Services that auto-start for each user:
Service | Installed | Auto-start |
---|---|---|
Apache / Nginx / OpenResty | โ | After the user adds the first domain |
REDIS | โ | After the user activates it |
Memcached | โ | After the user activates it |
Elasticsearch | โ | After the user activates it |
MySQL / MariaDB | โ | After the user adds at least 1 database |
Cron | โ | After the user adds at least 1 cron job |
PHP versions | โ | After the user sets it for at least 1 domain |
Was this helpful?