Cost of Running My WordPress Websites
Self-hosting a WordPress website is often a trade-off between cost and time. When you have a commercial website built with WordPress, shared hosting or cheap hosting providers are often not a good option as you would want to have optimal performance while serving web pages to your visitors.
So what do you do? If you are not keen in taking things in your own hands and want a simpler experience, you can opt to set up a WordPress blog with a managed hosting provider. However if you are like me and love a little bit of linux admin then managing your own WordPress setup on a VPS can be the most cost effective option.
After shifting my WordPress website to multiple hosting providers as well as VPS providers, I have currently settled with the VPS hosting offered by http://www.vultr.com/?ref=7125480">Vultr. They offer high performing SSD and NVMe servers at a very nominal rate. You can take a look at https://www.vpsbenchmarks.com/">VPS benchmarks to decide on other VPS hosting providers. I also opted for a cloud server control panel: https://runcloud.io/r/k6pWbKEMY34M">RunCloud which makes it really easy to install and manage WordPress servers.
Apart from hosting costs, there are few other costs involved in running a WordPress website such as backup, e-mail etc. In this post, I have listed down all such costs incurred for my WordPress websites. Thanks to a lot of free services and offerings, I have been able to trim down the running cost to a bare minumum as can be seen below:
Annual Cost of Running my WordPress server
Currently I am hosting two WordPress blogs: https://superdevresources.com/">SDR and https://www.techbuzzonline.com/">TBO on this WordPress server.
| Item | Cost | Details |
|---|---|---|
| Domain | $9 | Per domain annual renewal cost registered using https://affiliate.namecheap.com/?affId=118823">Namecheap |
| Hosting | $172.8 | High Frequency Computre NVMe VPS hosting by http://www.vultr.com/?ref=7125480">Vultr (2GB RAM, 64GB storage with Backups) - $14.4/month |
| CDN | $0 | Provided for Free by https://www.cloudflare.com/">Cloudflare |
| SSL | $0 | Provided for Free by https://www.cloudflare.com/">Cloudflare |
| Backup | $60 | Offsite backups on https://m.do.co/c/931d5df50b74">Digital Ocean Spaces |
| Server Management | $150 | Pro plan by https://runcloud.io/r/k6pWbKEMY34M">Runcloud |
| Theme | 0 | https://oceanwp.org/?ref=883">OceanWP |
| Newsletter | $49 | https://codecanyon.net/item/mailster-email-newsletter-plugin-for-wordpress/3078294?ref=TemplateFlip">Mailster Newsletter Plugin (One time Cost) |
| E-mail delivery | $0 | Delivered via https://sendgrid.com/">Sendgrid (Currently under Free Quota) |
Total annual page views handled by server: 2 million+
Total Cost: $449.8 /year or $37.5 /month
I have a set of https://superdevresources.com/essential-wordpress-plugins/">must have WordPress plugins that I make sure to install on every WordPress website. On SDR, I wrote about these plugins as well as about https://superdevresources.com/wordpress-setup-checklist/">WordPress setup checklist that I use before launching any WordPress site.
There are certain other costs involved in running these websites such as freelance writer fees, office rent, internet charges, advertising cost etc., however I have not included them here as those are operational and marketing costs. Most of the other sites that I manage, such as my personal website and my projects’ websites, are static sites hosted on either https://pages.github.com/">GitHub Pages or https://www.netlify.com/">Netlify for free. You can learn about top static site generators as well as https://superdevresources.com/host-static-website-free/">free hosting options for static sites.