[image] Barbadan_Karabadan: reliable and secure environment, which won’t need DIY miracles every now and then, out of the regular maintainance once an year or every second year. Well, Hosting your own server is imho the definition of DIY. [image] Barbadan_Karabadan: a reliable and free b… Answer from bb77 on help.nextcloud.com
🌐
WunderTech
wundertech.net › home › proxmox › how to install nextcloud on proxmox
How to Install Nextcloud on Proxmox in 2026 - WunderTech
May 5, 2025 - Nextcloud is one of the most popular ... Docker, and if you’re using Proxmox, you can easily configure an LXC Container to run Docker, then install Nextcloud on top of it....
🌐
Reddit
reddit.com › r/nextcloud › nextcloud and proxmox
r/NextCloud on Reddit: NextCloud and ProxMox
October 3, 2025 -

Hey guys, selfhosted noob here, i'm looking in a way to install nextcloud in my proxmox home server in the most simple way possible, i tried following AIO documentation + video helping but i was getting too many problems, whats the most reliable, simplest and secure way of installing?

Thank you guys!

🌐
Medium
medium.com › @bradcarnage › installing-onlyoffice-under-a-nextcloud-alpine-linux-template-e030e1485581
Installing ONLYOFFICE under a NextCloud Alpine Linux template | by Bradley Gustin | Medium
November 23, 2024 - bash -c "$(wget -qO - ... NextCloud. Then, click your profile icon on the top right. Select “Apps”, “Office & Text”, and install “ONLYOFFICE”. We will configure this later....
🌐
Reddit
reddit.com › r/nextcloud › best nextcloud install method for proxmox
r/NextCloud on Reddit: Best Nextcloud install method for Proxmox
July 22, 2023 -

So I'm trying to reinstall NC from scratch now and I want to use Proxmox for a dedicated Nextcloud server. What are the pros and cons so I do it right the first time? Ideally I want to install in an LXC. I've experimented with various methods and had mixed results.

Any thoughts?

  • Turnkey Linux LXC

    • Tried this, would randomly go 100% CPU & Mem and lock up

  • Ubuntu LXC with NC installed with Snap

    • Getting random errors

  • Debian LXC with docker and use NC AIO

    • Read that docker in LXC isn't best practice?

    • Trying to avoid Apache issues that I had in the past

  • Full Debian VM with docker and use NC AIO

    • Used in the past, high memory usage

  • Others?

🌐
YouTube
youtube.com › watch
I Replaced Office 365 & Google Drive With My Own Server using Proxmox and Nextcloud - YouTube
In this video, I show how I built a self-hosted cloud server on a 6-year-old office PC (i5 6th Gen, 16GB RAM) and configured 4×2TB HDDs in a ZFS RAID10 pool ...
Published   February 28, 2026
🌐
IONOS UK
ionos.co.uk › digital guide › server › configuration › nextcloud proxmox
How to install Nextcloud on Proxmox step by step
October 13, 2025 - Before you can install Nextcloud on Proxmox, there are some basic re­quire­ments to meet. First, you will need a Proxmox server (version 6 or higher is re­com­men­ded) and access to the Proxmox web interface. For the virtual machine or container where Nextcloud will run, you will also need at least 2 CPU cores and 2 GB of RAM.
🌐
Nextcloud
help.nextcloud.com › ℹ️ support
How to properly install and harden NextCloud for rocksolid and secure work on a proxmox physical machine? - ℹ️ Support - Nextcloud community
February 20, 2024 - Hi guys, as the question clearly states it, how to properly install Nextcloud ontop of a Proxmox, for a Small to Medium Sized Enterprise and also configure it for rocksolid work and also keepin in mind the security and monitoring. I know there are multiple follow ups, but using which one of ...
🌐
Reddit
reddit.com › r/nextcloud › euro office - nextcloud integration guide for proxmox or other container
r/NextCloud on Reddit: Euro Office - NextCloud Integration guide for Proxmox or other container
June 10, 2026 -

I've noticed a number of posts where users are having issues with integrating the latest fork of Euro Office with NextCloud 34 so for anyone looking to set this up from scratch I've created a guide here:
https://github.com/Rich-Hacks/eurooffice-nextcloud

The guide was created from my own knowledge, and assistance from Claude and Mistral Le Chat - it covers a number of issues that I ran into including nginx errors, apt install overwriting my config, and issues with the editor loading but changes not saving.

Happy to answer any questions, or assist with any issues than anyone is running into. Hope this helps anyone that's stuck!

The design

  1. Separate LXC, not co-hosted on the Nextcloud VM — the document server is heavy (Node.js, PostgreSQL, RabbitMQ, Redis, nginx), is updated on its own cadence, and can be rebooted/rebuilt without touching Nextcloud.

  2. Apache name-based vhost rather than a new port — router forwards 80/443 to the Nextcloud VM. A second vhost on the same 443, routed by SNI/Host header, avoids non-standard ports and extra firewall rules.

  3. Public DNS is mandatory — the editor JavaScript loads in the user's browser directly from the document server (Nextcloud only embeds it in an iframe), so the document server URL must resolve and be reachable from wherever the user sits. Server-to-server callback traffic stays on the LAN via the connector's internal-address settings and an /etc/hosts entry.

  4. DNS-01 (Cloudflare) for the new certificate — no dependency on port 80, renews unattended, and coexists with the TurnKey appliance's existing dehydrated/HTTP-01 renewal for the Nextcloud certificate.

For me this is a replacement for Microsoft Office, I've tested it on Fedora 44, a Surface Pro and a Samsung S25+.

🌐
Edy Werder
edywerder.ch › home › how to › how to install nextcloud on proxmox with ubuntu
How to install NextCloud on Proxmox with Ubuntu - Edy Werder
April 6, 2026 - While the officially recommended NextCloud installation method involves a Docker with the AIO (All-in-One) installation package, installing directly in a VM or container without a Docker is more efficient.
Find elsewhere
🌐
Laggner
laggner.info › posts › installing-nextcloud-aio-on-proxmox
How to Install Nextcloud AIO in a Proxmox LXC | manuel laggner
April 7, 2026 - Access the container console to run commands inside it: You can use the Web Console in Proxmox or SSH into the container if your network allows. Install the essentials - Docker and utilities: Docker is the foundation that runs all the Nextcloud components. While the installation script we’ll use later can handle much of this, it’s good to install Docker explicitly first: Then install Docker using the official Docker installation script (this is safer than using distro packages):
🌐
GitHub
github.com › Rich-Hacks › eurooffice-nextcloud
GitHub - Rich-Hacks/eurooffice-nextcloud: Eurooffice install and Nextcloud integration on Proxmox Debian LXC · GitHub
Euro-Office DocumentServer (the community fork of ONLYOFFICE DocumentServer, adopted by Nextcloud as a first-party office suite after the ONLYOFFICE partnership ended in 2026) provides collaborative in-browser editing of DOCX/XLSX/PPTX/PDF inside Nextcloud Files. It runs in a dedicated Debian 12 LXC (CT 141) on a Proxmox VE host, fronted by the existing Apache instance on the Nextcloud VM, which acts as a name-based TLS-terminating reverse proxy.
Author   Rich-Hacks
🌐
Reddit
reddit.com › r/nextcloud › nextcloud in proxmox
r/NextCloud on Reddit: Nextcloud in Proxmox
November 21, 2024 -

Thank you to anyone can direct me into the right direction. There seems to be several ways to install Nextcloud into a VM. Can anyone point me into pros and cons and which might need best for a small company to use, maximizing features and speed?
The NextcloudPi , AIO and the regular version?

🌐
Reddit
reddit.com › r/homelab › setting up nextcloud on proxmox
r/homelab on Reddit: Setting up Nextcloud on Proxmox
March 14, 2026 -

Hi!

I have a server that currently has Nextcloud installed on bare metal, alongside a bunch of other things, and it has become an unmanageable broken mess, so I'm reinstalling everything on containers / VM on Proxmox for isolation.

The host machine for this has a couple of 4TB SATA SSDs that I will combine into a mirrored ZFS pool, which will be dedicated to data storage for Nextcloud. I also wanted to periodically back up this data to some offsite server, either using zfs send, or something like rsync.

My understanding is that:

  • The cleanest / simplest way to install Nextcloud is to use Nextcloud AIO

  • For security reasons, Nextcloud AIO should be installed on top of a VM, not a container (plus, conceptually it feels a bit clunky to me to nest containers with Docker inside an LXC)

  • I cannot mount directories inside a VM (or can I? I see virtiofs being mentioned for that purpose - if that matters, I plan on using Debian or Ubuntu for the guest OS)

What is the cleanest way to achieve what I want to do? I see a few ways forward:

Option 1: ZFS pool inside the guest

I would pass the raw SSDs to the VM, and create a ZFS pool and dataset within the VM.

Pros:

  • No need to worry about user mapping between proxmox and guest

Cons:

  • Need to set up backups inside the VM

  • I lose the monitoring of the ZFS pool from within the Proxmox UI

Option 2: Zvol passed to the guest

I would create a ZFS pool and zvol in Proxmox, and pass the zvol to the VM for storage.

Pros:

  • Simple

  • Monitoring of the ZFS pool from within the Proxmox UI

Cons:

  • Data opaque to Proxmox - need to set up backups inside the VM

Option 3: Share through NFS / Samba

I would create a ZFS pool and dataset in Proxmox, and mount the dataset into an LXC container than exposes it to the VM through Samba or NFS.

Pros:

  • Backup can be configured on the Proxmox host

  • Monitoring through Proxmox

Cons:

  • More complicated (1 extra container)

  • Need to figure out how to map users

  • Possible loss of performance?

Option 4: Virtiofs

I would create a ZFS pool and dataset in Proxmox, and expose the dataset to the VM through Virtiofs.

Pros:

  • Backup can be configured on the Proxmox host

  • Monitoring through Proxmox

  • Simpler conceptually?

Cons:

  • Is it stable?

  • Possible loss of performance?

I'm a bit concerned because I see some complaints about Virtiofs being slow:

  • https://www.reddit.com/r/Proxmox/comments/18ujo9m/is_virtiofs_reliable_and_easy_in_proxmox_81/

  • https://forum.proxmox.com/threads/i-want-to-like-virtiofs-but.164833/

Thanks!

🌐
Lazy Tourer
lazytourer.com › in › how-to-setup-free-nextcloud-office-cloud-server-with-proxmox-in-india
How to setup Free Nextcloud Office Cloud Server with Proxmox in India - Lazy Tourer
March 19, 2026 - bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" Follow the on screen install and enter following values, Configuration setup process will now setup, update and prompt us for rebooting the server. Proceed with the reboot. Once done, the server is ready for VM deployment. ... In our setup, we need 2 VM. One small for running Nginx Reverse Proxy via Nginx Proxy Manager (Docker Deployment) and another large for Nextcloud (via Nextcloud Aio Docker).
🌐
Proxmox
forum.proxmox.com › home › tags
nextcloud | Proxmox Support Forum
Follow along with the video below to see how to install our site as a web app on your home screen · Note: This feature may not be available in some browsers
🌐
Reddit
reddit.com › r/nextcloud › nextcloud on proxmox
r/NextCloud on Reddit: Nextcloud on Proxmox
January 30, 2023 -

I have tried every single thing I've found so far to try and get this installed. I have tried VM in Proxmox, in LXC, in Docker, every tutorial I have found and tried to do step-by-step has not worked. Is running Nextcloud on Proxmox even a thing anymore?

EDIT: Wow, thanks for all the responses. I haven't really checked on any of this stuff yet because I was out of town but I'm going to try it in the next day or two. A quick glance of all the advice and responses shows me a lot of what you all have mentioned didn't work for one reason or another, but I honestly tried so many things with nothing working that I can't specifically remember the errors I got when trying it, so I'll try them again.

🌐
Dhabaka
dhabaka.com › nextcloud › how-to-nextcloud-proxmox
How to Install Nextcloud on Proxmox: Step-by-Step Guide
November 30, 2025 - Before installing Nextcloud, make sure your Proxmox system is ready to go. Install Proxmox VE: Get the latest Proxmox ISO from their site and install it on your server. Follow their official guide.
Price   $2000
Address   412, 4th Floor, Radhe Infinity, Rakshashakti Circle, Kudasan, 382421, Gandhinagar
🌐
ProxmoxR
proxmoxr.com › home › blog › running nextcloud on proxmox ve
Running Nextcloud on Proxmox VE | ProxmoxR Blog
February 12, 2026 - # Run Nextcloud cron every 5 minutes crontab -u www-data -e */5 * * * * php -f /var/www/nextcloud/cron.php · Backing up the container with Proxmox's built-in tools captures both the Nextcloud application and its database in a single consistent snapshot.