Sulu.cloud: Enterprise CMS hosting made simple
Deploy Sulu CMS seamlessly on SymfonyCloud, the official PHP cloud provider platform, and focus on building great client solutions rather than managing infrastructure all the way to production - right from the command line.
Launch Faster
Why agencies choose Sulu.cloud
Sulu.cloud provides Sulu-optimized configurations and support on SymfonyCloud infrastructure, giving you enterprise-grade performance, security, and scalability without the DevOps complexity.
- One-click Sulu deployment
Skip the complex setup. Deploy production-ready Sulu CMS instances instantly with optimized configurations that follow Symfony and Sulu best practices. Your projects go from code to live site in minutes, not hours. - Sulu-optimized performance
Built specifically for Sulu CMS with pre-configured caching, database optimization, and CDN integration. Leverage high-performance SSDs, Redis caching, and Varnish CDN for lightning-fast websites that keep your clients happy. - Git-powered workflow
Deploy directly from Git with automatic environment provisioning for every branch. Create staging environments, test new features, and collaborate seamlessly—all through the tools developers already know and love. - Multi-environment management
Instantly clone production data and code to create isolated development, staging, and testing environments. Perfect for agency workflows where multiple stakeholders need to review and approve changes. - Enterprise security and compliance
SOC-2, HIPAA, and PCI-DSS compliance built in, with automated security updates, vulnerability scanning, and 24/7 monitoring. Your clients’ data stays safe while you focus on building great experiences. - Predictable, transparent pricing
No surprise charges for traffic spikes or user growth. Simple, scalable pricing that grows with your projects and helps you maintain healthy margins while delivering value to clients. - Expert Sulu support
Get help from both the Sulu team and SymfonyCloud’s expert support. Technical guidance from Sulu core developers combined with SymfonyCloud’s 24/7 infrastructure support keep your projects running smoothly. - Global scale and reliability
Deploy across nine global regions on AWS, Google Cloud, Azure, and more. Auto-scaling handles traffic spikes automatically, while triple-redundant architecture ensures 99.99% uptime for mission-critical sites.
Ready to simplify your Sulu hosting?
Sulu.cloud is Sulu CMS hosted on SymfonyCloud, the official PHP cloud provider platform. SymfonyCloud provides the cloud infrastructure and hosting services, while Sulu provides optimized configurations and integration support.
When you choose Sulu.cloud, you’re supporting both the Sulu and Symfony open source projects.
Three steps
Get started with Sulu.cloud
Before you begin: You'll need the Symfony CLI installed and an Upsun trial account. The trial gives you full access to the platform with no credit card required.
The Symfony CLI handles both local development and cloud deployment. Install it once, and you have everything you need to create a Sulu project on your machine and push it live when ready.
# Create a new Sulu project with the Symfony CLI
symfony new --skeleton=sulu --upsun my_project
cd my_projectInitialize your project
This sets up a complete Sulu skeleton with Git already initialized. You can start building immediately.
# Connect your local project to the cloud
symfony cloud:create --title 'My project' --set-remoteCreate your cloud project
You'll select your cloud provider and deployment region. The CLI links your local repository to the cloud environment automatically.
# Push your project live
symfony cloud:push
# SSH into the current environment and initialise the database
symfony cloud:ssh
-> bin/adminconsole sulu:build dev
# Get the public URLs of your environment
symfony cloud:urlDeploy
Your site is now running. SymfonyCloud provisions the database, configures caching, and handles SSL. Open the URL, log into the admin, and start creating content.
Get in touch