
- AWS· soonComing soon on Amazon Web Services
- Azure· nextMicrosoft Azure is next on the roadmap
- GCP· nextGoogle Cloud is next on the roadmap
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.
- AWSComing soon
Amazon Web Services
AMI · Apache 2.4.58 / MySQL 8.0.46 / PHP 8.3.33
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.
Launch in us-east-1 with TCP
22,80and8000open; wait about a minute for first boot to set your passwords.Open
http://<instance-public-ip>/for the welcome page. phpMyAdmin:/phpmyadmin(usernameroot). Webmin:http://<instance-public-ip>:8000(usernameadmin). The password for both is your EC2 Instance ID (for examplei-0123456789abcdef0).Deploy your site to
/var/www/html; Apache's DocumentRoot points there withmod_rewriteenabled.SSH as
ubuntuwith your key pair. Change passwords withsudo bash /home/ubuntu/iscripts/pass_mysql.shorpass_webmin.sh.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.