Adminer is full database management in a single PHP file. This image runs it on Ubuntu 24.04 LTS with a bundled MariaDB server, the web UI on port 80, a per VM database root password on first boot, and all data on a dedicated disk. By cloudimg.
## Adminer on Ubuntu 24.04 LTS
Adminer is a full featured database management tool that ships as a single, self contained PHP file, the lightweight cousin of phpMyAdmin. From an ordinary browser you can browse and edit tables, run SQL, import and export data, and manage users and privileges, with no local client to install. Built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base with nginx and PHP 8.3 FPM, and shipped with a bundled local MariaDB server so the appliance is useful on its own. A unique database root password is generated on the first boot of every VM. Sign in with Server localhost, user root and the password from /root/adminer-credentials.txt, then manage your databases from a clean web interface. The bundled MariaDB listens only on the loopback interface (127.0.0.1:3306) and keeps every database on a dedicated managed data disk. Adminer can also administer external MySQL, MariaDB and PostgreSQL servers, so the same appliance is both a self contained database host and a browser based console for the rest of your estate. An unauthenticated /healthz endpoint is provided for load balancer probes. Adminer is dual licensed under the Apache License 2.0 or the GNU General Public License v2.0.