Why Cloudways?
Cloudways is managed VPS hosting: you get a cloud server's performance with a dashboard that handles SSH, Redis, Varnish, and SSL for you. Migration is the fastest of any managed host we've tested — the whole move fits in ~20 minutes.
1. Launch the server
In the Cloudways console:
- Servers → Launch Server.
- Pick a provider (DigitalOcean and Vultr are the best price-to-performance; our DigitalOcean vs Vultr comparison covers the choice).
- Pick RAM (2GB is the sensible starting point for most WordPress sites).
- Choose a region close to your audience.
2. Install WordPress
From Applications → Add Application, pick WordPress. Set the app name, admin email, and username. Cloudways provisions the app with MariaDB and PHP ready.
3. Import content
Use the built-in Site Backup or manual method:
- Upload your archive to
public_htmlvia Application → Public IP → File Manager (or SFTP). - Extract it, then import the
.sqlinto a new database through Database Manager → Import. - Update
wp-config.phpwith the new DB name, user, and host (Cloudways shows these in the dashboard).
4. DNS + SSL
- Application → Domain Management → Add Domain, type your domain.
- At your registrar, change the A record to your server's public IP.
- Wait for propagation (1-24h), then Application → SSL and auto-install a free Let's Encrypt certificate.
5. Flip on caching
Once live:
- Enable Varnish (full-page cache) and Redis (object cache) from the dashboard — Cloudways versions are tested and safe with most plugins.
- Install the Cloudways WordPress plugin for cache purging after updates.
When to skip Cloudways
If you're comfortable with SSH and want the absolute lowest cost, a raw VPS is cheaper. If you want the very best managed WordPress experience and don't mind paying more, compare Kinsta vs Cloudways or Cloudways vs SiteGround before deciding.