VPS Nextcloud
Deploy your private Nextcloud cloud on a secure and scalable VPS environment
Nextcloud is the open-source alternative to Google Drive and Microsoft 365: file sync, collaborative document editing, calendar, video conferencing and team messaging in one self-hosted platform. No per-user subscription, no data leaving your infrastructure. With an OVHcloud VPS, you deploy a fully functional private cloud with unlimited users at a flat monthly cost, storing data exclusively in your chosen European datacenter.
Explore OVHcloud VPS Solutions for Nextcloud
Nextcloud sizing depends primarily on concurrent users and total storage. For one to five users with under 75 GB of files, VPS-1 is a solid starting point. For a family or team with hundreds of gigabytes of photos and documents, VPS-2 (100 GB NVMe) or VPS-3 (200 GB NVMe) provides the right balance of compute and storage. For very large storage requirements, combine any VPS with OVHcloud Object Storage as an external Nextcloud storage provider via the VPS storage range
6 vCores
12 GB RAM
100 GB SSD NVMe
Daily backup of the previous 24 hours
Unlimited traffic
1 Gbps public bandwidth
8 vCores
24 GB RAM
200 GB SSD NVMe
Daily backup of the previous 24 hours
Unlimited traffic
1.5 Gbps public bandwidth
The recommended deployment stack is nginx, PHP-FPM, MariaDB and Redis. nginx serves Nextcloud's PHP application and handles HTTPS termination. PHP-FPM runs Nextcloud's code in a pool of worker processes. MariaDB stores metadata including file listings, shares and user accounts. Redis provides fast in-memory caching for session data and frequently accessed internal data.
Deploying on an Ubuntu VPS provides a well-supported environment for the nginx, PHP, MariaDB and Redis stack, with straightforward installation via apt and comprehensive documentation from both OVHcloud and the Nextcloud community.
Key Benefits of Hosting n8n on a VPS
Data Sovereignty and GDPR Compliance
Files stored on Google Drive or Dropbox reside on US servers subject to the CLOUD Act. On an OVHcloud VPS in France or Germany, your data stays in Europe under GDPR, held in a datacenter never obligated to respond to non-European legal orders. For doctors, lawyers, accountants and professionals handling confidential data, this distinction is not optional. Our DDoS-protected VPS provides the network-level security alongside GDPR-compliant datacenter hosting.
- Data hosted exclusively in your chosen OVHcloud European datacenter
- No third-party access to files without your explicit authorization
- End-to-end encryption available for sensitive folders via the Nextcloud E2EE app
Unlimited Users at a Flat Monthly Cost
Google Workspace charges at least 6 euros per user per month. Dropbox Business charges 15 euros per user. For a five-person team, SaaS subscriptions cost 30 to 75 euros per month indefinitely. An OVHcloud VPS at a flat monthly rate serves unlimited users. Add VPS automated backup for data protection at a fraction of enterprise SaaS pricing.
The Nextcloud App Ecosystem
The Nextcloud App Store provides over 400 applications. Nextcloud Office enables real-time collaborative editing of .docx, .xlsx and .pptx files in the browser via Collabora or OnlyOffice. Nextcloud Talk provides end-to-end encrypted video calls and team messaging. Deck provides Kanban-style project management. Memories organizes photos with face recognition. All install in one click from the admin interface with no server configuration required.
Why Choose OVHcloud for Your Nextcloud VPS?
Optimized Performance and Reliability
File upload and download speed depends on disk throughput and network bandwidth. OVHcloud NVMe SSD delivers significantly better throughput than SATA SSD. VPS plans from VPS-2 upward provide 1 Gbps or more of public bandwidth so large file transfers complete in seconds.
Flexible Scalability and Global Presence
When storage needs grow beyond your NVMe allocation, add OVHcloud Object Storage as an external Nextcloud provider. The upgrade path requires no data migration. OVHcloud datacenters in France, Germany, Poland and Canada satisfy local data residency requirements.
Exceptional Value with Included Security
Anti-DDoS protection, SSH key authentication and daily automatic backups are included or available at low cost. The combined cost of a VPS plus backup is a fraction of enterprise SaaS pricing for equivalent user counts and storage capacity.
Ready to launch your private cloud?
Deploy Ubuntu 22.04, install the PHP/nginx/MariaDB stack, and Nextcloud sets up in minutes via the web installer. Certbot with Let's Encrypt generates your SSL certificate automatically. The official Nextcloud clients for Windows, Mac, Linux, iOS and Android connect to your server URL and provide automatic file synchronization.
How to Update Nextcloud on a VPS
Nextcloud provides two upgrade paths: the web-based updater at /settings/admin/overview for step-by-step progress with pre-flight checks, or the CLI method using occ upgrade after replacing application files. Always create a VPS snapshot before a major version upgrade and upgrade one major version at a time rather than skipping versions.
Frequently Asked Questions about Nextcloud VPS Hosting
Which VPS plan should I choose for Nextcloud?
For one to three users with under 75 GB of files: VPS-1 is sufficient. For five to fifteen users with photos and videos: VPS-2 (100 GB NVMe) or VPS-3 (200 GB NVMe). For a team with terabytes of data, combine VPS-3 with OVHcloud Object Storage. The minimum recommended RAM is 2 GB, with 4 to 8 GB for teams using Nextcloud Office or Talk simultaneously.
How do I enable Collabora Online for document editing?
Install the Collabora Online Development Edition (CODE) Docker container on your VPS using the collabora/code image. Configure an nginx virtual host for the Collabora server with a Let's Encrypt certificate. Install the Nextcloud Office app from the App Store and point it to your Collabora instance. Users can then edit Office documents collaboratively in real time directly in the browser.
How do I configure external storage like OVHcloud Object Storage with Nextcloud?
Enable the External Storage Support app in Nextcloud. Add a new external storage of type S3-compatible and provide your OVHcloud Object Storage credentials including endpoint, access key, secret key and bucket name. This mounts your Object Storage bucket as a directory in Nextcloud, giving virtually unlimited additional storage without changing your VPS plan.
How do I keep my Nextcloud instance secure?
Run Nextcloud's Security Scan at scan.nextcloud.com to check your configuration. Enable two-factor authentication for all admin accounts. Configure nginx with HSTS, Content-Security-Policy and X-Frame-Options headers. Enable server-side encryption for files at rest. Apply security updates promptly after monitoring the Nextcloud Security Advisories.