Hands-on VPS & self-hosting Monday, June 1, 2026
VPS.app
Hands-on VPS benchmarks and self-hosting guides — tested, not theorized.
VPS Comparisons

Best VPS for Nextcloud in 2026: Picks by Use-Case and Budget

Some links below are affiliate links: if you buy through them I may earn a commission at no extra cost to you. I only recommend what I have actually tested, and it never changes my verdict.

A private cloud server rack representing self-hosted Nextcloud storage

Running your own Nextcloud means your files never touch a third-party cloud. Choosing the right VPS for it is mostly about two things: enough RAM to keep PHP and the database happy, and enough disk to hold your actual data. CPU is rarely the bottleneck.

This guide covers the specs you need, then recommends providers for each priority. If you are ready to install, jump to our Nextcloud self-hosting setup tutorial after you pick a server.

Specs You Actually Need

Nextcloud is light on CPU but disk-hungry once photo sync kicks in. Use this table as a starting point — then add headroom for growth.

UsersRAMDisk (data)Notes
1–21–2 GB50–100 GB+Tight on 1 GB; 2 GB recommended
3–52–4 GB100–300 GB+Enable Redis for session caching
6–154 GB300 GB+ or object storagePreview generation needs headroom
15+8 GB+Object storage recommendedSeparate DB server is worth considering

A few practical notes:

  • RAM: PHP, MariaDB (or PostgreSQL), and Redis together consume more than you expect. 2 GB is the comfortable floor for a small household. Enable the Redis memory cache — it makes a noticeable difference in responsiveness.
  • Disk is the real variable. The Nextcloud application is tiny. Your photos, documents, and backups are not. One person’s phone camera roll can fill 50 GB in a year. Plan for at least double your current data, or connect an S3-compatible object storage bucket so the VPS disk stays small.
  • CPU: A single vCPU handles most Nextcloud workloads fine. The exception is bulk thumbnail generation — if you are importing thousands of photos, it will be slow on shared cores, but it is a one-time event.

Our Picks

Hetzner — Best Value and Disk Allocation

Hetzner’s VPS line (Cloud servers) consistently offers some of the most disk per euro in the European and US markets. Their entry-tier plans include enough local SSD for a modest personal cloud, and upgrading to a larger volume is straightforward. For most solo users and small families, a Hetzner CX or CPX instance is the obvious starting point.

Their object storage (Hetzner Object Storage, S3-compatible) pairs well with Nextcloud’s External Storage app if you outgrow local disk — and the prices are competitive with Backblaze B2.

Try Hetzner Cloud

Cloudways — Best Managed Experience

If you want someone else to handle OS updates, firewall rules, and server monitoring, Cloudways sits in an interesting middle ground: you get a managed environment with a friendly dashboard, but the underlying server is a real cloud VPS (DigitalOcean, Vultr, or others) that you can size to your needs.

This comes at a price premium over raw VPS, but for users who are not comfortable with the Linux command line, it removes a significant maintenance burden. Cloudways also handles automated backups and one-click SSL, which are things you would otherwise configure yourself.

Explore Cloudways managed hosting

DigitalOcean — Best for Developers

DigitalOcean’s Droplets have a clean API, detailed documentation, and a marketplace image that can get Nextcloud running with minimal setup. Their Spaces object storage is S3-compatible and integrates cleanly if your data outgrows local disk.

The pricing is not the cheapest in the market, but the developer experience — monitoring, snapshots, managed databases if you want to split the DB out — is polished. A good choice if you are already in the DO ecosystem or want a reliable US-based option.

Get started with DigitalOcean

BandwagonHost — Best for China Access

Routing from mainland China to a VPS abroad is often unreliable on standard networks. BandwagonHost offers plans on CN2 GIA routes, which provide significantly more stable cross-border speeds than standard transit. If your users are in or near China, or you need consistent access from that region, this matters more than raw price per GB of RAM.

We have a detailed look at a specific plan in our BandwagonHost HKHK8 review.

See BandwagonHost CN2 GIA plans

Pairing with Object Storage

For libraries larger than a few hundred gigabytes, consider keeping the VPS small and offloading file storage to an S3-compatible bucket. Nextcloud’s External Storage app supports this natively. Hetzner Object Storage, Backblaze B2, and Cloudflare R2 are all reasonable choices at low cost. Your VPS only needs enough local disk for the OS, the application, and a database — the heavy files live in the bucket.

Next Steps

Once you have picked a provider, follow our step-by-step Nextcloud VPS installation guide to get the stack running. For a broader look at VPS options beyond Nextcloud, see our best VPS for self-hosting roundup.

Get the disk and RAM sizing right upfront, and Nextcloud runs quietly in the background for years.

Frequently asked questions

How much RAM does a Nextcloud VPS need?

2 GB RAM is comfortable for a small household or team of up to 5 users without heavy preview generation. If you enable video thumbnails, Office Online, or serve 10+ active users, 4 GB is a safer starting point.

How much disk space does Nextcloud require?

The Nextcloud application itself is small — under 1 GB. Disk sizing is almost entirely driven by your data. A photo library for one person can easily reach 50–100 GB; for a family or team, plan 200 GB or more and consider attaching object storage for large libraries.

Can Nextcloud run on a 1 GB RAM VPS?

Technically yes, but it is tight. PHP memory limits, MariaDB, and Redis together will push close to the ceiling. You may see slowdowns when generating file previews or running background jobs. 2 GB is the practical minimum for a smooth experience.

Do I need object storage for Nextcloud?

Not for small setups. But if you are syncing photos for multiple users or want to avoid frequent VPS upgrades just for disk, connecting Nextcloud's External Storage to an S3-compatible bucket (Backblaze B2, Hetzner Object Storage, etc.) keeps your VPS lean and scales cheaply.

Is Nextcloud hard to self-host on a VPS?

With a good guide it is manageable for beginners. The main steps are installing a LEMP stack, downloading Nextcloud, configuring a database, and setting up a reverse proxy with SSL. Most installs take 1–2 hours. See our setup tutorial linked below for a step-by-step walkthrough.