Skip to content
LAMP Stack with Webmin product logo
  • AWS· soonComing soon on Amazon Web Services
  • Azure· nextMicrosoft Azure is next on the roadmap
  • GCP· nextGoogle Cloud is next on the roadmap
Coming soon

LAMP Stack with Webmin

A classic LAMP stack - Apache 2.4, MySQL 8.0 and PHP 8.3 with FPM and the common extensions - plus phpMyAdmin and Webmin for database and server administration. Drop your application into /var/www/html and go: mod_rewrite is on, MySQL listens locally, and the console passwords are set from your instance at first boot.

Version
Apache 2.4.58 / MySQL 8.0.46 / PHP 8.3.33
Operating system
Ubuntu 24.04 LTS
Architecture
x86_64
Support
Community

What's installed

Every package and version on the image. Nothing else is installed.

  • Apache 2.4.58
  • MySQL 8.0.46
  • PHP 8.3.33 (FPM + CLI)
  • phpMyAdmin 5.2.3
  • Webmin 2.660

Licensing Open source components (Apache-2.0, MySQL GPL-2.0, PHP), no licence key required

Deploy anywhere

LAMP Stack with Webmin on AWS.

Microsoft Azure and Google Cloud are next on the roadmap. One clean-room build, one first-boot credential model, one patch cadence — identical on every cloud you run. Every identifier below is the real one; copy it and launch.

  1. AWS

    Amazon Web Services

    AMI · Apache 2.4.58 / MySQL 8.0.46 / PHP 8.3.33

    Coming soon

    AWS AMI ID

    ami-0082f8c35c8814569
    Released
    September 4, 2026
    Root volume
    gp3 · 20 GiB

    Instance types

    • t3a.medium
    • t3.medium
    • t3a.large
    • m6a.large

    Regions

    • us-east-1

Getting started

From launch to signed in, step by step.

  1. Launch in us-east-1 with TCP 22, 80 and 8000 open; wait about a minute for first boot to set your passwords.

  2. Open http://<instance-public-ip>/ for the welcome page. phpMyAdmin: /phpmyadmin (username root). Webmin: http://<instance-public-ip>:8000 (username admin). The password for both is your EC2 Instance ID (for example i-0123456789abcdef0).

  3. Deploy your site to /var/www/html; Apache's DocumentRoot points there with mod_rewrite enabled.

  4. SSH as ubuntu with your key pair. Change passwords with sudo bash /home/ubuntu/iscripts/pass_mysql.sh or pass_webmin.sh.

  5. Everything is plain HTTP; add your certificate to Apache when you have a domain.

Security posture

What this image does and does not ship with, one fact per line.

  • Clean-room build on Canonical's official Ubuntu 24.04 LTS image: every component comes from its own official repository or release, nothing is copied from any third-party image, and the finished image was scanned for third-party vendor strings before capture.

  • No usable credential ships in the image; passwords are set on your instance at first boot from EC2 instance metadata (IMDSv2) and the scripts that set them delete themselves afterwards.

  • SSH is key-only, root login over SSH is refused, and build-time SSH keys, shell history and logs were removed before imaging.

  • The MySQL root and Webmin admin passwords are set from the Instance ID at first boot, and the first-boot directory purges itself afterwards. phpMyAdmin is installed with its cookie key and configuration storage tables; Webmin runs in plain HTTP mode on port 8000 with its ACL provisioned.

  • MySQL listens locally.

  • The bundled password tools enforce at least 10 characters with upper- and lower-case letters, a number and a symbol, and verify the new credential with a real sign-in before reporting success.

  • The image is HTTP-only by design so it works at a bare IP with no certificate warnings: terminate TLS at a load balancer or add a certificate before exposing it publicly, and restrict port 22 and any admin ports to trusted IP ranges in your security group.