SpinupWP is a modern cloud server control panel designed to manage WordPress sites and serve them lightning fast.
This 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 cPanelcoughPlesk.
With our One-Click Droplet, in less than a minute you can be up and running with a DigitalOcean VPS fully optimized for WordPress and connected to your new SpinupWP account.
Other cloud server control panels allow you to reboot the server, add sites, and other things that you would already expect. SpinupWP offers the typical control panel features, but is also different in several key areas:
SpinupWP is designed for WordPress first. You can certainly run other LAMP/LEMP apps like Laravel and Drupal (many of our customers do) but when you add a WordPress site to your server via SpinupWP, we configure a free SSL certificate, cron jobs, caching rules, WP-CLI, and everything needed to run a fast and secure WordPress site. With over a decade of experience in WordPress development as Delicious Brains, you can be sure our team knows WordPress.
Developers using DigitalOcean love our comprehensive docs as well as the Helpful Hints and Related Documentation in the sidebar of just about every screen of the app. We’ll guide you through tutorials such as setting up DigitalOcean Spaces for storing site backups, and enabling floating IPs from the DigitalOcean dashboard.
Whether you’ve been managing your own servers for years or are just beginning, SpinupWP will give you peace of mind that you’re doing what you’re supposed to be doing to keep your servers healthy and secure. SpinupWP identifies and presents you with a list of todos that you ought to perform on your VPS prioritized by how urgent they are. For example, if your server needs a reboot, that todo will start low on your list. However, over time, it will become more important that the VPS is rebooted and the todo will increase in priority, moving up the list.
SpinupWP is designed for developers by developers. In just a few clicks you can change the PHP version of a site, browse and search logs, and automatically deploy when you push code to your site’s git repository. We also have a command line app, so you can manage your server from the terminal, and a REST API and PHP SDK so you can build your own custom apps and integrations to automate what you like.
Our customers love that SpinupWP doesn’t do a bunch of weird stuff to your server. Everything we do is typical in the industry, so you can SSH into your server and understand what’s been set up without having to look up documentation for every little thing. In fact, you can disconnect your VPS from SpinupWP any time and continue to manage it yourself. We don’t lock you in. You have complete control.
Package | Version | License |
---|---|---|
PHP | 8.1 | |
MySQL | 8 | |
Redis | 7.2.3 | |
Nginx | 1.24.0 | |
Git | 2.34.1 | |
Composer | 2.6.5 | |
Supervisor | 4.2.1 | |
WP-CLI | Latest | |
Certbot | 1.21.0 | |
UFW | 0.36.1 | |
Fail2Ban | 0.11.2 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the SpinupWP 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB SpinupWP Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "spinupwp"}' \
"https://api.digitalocean.com/v2/droplets"
ssh root@your_droplet_public_ipv4
Congratulations! You’re all set to manage your newly provisioned server with SpinupWP. Ready to add your first site? Our Getting Started doc will show you how to add a new site to your server.
If you already have a SpinupWP account associated with your email address, you’ll be asked to log in to link your new droplet with your SpinupWP account. If you have multiple accounts, you will be able to select which one you’d like to add the droplet to.