From the creators of the Delicious Brains plugins
Spin Up Your Own Ultra Fast WordPress Server in Minutes
SpinupWP is a modern cloud server control panel designed to manage WordPress sites and serve them lightning fast.
From the creators of the Delicious Brains plugins
SpinupWP is a modern cloud server control panel designed to manage WordPress sites and serve them lightning fast.
You can now schedule multiple daily, weekly, and monthly backups. 💿 🚀
Other cloud server control panels allow you to reboot the server, add sites, and other things you expect. SpinupWP offers typical control panel features but is also different in some key areas…
When you add a new site to your server via SpinupWP, it will configure a free SSL certificate, cron jobs, caching rules, WP-CLI, and everything needed to run WordPress lightning fast. Our team has over a decade of experience in WordPress development, so we know WordPress better than most.
Learn moreSpinupWP is designed for developers by developers. Deploy code with `git push` and in a couple of clicks switch the PHP version of a site or inspect the error logs. Or use the SpinupWP CLI to manage your server without a mouse and use the REST API and PHP SDK to automate repetitive tasks.
Learn moreOur customers love the comprehensive docs here on our site as well as the helpful hints in the sidebar of each screen of the app. SpinupWP will also create a prioritized list of things you need to do with your servers and sites to keep them performant and secure.
Learn moreTake full advantage of the power and convenience of cloud servers and spin up a VPS at your favorite provider. Or perhaps you have a machine on-premises that you’d like to use? Whether your server is at AWS, DigitalOcean, or in your bedroom closet, if SpinupWP can SSH into it, it will work.
Learn moreIt’s your server, SpinupWP is just here to help. You can disconnect your server from SpinupWP any time. We don’t lock you in. We use standard installs of server software, no weird custom-built packages that you can’t update. You have complete control.
Learn moreThis isn’t your dad’s server control panel. SpinupWP connects to your server via SSH and runs commands for you. No installing it on your web server like the control panel dinosaurs that are still kicking around, *cough* cPanel *cough* Plesk.
DigitalOcean + @spinupwp is great for managing and creating client sites.
Finally finished migrating my old WordPress sites. Ended up using @spinupwp with Hetzner. 🎉 SpinupWP is pretty neat. It's like managed hosting, except you get full SSH access to Ubuntu, which I need for any random ideas I get.
@spinupwp is on a roll with new features and supported updates!
Moving a site to a different server with @spinupwp is so easy you think it didn't work. *checks* Yep, it worked. Switch the DNS and enjoy the hour you just got back.
Taking a fresh look at @spinupwp for the first time in a year and wow, this product has made some incredible jumps. This is exciting.
It's so incredibly easy and fast when you want to migrate a #WordPress site to a new server with @spinupwp⚡️ Honestly, it takes about 2 minutes and only 3-4 mouse clicks, including DNS updates. ⏱️
Got a #WordPress site hosted w/ the amazing @spinupwp running #PHP 8.1.3. So far so good. 💯 across the board on Lighthouse mobile & desktop and no errors.
Incredible service. My sites have never been so fast!
I’ve been really impressed with SpinupWP! I migrated one site to test it out and the process was so simple that I went ahead and migrated another 7 the next day. The setup improved our site speed and support has been fast to answer.
Run WordPress Lightning Fast on
Begin your SpinupWP journey today and spin up your first server within minutes.
Need to deploy a staging site quickly? No problem! With SpinupWP you can create a complete copy of an existing site, which includes all files, the database, and server configuration. Ready to upgrade your site to a newer version of PHP but want to ensure your site is compatible? That’s where site cloning comes in...
Create a staging site with a few simple clicks
Test the new PHP version in an isolated environment
Flick the switch on your live site
There are other cloud server control panels out there, but none focus on WordPress like SpinupWP.
SpinupWP is designed for WordPress and this includes support for multisite. Enabling a multisite network is as straightforward as toggling a switch during the new site creation wizard and selecting either a subdomain or subdirectory configuration. No fiddling with your `wp-config.php` file, installing the network, and worrying if the Nginx server is configured correctly.
SpinupWP keeps tabs on updates required by each of your WordPress sites. A glance at the SpinupWP dashboard and you can quickly see which of your sites need some attention. Run WordPress core, plugin, and theme updates without even leaving the SpinupWP dashboard.
Login to the WordPress Admin with one click in your SpinupWP dashboard. WordPress Magic Login allows you to configure the WP Admin link to automatically log you in as a specific user. And you can use the Quick Login to login as another user as a one-off, without changing your WP Admin Link Settings.
Caching is one of the keys to a high-performing WordPress site. All sites are set up with Redis object caching to greatly reduce database requests and with the check of a box, you can also enable full-page caching to skip PHP processing entirely and serve pages lightning fast, just like a static site. Full-page caching rules for WordPress core and popular plugins like WooCommerce are preconfigured.
For every site you add via SpinupWP, a server-side cron job will be configured to make sure that your WordPress site’s cron is executed every minute, as it should be. Not only will scheduled posts get published when they should, but other background tasks will work, like WooCommerce subscriptions and webhooks.
Review a few of the recent ratings and you’ll be convinced that you’ve been missing out on SpinupWP.
SpinupWP has been a game changer for me.
SpinupWP has simplified, streamlined, and revolutionized how I manage my "servers" and sites. I can't recommend it enough. I mention SpinupWP whenever anyone around me talks about WordPress hosting. SpinupWP makes it extremely easy to add, maintain, and update sites. It's beautifully designed, simple to use, quick, and bug-free.
Corey M, Owner
Peace of mind for my company. Cannot recommend enough.
This is one of those tools that lets me forget about things and focus on my clients. SpinupWP shows up when I need it, does what I need it to do, and in such an inexpensive way! This is exceptionally cost effective. Mix in the constant new features and updates, and the quality of the team in responding to issues is incredible.
Josey H, Director
SpinupWP saves us time and improves consistency of builds.
A++++ would recommend. This product makes managing your web servers effortless and efficient. SpinupWP allows us to provide a consistent, high quality, server platform for our sites. It standardizes our process with industry best practices.
Damen C, CEO
Begin your SpinupWP journey today and spin up your first server within minutes.
Caching is one of the keys to a high-performing WordPress site. SpinupWP offers a robust caching solution at three levels.
SpinupWP configures Nginx to return far-future cache duration headers for static assets like CSS, JavaScript, fonts, images, etc., preventing them from being re-downloaded in subsequent requests. Static assets are also compressed (gzip) to reduce their file size. All of this significantly reduces the amount of data transferred and makes navigating between the pages of your site feel instant.
Learn more544kb
9kb
98%
Most pages on a WordPress site don’t change between requests. For these pages, we can save the entire page as a static HTML file and serve it for subsequent requests, eliminating all PHP and database processing. With the flip of a switch, you can turn on full page caching in SpinupWP, define custom caching rules, clear the cache, and more. No third-party plugins required, though WP Rocket is fully compatible.
Learn more200ms
98ms
51%
WordPress can be slow and database queries are by far the most common cause. With every page request, WordPress will query the database several times, often dozens of times. SpinupWP sets up an object cache on every server which saves queried data for subsequent requests. This results in a massive reduction in round trips to the database, dramatically speeding up your WordPress site.
Learn more76
6
77%
* Tested on a clean install of WordPress 6 using Twenty Twenty-Two theme.
The SpinupWP team has a background in WordPress and Laravel development and system administration with a strong appreciation for great design. We’re building the cloud server control panel that we’ve always wanted.
Developers! Developers! Developers! Add a git repository to your SpinupWP site, define the branch to deploy from, and simply push to that branch to deploy your code. GitHub, Bitbucket, or a custom git repo will work. Composer is available on all SpinupWP sites by default, and it’s 100% compatible with Composer-based WordPress boilerplate projects like Bedrock. You can even configure a build script to run additional tasks on the server after a deployment is complete.
SpinupWP configures PHP for each site separately, allowing you to run different versions of PHP with different settings on a server simultaneously. For example, you might run PHP 8 for new sites, but maybe you have an older site that still needs an update to work on PHP 8. No problem. Just choose PHP 7.4 from the select box when creating the site in SpinupWP. Once you update the site to run on PHP 8, you can simply edit the site in SpinupWP and select PHP 8 from the select box.
With our REST API and PHP SDK you can spin up servers and create and manage sites remotely without logging into the SpinupWP dashboard. This allows you to script repeatable tasks and automate your processes. If you host client sites, you can even build a custom dashboard for yourself and/or your clients.
SpinupWP will install the latest stable versions of Nginx, PHP, MySQL, and Redis from popular public apt repos. No “who-knows-what-they-did” custom builds of packages. Disconnect from SpinupWP in the future and you can still keep your packages up-to-date with `apt upgrade`.
WordPress doesn’t enable error logging by default. Probably because the log is saved to a publicly accessible directory and can quickly balloon to take up a lot of hard drive space. SpinupWP enables error logs by default but stores them in a safe place and makes sure they’re rotated regularly like other server logs. Should you ever need to inspect these logs, the Site Log viewer allows you to see the last 1,000 lines from any of the server log files, as well as use the refresh feature to see new log entries in real-time.
If you love WP-CLI (we do! ❤️) you’ll be very pleased to find it available on the command line the first time you log in to your server. We also have a CLI package that you can install on your own machine, allowing you to list your servers, SSH into a server, and do lots more.
Begin your SpinupWP journey today and spin up your first server within minutes.
We take great pride in producing high quality documentation when and where you need it. We also offer 16x5 email support and a vibrant community forum where customers help each other when documentation isn’t enough.
On the right side of just about every screen in SpinupWP you’ll find Helpful Hints in-context documentation that often answer the exact questions you have at that moment.
Underneath Helpful Hints in SpinupWP, you’ll often find Related Documentation, links to our high quality docs that live here on the site and are adored by our customers.
Without question, @spinupwp! Everything you just described, packaged beautifully, with loads of contextual documentation! It is unbelievably, impossibly well made and equally unbelievably low priced. An absolute testament to the quality of the @spinupwp team!
Liking @spinupwp more and more. And they have excellent documentation!
Our talented technical support team currently works 16 hours per day Monday through Friday. 40% of support emails receive a reply in under 2 hours and another 40% in under 12 hours. You’ll almost always get a response on the same day.
Learn moreAfter signing up as a subscriber, you will receive an invite to the SpinupWP Community, where customers can interact, bounce ideas off one another, and discuss improvements they’d like to see in SpinupWP. Our customers love discussing their server setups!
Josey Howarth
Director of Love Sudo
I've managed my own servers and setups and also worked with hosting companies. SpinupWP is literally the perfect solution that allows me the control I want, without the extra overhead. My sites are fast, the support is second to none, and their response to security notices helps me sleep well at night.
Begin your SpinupWP journey today and spin up your first server within minutes.
SpinupWP’s two most important security principles are to only ever expose access to services when necessary and to keep the software of exposed services up-to-date.
Each server is configured to disallow all connections except HTTP, HTTPS, and SSH by default. Failed SSH attempts are monitored and blocked when they reach a certain threshold. Logging into SSH via the root user is disabled.
Learn moreKeeping software up-to-date is critical to maintaining a secure server. SpinupWP configures your server to install security updates as soon as they are available, reducing the likelihood of a software vulnerability putting your server at risk.
Learn moreEach site that you add to a server gets its own system user, which only has access to its own files. If a site on the server is compromised with malware, for example, only the files for that site can be infected.
Learn moreWordPress has a reputation of being insecure because people don’t update it. A vulnerability in an outdated theme, plugin, or WordPress itself is easily exploited. Keeping WordPress up-to-date is paramount. SpinupWP helps by setting up file permissions that support WordPress auto updates, showing which sites require updates in the SpinupWP dashboard, and allowing remote updating in just a few clicks.
Learn moreIt’s your server, SpinupWP is just here to help. You can disconnect your server from SpinupWP any time. We don’t lock you in. We use standard installs of server software, no weird custom-built packages that you can’t update. You have complete control.
Learn moreProvide your own SSL certificate or allow SpinupWP to acquire a free Let’s Encrypt SSL certificate for you, configure it for your site, and handle renewals. You hardly need to think about SSL certificates with SpinupWP.
Learn moreBegin your SpinupWP journey today and spin up your first server within minutes.
Choose from five cloud storage providers, then define your bucket, region, and retention period, and you’re all set.
Schedule multiple backups daily, weekly and/or monthly of just the site’s database, just the site files, or a full site backup of both the database and files. You choose the schedule and retention periods.
Learn moreNeed to do something a little risky with your site? Probably a good idea to run backup first. We have a button for that. It’s just one click.
Learn moreNeed to refresh a local dev environment? Instantly download a backup of your site files or your database by clicking the download icon.
Learn moreBrowse your backups in SpinupWP to find the one you’d like to restore. Easily restore a backup in just a few clicks.
Learn moreBegin your SpinupWP journey today and spin up your first server within minutes.
Let’s say a site on one of your servers has grown. It’s using a lot of CPU and memory, and is slowing down the other sites on the server. You need to move that site to its own server.
Usually this is a time consuming, manual process, but with SpinupWP it’s just a few clicks to spin up a new server and move your site using our site move tool and guide while maintaining all your configuration and near-zero downtime. It’s also very handy when you need to upgrade your server to the latest version of Ubuntu.
Managing a server can be intimidating. Wouldn’t it be great if you had a coach to tell you what things you should be paying attention to with your servers and sites? What if you had a coach pointing out the right suggestions at just the right times? SpinupWP does exactly that.
The Todos screen provides a detailed list of things that need to be done with your servers and sites. Each todo explains “why” this should be taken care of in addition to “what.”
Learn moreWhen managing servers and sites, some things should be taken care of right away, while other things can wait. We prioritize and sort your todos, and as time passes, unattended todos move up the list and eventually generate a notification.
Learn moreFor many todos, a few clicks will have them resolved, but for others we offer comprehensive step-by-step instructions on how to resolve the issue with some commands on the CLI.
Learn moreabe@ubuntu:~$ sudo apt upgrade
Whether you’re a team of developers looking for a better solution for dev and staging sites or you’re an agency looking to offer production hosting to your clients, SpinupWP offers the flexibility you’re looking for.
Set a password and easily grant your client SFTP and SSH access to a single site. And because of the security isolation between sites, your client will only have access to files for that site and no other sites on the server.
Learn moreOn the Advanced plan, you can invite members of your team to your SpinupWP account. You can give them full access to everything or limit their capabilities and even select which servers they have access to.
Learn moreUse the SpinupWP CLI to create bash scripts to automate the creation and removal of servers and sites. Or maybe use our REST API to go beyond what’s possible with bash scripts.
Learn moreLeverage our REST API and PHP SDK to build your own branded portal for clients to log into to manage their sites.
Learn moreBegin your SpinupWP journey today and spin up your first server within minutes.
If you're unhappy with your managed WordPress host and the grass is looking a lot greener with SpinupWP, it certainly won't hurt to give us a try.
You may find yourself relating to Chris Haas of Vendi Advertising who now prefers SpinupWP over both managed hosting and building their own server management tools.
But to make a final decision on moving your sites over, you should consider the following pros and cons to switching.
👍
Pros |
👎
Cons |
---|---|
Unleash the power of dedicated CPU cloud servers at an affordable price |
Monitoring and incident response are your responsibility |
When things go wrong, you have full control to fix things yourself right away |
No 24x7 support, no quick responses |
No one is tinkering with your servers or sites without your knowledge |
Reboots, updating server software, and other maintenance is your responsibility |
Consistent costs, no visitor-based pricing |
|
Much better margins when hosting client |
DigitalOcean + @spinupwp is great for managing and creating client sites.
Finally finished migrating my old WordPress sites. Ended up using @spinupwp with Hetzner. 🎉 SpinupWP is pretty neat. It's like managed hosting, except you get full SSH access to Ubuntu, which I need for any random ideas I get.
I just migrated a big WordPress site to @spinupwp (with DigitalOcean on the backend) and holy hell I think I'm in love. The only problem is now I have to migrate all my sites. 🤣
@spinupwp is on a roll with new features and supported updates!
Moving a site to a different server with @spinupwp is so easy you think it didn't work. *checks* Yep, it worked. Switch the DNS and enjoy the hour you just got back.
Taking a fresh look at @spinupwp for the first time in a year and wow, this product has made some incredible jumps. This is exciting.
It's so incredibly easy and fast when you want to migrate a #WordPress site to a new server with @spinupwp⚡️ Honestly, it takes about 2 minutes and only 3-4 mouse clicks, including DNS updates. ⏱️
Got a #WordPress site hosted w/ the amazing @spinupwp running #PHP 8.1.3. So far so good. 💯 across the board on Lighthouse mobile & desktop and no errors.
Begin your SpinupWP journey today and spin up your first server within minutes.