Skip to content
Mautic Marketing Automation product logo
  • AWSAvailable on Amazon Web Services
  • Azure· nextMicrosoft Azure is next on the roadmap
  • GCP· nextGoogle Cloud is next on the roadmap
Available

Mautic Marketing Automation

Mautic 7.2.0 open-source marketing automation on Apache, PHP 8.3 and MySQL 8.0 with phpMyAdmin and Webmin - email campaigns, landing pages, forms and contact tracking on infrastructure you control. Served from the web root, with the site URL set to your instance automatically at first boot.

Version
v7.2.0
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.

  • Mautic 7.2.0
  • Apache 2.4.58
  • PHP 8.3.33
  • MySQL 8.0.46
  • phpMyAdmin 5.2.3
  • Webmin 2.660

Licensing Open source (GPL-3.0), no licence key required

Deploy anywhere

Mautic Marketing Automation 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 · v7.2.0

    Available

    AWS AMI ID

    ami-0e809fae17192dc96
    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 two to three minutes.

  2. Open http://<instance-public-ip>/ and sign in with username admin. phpMyAdmin: /phpmyadmin (username root). Webmin: port 8000 (username admin or root). The password for all three is your EC2 Instance ID (for example i-0123456789abcdef0).

  3. Configure your SMTP or transactional email provider under Settings → Configuration → Email Settings before sending campaigns.

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

  5. Add a certificate once you have a domain, and update the site URL under Settings → Configuration.

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.

  • First boot queries EC2 metadata for the Instance ID and sets the Mautic admin (bcrypt-hashed), MySQL root and Webmin admin passwords from it, updates Mautic's site_url to the new public IP, then deletes the first-boot scripts and resets rc.local so nothing runs twice.

  • Mautic was installed from its official GitHub release, PHP from the Ondrej Sury PPA, and phpMyAdmin with its configuration storage tables.

  • 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.