Overview
Secure Mealie sign-in
Mealie served through the nginx reverse proxy on port 80 with login required - a unique administrator password is generated for every instance on first boot.
Secure Mealie sign-in
Mealie recipe library
A Mealie recipe page
Mealie meal planner
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Why Choose This Image Over Self-Deployment
Deploying Mealie yourself means configuring Docker, writing systemd units, setting up an nginx reverse proxy, hardening default credentials, and managing ongoing updates. This AMI eliminates that work entirely. You get a production-ready recipe manager running within minutes of launch - no manual container setup, no security missteps from default passwords, and no reverse proxy configuration. When something breaks at 2AM, cloudimg engineers are available to help rather than leaving you to search community forums.
Overview
Mealie is the popular open source, self-hosted recipe manager, meal planner and shopping list for the whole family. It imports recipes from any URL and automatically extracts the ingredients and instructions, lets you organise recipes into cookbooks and categories, plan meals on a calendar, and generate consolidated shopping lists. A clean reactive web interface backed by a REST API makes it pleasant to use on desktop and mobile alike. This image delivers Mealie fully installed and configured as a system service, so a production-ready recipe manager is running within minutes of launch. The current release available is Mealie 3.19.
Application Stack
Mealie is delivered as the official upstream container image, run by a systemd service as an unprivileged account. It listens on the loopback address and an nginx reverse proxy fronts the application on port 80, with the upgrade headers Mealie needs and a raised upload limit for recipe images. A systemd service starts Mealie on boot and restarts it on failure.
Secure By Default
Mealie ships with a well-known default administrator account out of the box. This image instead generates a fresh administrator password uniquely for your instance on its first boot and writes it to a root-only file, requiring login from the start. No shared or default credentials ship in the image. The AMI is built from hardened base images and updated regularly to address known vulnerabilities.
Ready To Use
Browse to the instance on port 80, sign in as the administrator, and start adding recipes. Paste a recipe URL and Mealie imports it automatically, or add a family recipe with the editor. Plan meals on the calendar and build shopping lists. Your recipes, the database, uploaded images and the token signing key live on a dedicated, independently resizable storage volume kept separate from the operating system disk. SQLite is the default datastore; teams needing more concurrency can switch to PostgreSQL.
Detailed Use Cases
Family of four planning21meals per week: Paste recipe URLs from your favourite food blogs, drag them onto the weekly calendar, then export a consolidated shopping list to your phone before heading to the store. One instance on a small EC2 handles the entire household.
Small team (5-50 people) sharing a recipe library: Multiple users log in with their own accounts, contribute recipes, and collaborate on meal plans. The REST API integrates with internal tools or chatbots for recipe lookups.
Privacy-conscious home cook: Keep family recipes off third-party SaaS platforms. All data stays in your own VPC on your own EBS volume with no external telemetry.
cloudimg Support
24/7 technical support by email and live chat. Our engineers help with Mealie deployment, recipe and meal-plan configuration, importing recipes, backups, switching to PostgreSQL, TLS termination and scaling. Critical issues receive a one-hour average response time.
To get started or ask pre-purchase questions, reach out to our support team.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Skip hours of manual Docker, nginx, and systemd configuration - this AMI delivers Mealie 3.19 fully installed and running as a production-ready recipe manager within minutes of launch. Import recipes from any URL, organise them into cookbooks, plan meals on a calendar, and generate shopping lists immediately on port 80 with no setup required. Data lives on a dedicated, resizable EBS volume separate from the OS disk.
- Eliminate the security risk of Mealie's well-known default credentials. Every instance generates a unique administrator password on first boot, stored in a root-only file, and requires login from the start. No shared passwords ever ship in the image, so your recipe library is protected from the moment you launch without any manual hardening steps.
- Get expert help any time with 24/7 cloudimg support by email and live chat. Engineers assist with recipe imports, meal-plan configuration, backups, switching from SQLite to PostgreSQL, TLS termination, and scaling to larger teams. Critical issues receive a one-hour average response - faster and more reliable than community forums or self-troubleshooting.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
r5ad.xlarge | r5ad.xlarge instance type | $0.12 |
m5ad.16xlarge | m5ad.16xlarge instance type | $0.24 |
r5n.16xlarge | r5n.16xlarge instance type | $0.24 |
r7i.2xlarge | r7i.2xlarge instance type | $0.24 |
t2.large | t2.large instance type | $0.08 |
m8i.8xlarge | m8i.8xlarge instance type | $0.24 |
i4i.large | i4i.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Mealie 3.19 self-hosted recipe manager and meal planner.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). The Mealie application is served by nginx on port 80: browse to http://<instance-public-ip>/ and sign in. Retrieve the generated administrator credentials with: sudo cat /root/mealie-credentials.txt (sign in with the email and password shown). Mealie runs as a Docker container on loopback port 9925 and is reached only through the nginx proxy on port 80. Configuration lives in /etc/mealie/mealie.env and the data (SQLite database, recipe images, token secret) under /var/lib/mealie. The service is managed with systemctl (mealie.service, nginx.service). After signing in, import a recipe by pasting its URL, organise recipes into cookbooks, plan meals on the calendar and build shopping lists. The user guide covers importing your first recipe, meal planning, backups, switching to PostgreSQL and enabling HTTPS.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
What We Help With
- Deployment and initial configuration
- Recipe importing and meal-plan setup
- Backup and restore procedures
- Switching from SQLite to PostgreSQL
- TLS termination and custom domain setup
- Performance tuning and scaling
- Troubleshooting and issue resolution
- Refund requests
Response Times
Critical issues receive a one-hour average response. General inquiries are typically answered within a few hours.
Getting Started - Deployment Prerequisites
To launch this AMI you need an EC2 instance with at least port 80 open in its security group (port 443 if you add TLS). After launch, SSH into the instance and retrieve your unique admin password from the root-only file at /root/.mealie-admin-password. Then browse to the instance's public IP on port 80 and sign in. Your recipe data is stored on a separate EBS volume - size it based on how many recipe images you expect to store.
Contact
Email: support@cloudimg.co.uk Live chat: available 24/7 through our support portal
For pre-purchase questions, deployment guidance, or refund requests, contact us at any time.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.