Cloud FAQ

Here are the top questions we get asked about Craft Cloud, our first-party hosting platform.

Can I monitor Craft Cloud’s health?

Our status page inclues information about Craft Cloud and all our other web services. More information about health checks is available in the Cloud Status article.

A link to the status page is available in the footer of every page on craftcms​.com.

Where can I find more information on Craft Cloud?

The Knowledge Base is the best place to find answers to your Cloud questions — in particular, our Getting Started guide and the Troubleshooting Common Problems on Craft Cloud are pathways into many platform concepts.

If you have questions about our software products, check out the Craft CMS or Craft Commerce documentation.

How do I get support for my Craft Cloud project?

Your Craft Cloud subscription entitles you to complementary developer support! Start a new conversation from our contact page using the email associated with your Craft Console account, or email us directly at <{globalset:productVitals:custom_ cloudSupportEmail}>.

How fast are support response times?

Response times will be similar to normal Craft CMS developer support — we assign priority to incoming issues and address them in an equitable way. We have support personnel in each of Craft Cloud’s regions (US, EUAPAC).

Information about our support tiers is available on the Developer Support page.

How do I request a feature for Craft Cloud?

We welcome feature requests via the public discussion board, or via <{globalset:productVitals:custom_ cloudSupportEmail}>.

Do I need to purchase a Craft license for my site on Craft Cloud?

Nope! A Craft license is included with your Craft Cloud plan. It is valid for as long as your plan is in good standing.

You do need to purchase licenses for any plugins you use, via the in-app Plugin Store.

Is there a roadmap for Craft Cloud?

Yes! Check out the Roadmaps page. Our plans for Craft Cloud appear at the bottom of the page.

Can I point multiple domains to a single Craft Cloud environment?

Yes! This is a perfect way to manage multi-site installations.

Each project gets one free domain, and unlimited subdomains; additional domains can be added for a fee.

Which Git providers do you support?

We currently support connecting GitHub, Gitlab, and BitBucket repositories.

What’s the minimum version of Craft and PHP that Craft Cloud supports?

Craft Cloud requires Craft CMS 1.16.5 and PHP 8.1. Your composer.lock file determines what version of Craft gets installed; your PHP version must be defined in your project’s craft-cloud.yaml configuration file.

Is there are a trial for Craft Cloud?

Yes, all Craft Cloud projects start with a free 7‑day trial. Read more about trials in our Billing article.

How does billing work in Craft Cloud?

Craft Cloud plans require a valid payment method on file in your Craft Console account or organization. Monthly and yearly plans are available.

Read more about billing on Craft Cloud.

Are there any resources limits on Craft Cloud?

Metered resources are listed on our Cloud Quotas page. Technical limitations are covered in Cloud Services + Compatability.

Use of Craft Cloud is also subject to our Acceptable Use Policy and Terms of Service.

Which specific regions do you cover?

We currently have presence in North America (Oregon, USA), Europe (Frankfurt, Germany), and Asia-Pacific (Sydney, Australia).

Read more about region support.

Are databases encrypted at-rest?

Yes. More information is available in our dedicated databases article.

What kind of firewall do you have in place for Cloud?

All Craft Cloud projects are protected by our Cloudflare WAF, with a reasonable” setup of default rules.

We make specific changes to the firewall as needs arise. Additionally, some customers have their own Cloudflare accounts in front of ours, that allow them to manage specific WAF rules before requests are passed to ours. Cloudflare refers to this as the Orange-to-Orange” scenario.

Can I edit my .htaccess or nginx config file?

Nope, sorry! Craft Cloud is serverless, and doesn’t use a traditional HTTP server like nginx nor Apache.

Can I SSH into my server?

Craft Cloud’s serverless architecture means there is nothing to SSH into! Images are built during each deployment, and spun up and destroyed based on traffic — even though the ephemeral filesystem takes some getting used to, its inherent stability and security are an essential part of what makes Cloud such a great place to host your Craft project.

Can I run Craft console commands?

Yes! From any environment in Craft Console, select Commands, then type in the Craft command you want to run. We don’t allow arbitrary shell commands.

Does Craft Cloud support MariaDB?

No, Craft Cloud only supports MySQL 8 and Postgres 15. If you are migrating a site to Cloud, make sure its database can be neatly imported into MySQL 8, first.

How do I roll back a deployment?

Currently, there is no automatic way to do this.

As a result of each environment being connected to a git repository, you can revert problematic commits and re-deploy. If changes were made to the database that need to be rolled back (say, via a migration), the database will need to be restored to an appropriate point. Migrations are only run once Cloud has finished building your application image. Failed builds are never deployed!

Read more about deployments and our build pipeline.

Can I sync code/databases/assets between environments?

You can populate environments’ storage from whatever source(s) you want, but there is not currently an automated tool for this.

Database and asset access credentials can be retrieved from your Craft Cloud console on a per-environment basis from the Access menu.

Do I have to supply my own SSL certificate for https for my site?

Nope! SSL is included with every domain connected to your Craft Cloud project.

Can I supply my own custom SSL certificate for https for my site?

Yes! Please send us an email at support@craft.cloud to get started.

Does Craft Cloud provide email services for my Craft project?

We currently do not have a dedicated transactional email service. You are free to use any Craft-compatible mailer adapter or SMTP service.

We cover customizing Craft’s mailer in the documentation.

Does Craft Cloud provide a deployment pipeline?

Yes! Read all about deployments and the build pipeline.

How can I statically cache the front end of my site?

Craft Cloud has a built-in static caching system that is designed to work seamlessly with Craft CMS. On-disk and rewrite-based caches will not work, as the Cloud filesystem is ephemeral — and files in the web root” aren’t directly exposed to the web.

How do I work with assets locally and remotely?

The Cloud filesystem has a special fallback” feature for working locally.

How do I move an existing project to Craft Cloud?

Check out our migration guide! As long as you are using Craft CMS 4.6.0 or later, your project is apt to work on Craft Cloud with very few changes.

Do you offer SLAs?

We only offer SLAs with enterprise agreements in place. Send an email to support@craft.cloud to get started.

Applies to Craft Cloud.