Getting Started
Setting Up a Magento Dev Environment in Minutes
Why Local Magento Setups Are Painful
Anyone who has tried setting up Magento 2 locally knows the drill — hours spent wrestling with PHP version conflicts, Elasticsearch configuration, Redis, and web server rewrites before you even write a single line of code.
MageEnv eliminates all of that: a real, working Magento environment, ready in minutes, with nothing to install on your own machine.
What You Get With Every Environment
Every MageEnv sandbox is an isolated Magento installation of its own — not a shared demo, not a container you have to configure yourself. Once provisioning finishes, your dashboard gives you:
- Full SSH/CLI access to the environment, so you can run
bin/magentocommands, install dependencies, or debug directly on the box. - Database access — host, username, and password for the environment's own database.
- SFTP access to upload and download files directly.
- Store and admin URLs, plus a generated admin username and password — your Magento admin panel is ready to log into the moment provisioning completes.
All of these show up in your dashboard under Show credentials, with a copy button on every field and passwords masked until you choose to reveal them.
At launch, every environment is built from the Magento Luma Fresh template (a clean Magento install with the Luma theme). We'll add more template options as demand grows.
How Provisioning Actually Works
When your payment completes, your order goes into a queue rather than starting instantly — the provisioning host has finite capacity, and queuing fairly beats letting one large order slow everyone else down. Your order is never rejected once payment succeeds; provisioning may just start a little later under heavy load.
Behind the scenes, every environment goes through the same automated pipeline:
- Clone template
- Create SFTP user
- Create database
- Clone database
- Update environment config
- Start container
- Configure search
- Create admin user
- Update base URL
- Fix permissions
- Complete
Your dashboard shows live progress through these steps. If the queue is busy, you may briefly see a "waiting in queue" message with your position in line — that's expected behavior, not a stall.
Getting Started
- Sign up for an account.
- Click New Environment.
- Pick a template and a plan.
- Complete payment — you'll be redirected to secure checkout.
- Watch your environment provision live in the dashboard.
- Once it's ready, open Show credentials for your store URL, admin login, database, and SSH details.
Plans and Pricing
Pricing is hourly and upfront — you buy a fixed number of hours, no subscription, no auto-renewal. The current lineup:
- Quick Test — 8 hours for $1.76
- Starter — 24 hours for $3.60
- Developer — 7 days (168 hours) for $20.25, discounted from its $25.30 list price
Check the pricing section for the live lineup, since plans can change over time.
Extending a Running Environment
Need more time before your hours run out? Open the environment in your dashboard and choose Extend Time. This adds hours to the same environment — your files, database, and credentials stay exactly as they are.
What Happens When an Environment Expires
Environments are temporary by design, and we want to be upfront about what that means: when an environment's purchased hours run out and it isn't extended in time, all access is removed and all data is permanently deleted — code, database contents, files, everything. There's no grace period and no way to recover it afterward.
If you haven't extended it, back up or export anything you want to keep before the countdown reaches zero.
Billing and Refunds
Once payment completes and your environment is provisioned, that purchase is final — we don't offer refunds. If something isn't working the way it should, support is available at all times to help you sort it out.
The full policy — including acceptable use and what we're liable for — is in our Terms of Service. Our Privacy Policy and Cookie Policy cover what data we collect and why.
Next Steps
- Create your first environment
- Read the Terms of Service before you buy
- Questions? Support is available any time — just ask.