Skip to main content
Blog|
Learning center

How much does a server cost

|
Apr 2, 2026|11 min read
LEARNING CENTERHow much does a server costHOSTNEYhostney.comApril 2, 2026

The answer ranges from $3 per month to $10,000+ per month depending on what you mean by “server.” A shared hosting account, a VPS, a dedicated server, and a cloud instance are all servers, but the cost, performance, and management burden are wildly different. Understanding what you are actually paying for at each tier helps you avoid both overspending on infrastructure you do not need and underspending on infrastructure that cannot handle your workload.

This guide breaks down the real costs of each server type, what is included in the price, and what hidden costs to watch for.

Shared hosting: $3-30 per month#

Shared hosting puts your website on a server with hundreds of other accounts. You share CPU, RAM, disk, and network bandwidth with everyone else. The hosting provider manages the server, installs updates, handles security, and provides a control panel for managing your sites.

What you get

  • A hosting account with a web server (Nginx or Apache), PHP, and MySQL
  • A control panel for managing domains, email, databases, and files
  • SSL certificates (usually Let’s Encrypt, automated)
  • Email hosting (usually included)
  • Backups (frequency varies by provider)
  • Support

What you do not get

  • Guaranteed resources. Your site shares CPU and RAM with other accounts. If another site on the server spikes, yours may slow down.
  • Root access. You cannot install software, modify server configuration, or run custom services.
  • Fine-grained control over PHP versions, Nginx configuration, or MySQL tuning beyond what the control panel exposes.

Real cost breakdown

Provider tierMonthly costWhat you typically get
Budget shared$3-5/month10-50 GB storage, limited CPU, basic support
Mid-range shared$8-15/month20-100 GB storage, better CPU allocation, email included
Managed WordPress$15-30/monthWordPress-optimized stack, staging, caching, better support

The $3/month plans from large hosting companies are loss leaders designed to get you in the door. The actual experience at that price point involves oversold servers, slow support, and aggressive upselling. The $10-30/month range is where shared hosting starts delivering reasonable performance for small WordPress sites.

Hidden costs

  • Renewal pricing. The $3/month rate is almost always an introductory price for the first term. Renewal rates are typically 2-4x higher. A $3/month plan renews at $10-12/month.
  • Email. Some providers have moved email to a separate paid product. Check whether email hosting is included.
  • Backups. Daily backups may be a paid add-on. Check whether backup and restore is included in the base price.
  • SSL. Most providers include free Let’s Encrypt SSL now, but some still charge for it or charge for wildcard certificates.
  • Migration. Moving your site to the new host may cost $50-150 if you cannot do it yourself.

Who should use shared hosting

Small WordPress sites, blogs, portfolios, local business sites, and any site with under 10,000 monthly visitors and no complex requirements. If you do not need root access and do not want to manage a server, shared hosting is the most practical option.

For a deeper comparison of shared hosting versus other options, see VPS vs shared hosting: which should you use.

VPS (Virtual Private Server): $10-100 per month#

A VPS gives you a virtual machine with dedicated CPU cores, RAM, and storage. Unlike shared hosting, your resources are reserved – other accounts on the same physical server cannot consume your allocation. You get root access and full control over the operating system and installed software.

What you get

  • A virtual machine with a specific number of CPU cores, RAM, and storage
  • Root/administrator access
  • Choice of operating system (Ubuntu, Rocky Linux, Debian, etc.)
  • A dedicated IP address
  • Full control over all installed software and configuration

What you do not get (on unmanaged VPS)

  • Server management. You install the web server, PHP, MySQL, firewall, and everything else yourself.
  • Security updates. You are responsible for patching the OS and all installed software.
  • Monitoring. If the server goes down at 3 AM, nobody notices unless you set up monitoring.
  • Backups. You configure and manage your own backup system.
  • Support beyond “is the VM running?”

Real cost breakdown

SpecMonthly costUse case
1 vCPU, 1 GB RAM, 25 GB SSD$5-10Development, testing, low-traffic sites
2 vCPU, 4 GB RAM, 80 GB SSD$20-40Small WordPress sites, moderate traffic
4 vCPU, 8 GB RAM, 160 GB SSD$40-80WooCommerce stores, multiple sites, higher traffic
8 vCPU, 16 GB RAM, 320 GB SSD$80-160High-traffic sites, resource-intensive applications

Popular VPS providers: DigitalOcean, Linode (Akamai), Vultr, Hetzner, OVH. Prices vary by provider and region, but the ranges above are representative.

Hidden costs

  • Your time. This is the biggest hidden cost. Setting up a VPS from scratch (installing Nginx, PHP, MySQL, Let’s Encrypt, firewall, fail2ban, backups, monitoring) takes hours if you know what you are doing and days if you are learning. Ongoing maintenance – security updates, PHP version upgrades, debugging server issues – is a continuous time investment.
  • Managed VPS add-on. If you do not want to manage the server yourself, managed VPS plans cost $50-200/month on top of the VPS price. This gets you server management, security updates, monitoring, and support.
  • Backups. Most VPS providers charge extra for automated snapshots. DigitalOcean charges 20% of the droplet price for weekly backups.
  • Monitoring. Uptime monitoring services (UptimeRobot free tier, Pingdom, Datadog) range from free to $50+/month depending on features.
  • Bandwidth overages. Most VPS plans include a bandwidth allocation (1-5 TB/month). Exceeding it incurs per-GB charges.

Who should use a VPS

Developers and system administrators who want full control, businesses with specific software requirements that shared hosting cannot accommodate, sites that have outgrown shared hosting performance limits, and anyone who needs root access for custom configurations. If you do not know how to configure a Linux server or do not want to learn, an unmanaged VPS is the wrong choice.

Dedicated servers: $80-500+ per month#

A dedicated server is an entire physical machine rented to you. No virtualization, no shared resources, no other tenants. You get all the CPU, RAM, storage, and bandwidth the machine has.

What you get

  • An entire physical server with all its resources
  • Root access
  • Choice of operating system
  • Dedicated IP addresses (usually multiple)
  • Full hardware isolation from other customers

Real cost breakdown

SpecMonthly costUse case
Intel Xeon E-2236, 32 GB RAM, 2x 480 GB SSD$80-120Single high-traffic site, small hosting business
Dual Xeon Silver, 64 GB RAM, 4x 1 TB NVMe$200-350Multiple high-traffic sites, databases, applications
Dual Xeon Gold, 128+ GB RAM, large NVMe RAID$400-800+Enterprise workloads, large databases, high I/O

Dedicated server providers: Hetzner (cheapest for European hardware), OVH, Liquid Web, PhoenixNAP, Leaseweb.

Hidden costs

  • Same management burden as VPS. You are responsible for everything installed on the server unless you pay for managed hosting.
  • Hardware failures. The hosting provider replaces failed hardware, but your site is down until they do. A VPS can be migrated to another physical host; a dedicated server cannot.
  • No instant scaling. If you need more RAM or CPU, you order a new server and migrate. There is no “add 8 GB RAM” button.
  • Setup fees. Some providers charge $50-200 for initial server provisioning.

Who should use a dedicated server

High-traffic sites that need guaranteed performance without virtualization overhead, businesses with compliance requirements that mandate physical isolation, and hosting providers running their own platforms. Most WordPress sites, even high-traffic ones, do not need dedicated servers – a well-configured VPS or managed hosting platform handles the workload at a fraction of the cost.

Cloud servers (AWS, Google Cloud, Azure): $10-10,000+ per month#

Cloud servers are virtual machines on hyperscaler infrastructure. The key difference from traditional VPS is on-demand scaling – you can add resources instantly and pay by the hour.

What you get

  • Virtual machines (EC2, Compute Engine, Azure VMs) with configurable CPU, RAM, and storage
  • On-demand scaling (add resources without migration)
  • Pay-by-the-hour pricing
  • Global regions (deploy servers near your audience)
  • Integrated services (managed databases, load balancers, CDN, storage, DNS)

Real cost breakdown

Cloud pricing is complex. A comparable VM to a $20/month VPS from DigitalOcean costs $30-50/month on AWS, before any additional services.

ServiceMonthly costWhat it covers
Small EC2 instance (t3.small)$15-202 vCPU, 2 GB RAM
Medium EC2 instance (t3.medium)$30-402 vCPU, 4 GB RAM
Managed MySQL (RDS db.t3.small)$25-35Managed database, backups included
Load balancer (ALB)$20-25Traffic distribution
S3 storage (100 GB)$2-3Object storage for files
Data transfer (100 GB outbound)$9Bandwidth charges

A WordPress site on AWS with a small EC2 instance, managed RDS database, and an S3 bucket for media easily costs $80-120/month – for a workload that a $20 VPS handles comparably.

Hidden costs

  • Data transfer charges. Cloud providers charge for outbound bandwidth. AWS charges $0.09/GB after the first 100 GB. A site serving 500 GB of traffic per month pays $36 just for bandwidth.
  • Complexity. Cloud platforms have hundreds of services and configuration options. The learning curve is steep, and misconfiguration can result in unexpectedly high bills.
  • Bill surprise. Without spending alerts and budgets configured, a misconfigured service or a traffic spike can generate a bill many times what you expected.
  • Managed services add up. Each managed service (database, load balancer, CDN, DNS, monitoring) is billed separately. The convenience is real, but the total cost accumulates fast.

Who should use cloud servers

Applications that need elastic scaling (handling 10x traffic during peak events and scaling down after), organizations already invested in the cloud ecosystem (using other AWS/GCP/Azure services), development teams with cloud infrastructure experience, and businesses with global deployment requirements. For a standard WordPress site, cloud infrastructure is usually overkill and overpriced.

Managed WordPress hosting: $15-200+ per month#

Managed WordPress hosting is a category that sits between shared hosting and VPS. The provider handles all server management, and the platform is specifically optimized for WordPress. You get a control panel for managing WordPress sites but no root access to the underlying server.

What you get

  • WordPress-optimized server stack (typically Nginx, PHP-FPM, MySQL/MariaDB)
  • Automatic WordPress updates (core, and sometimes plugins)
  • Server-level caching (page cache, object cache)
  • Daily backups with easy restore
  • Staging environments
  • WordPress-specific support
  • SSL certificates
  • Malware scanning and security features

Real cost breakdown

Provider tierMonthly costWhat you typically get
Entry$15-30/month1 site, 10-25 GB storage, limited visits
Business$30-60/month3-10 sites, 30-50 GB storage, staging
Pro$60-200/month10-25+ sites, 50-100 GB storage, priority support

Who should use managed WordPress hosting

Businesses that want WordPress performance and security without managing a server, agencies managing multiple client sites, WooCommerce stores that need reliability without hiring a sysadmin, and anyone who values their time more than the cost difference between shared hosting and managed hosting.

For a deeper look at what managed WordPress hosting includes and how it compares to other hosting types, see Cloud WordPress hosting explained.

The total cost of ownership#

The monthly price on the pricing page is not the full cost. The total cost of ownership includes:

Server management time. On a VPS or dedicated server, every hour you spend configuring, updating, debugging, and monitoring is a cost. If your time is worth $100/hour and you spend 5 hours per month on server management, that is $500/month in labor on top of the server cost. Managed hosting eliminates this.

Downtime cost. If your site goes down and you do not have monitoring, you may not notice for hours. For an e-commerce site, downtime means lost revenue. For any business, extended downtime means lost trust. The cost of a cheaper hosting plan that goes down more often can exceed the cost of a more reliable plan.

Security incident cost. A compromised site costs time (investigation, cleanup), money (potential ransom, lost transactions, remediation), and reputation. Hosting that includes malware scanning, WAF protection, and container isolation reduces the probability and blast radius of security incidents.

Scaling cost. If your site outgrows its current hosting, migration is a cost – both in time and in risk of downtime during the transition. Choosing hosting that can grow with your site avoids the disruption of moving later. See What is server migration and how does it work for what migration involves.

How Hostney is priced#

Hostney’s managed WordPress hosting plans include the server stack (Nginx, PHP-FPM, MySQL), server-level caching (Nginx FastCGI cache and Memcached), daily backups, SSL certificates, real-time malware scanning, bot detection, ModSecurity WAF, and container isolation – all managed by the platform with no server administration required from you.

The pricing is per hosting account with clearly defined resource allocations (storage, sites, databases) rather than “unlimited” promises. There are no introductory pricing tricks – the price you see is the price you pay on renewal.

Check the hosting plans page for current pricing and what is included at each tier.

Decision framework#

Under $10/month: Shared hosting. Acceptable for personal sites, blogs, and low-traffic business sites. Expect shared resources and limited support.

$15-50/month: Managed WordPress hosting. The sweet spot for small business WordPress sites that need reliability, performance, and security without server management. This is where most WordPress sites should be.

$20-100/month: VPS (unmanaged). Only if you have the skills and time to manage the server yourself, or if you have specific software requirements that managed hosting cannot accommodate.

$80-500/month: Dedicated server. High-traffic sites with specific performance or compliance requirements. Most WordPress sites do not need this.

$50-500+/month: Cloud (AWS/GCP/Azure). Applications that need elastic scaling or are part of a larger cloud ecosystem. Overpriced and overcomplicated for standard WordPress hosting.

Summary#

Server costs range from $3/month for budget shared hosting to thousands per month for cloud infrastructure, but the monthly price is only part of the equation. Factor in management time, security, reliability, and scaling when comparing options. A $20/month managed hosting plan that includes caching, backups, security, and support is often cheaper in total cost of ownership than a $10/month VPS that requires hours of your time each month to maintain.

For most WordPress sites, managed hosting in the $15-50/month range delivers the best balance of performance, security, and cost. Budget shared hosting is acceptable for low-stakes sites. VPS and dedicated servers are for specific technical requirements or high-traffic workloads where the management burden is justified. Cloud infrastructure is for applications that genuinely need elastic scaling – not for hosting a WordPress site.