Official OpenPanel Docker images
Docker images are used per plan to create containerized environments for each user. Think of them like VPS ISO images—once an environment is created for a user, it is permanent and cannot be modified.
openpanel/apache
Ubuntu24.04 + Apache + PHP8.2 + MariaDB + WP-CLI + ttyd + cron + OpenSSH
Technology Stack:
Service/Tool | Purpose |
---|---|
Ubuntu 24 | Operating System |
Apache2 | web server |
MySQL | database |
PHP 8.2 | serving .php files |
WP-CLI | Run WP CLI commands |
phpMyAdmin | manage databases from GUI |
OpenSSH | SSH access |
NodeJS 18 | nodejs |
Python 3.9 | python |
curl / wget | downloading files |
pwgen | password generate |
zip / unzip | create/extract archives |
ttyd | Web Terminal |
screen | background processes |
cron | run scheduled tasks |
openpanel/nginx
Ubuntu24.04 + Nginx + PHP8.2 + MariaDB + WP-CLI + ttyd + cron + OpenSSH
- Download: https://hub.docker.com/r/openpanel/nginx
Technology Stack:
Service/Tool | Purpose |
---|---|
Ubuntu 24 | Operating System |
Nginx | web server |
MySQL | database |
PHP 8.2 | serving .php files |
WP-CLI | Run WP CLI commands |
phpMyAdmin | manage databases from GUI |
OpenSSH | SSH access |
NodeJS 18 | nodejs |
Python 3.9 | python |
curl / wget | downloading files |
pwgen | password generate |
zip / unzip | create/extract archives |
ttyd | Web Terminal |
screen | background processes |
cron | run scheduled tasks |
openpanel/apache-mariadb
Ubuntu24.04 + Apache + PHP8.2 + MariaDB + WP-CLI + ttyd + cron + OpenSSH
Technology Stack:
Service/Tool | Purpose |
---|---|
Ubuntu 24 | Operating System |
Apache | web server |
MariaDB | database server |
PHP 8.2 | serving .php files |
WP-CLI | Run WP CLI commands |
phpMyAdmin | manage databases from GUI |
OpenSSH | SSH access |
NodeJS 18 | nodejs |
Python 3.9 | python |
curl / wget | downloading files |
pwgen | password generate |
zip / unzip | create/extract archives |
ttyd | Web Terminal |
screen | background processes |
cron | run scheduled tasks |
openpanel/nginx-mariadb
Ubuntu24.04 + Nginx + PHP8.2 + MariaDB + WP-CLI + ttyd + cron + OpenSSH
Technology Stack:
Service/Tool | Purpose |
---|---|
Ubuntu 24 | Operating System |
Nginx | web server |
MariaDB | database server |
PHP 8.2 | serving .php files |
WP-CLI | Run WP CLI commands |
phpMyAdmin | manage databases from GUI |
OpenSSH | SSH access |
NodeJS 18 | nodejs |
Python 3.9 | python |
curl / wget | downloading files |
pwgen | password generate |
zip / unzip | create/extract archives |
ttyd | Web Terminal |
screen | background processes |
cron | run scheduled tasks |