What hardware do you use for Nextcloud?
I’m willing to finally get my own cloud using #Nextcloud but I have zero clue about which hardware I should choose for home storage. It would be used for domestic stuff, such as photos, music, movies and files, for the whole family, not necessarily for work
I’m running Nextcloud as a VM on Proxmox, Proxmox running on a NUC6i5SYH, with 32GB and 1TB SSD. The Nextcloud VM had 8GB of RAM assigned, which is more than enough, I think I could get away with 4. There’s only two users though, so it doesn’t see a lot of Intensive usage.
It’s been working like a charm for me for years already.
Pi5 8GB with SSD. Only 1 user but often sharing folders with others including Memories photo sharing add on. Syncs between several machines & mobile. Also syncs Joplin notes. Pi5 also hosts variety of other (lightweight) stuff with no issues at all (Portainer, Nginx Proxy Manager, Linkwarden etc).
Previously hosted on Pi4B (4GB) with external hard drive. I’ve found the Pi5 + SSD faster & more robust so for me it’s been a worthwhile upgrade
I use a relatively low spec KVM VPS on another continent. Remember, kids, if all your backups are in one location, you don’t have backups. You have copies.
I have nextcloudAIO running on a VM with 6 vcpu, 16gb ram. No issues with performance.
The root partition is on an nvme drive, the data partition is on a HDD raid 1 array.
That VM is hosting another few services like nginx proxy manager, Heimdall, and a few other things I forget at the moment.
Never have any issues with performance
I am using it on an Intel J5005 with SATA SSDs, managed through Docker. Works flawlessly.
If I were to upgrade, I would choose a board with a modern PCIe 4.0 M.2 Slot, because i’d like to put the database on fast NVME storage.
@fdrc_ff @selfhosted
We have a Raspberry Pi 4, and its performance is totally sufficient for photo uploads, file sync, contacts, calendar, cookbook, notes, … Don’t use just the SD card, though, but an SSD.Did you do the nextcloudpi install?
Cant answer for them, but if you use dietpi they have use the debian package set up with scripts to pull dependencies like a webserver and database automatically. It was very painless in my experience.
Same here. Works well.
I used a RaspberryPi 4B for about 3 years. I connected storage over USB-3 to a pair of SATA SSDs. It handled everything pretty much flawlessly for two users and half a dozen devices. We even had multiple users on Plex. dietpi was brilliant for my first home server :).
Initial uploads may be slow depending on your storage layout but in my experience the requirements are super low.
I just bought a used Intel N100 mini pc with 16gb RAM and 2tb SSD for a little more than I would have paid for a Raspberry Pi 5 setup. It doesn’t draw much more power than a RPi, and I’m not limited to what’s available for ARM if I want to expand the install at some point.
before you take the jump, consider a way lighter and easier alternative - syncthing (files) and radicale (calendar, contacts). dependable, bullet-proof, super-lightweight, zero issues - everything nextcloud isn’t.
I was the happiest when I finally booted nextcloud off my network, never to return.
I do regularly have issues with radicale, for years now. One is that it does not work properly after boot. I have to SSH in, kill the radicale process, and restart it.
docker?
No docker. Plain executable.
zero problems with docker, maybe try that.
You need this for your family, and not hundreds of people? No crazy, outlandish usage requirements?
Then basically any PC will do.
I run the AIO master container, on a NUC (4-core i5, 32G). Family use; never any load issues.
I’ve got a small Enterprise customer running on a Dell r710, 2gb ram to the slightly custom docker image for nc, 4gb+ for the woods sit, the other 14gb to KVM to run a windows application.
I have a raspberry pi 4 with
- A Uninterrupted Power Supply
- External powered HDD for the data drive
My NextCloud is running on an old desktop that’s been repurposed into a server. The server is running Proxmox, and NC is running in docker directly on Proxmox using the nextcloud-aio image.
Found that had better performance than running it in a VM and was less headaches than the other install options.
I keep thinking about moving it to dedicated hardware, say some sort of mini pc, but it hasn’t been a high priority for me.
I do this but in a docker VM. Then I can snapshot and back it up. I haven’t noticed any performance disadvantage since it’s running as a KVM guest, so it’s pretty much the same are running on bare metal.
When I was first playing with NC I was using a RPi3 with an external SSD for a drive. Performance was pretty good, but as soon as I tried the same setup in a VM, the performance tanked. The only way I found to avoid the performance penalty was a manual install like it was bare metal, which I didn’t really want to do. My experience with such setups is that they tend to be brittle.
My understanding was that the performance penalty was caused by the chain of VMs. Proxmox --> Ubuntu VM --> Docker. I don’t know enough about it to say for sure.
Yah, I don’t think a Pi3 is the place to make many determinations on the efficacy of VMs vs bare metal.
My home server is a refurbished HP t630 thin client with 8 gb of ram and a 1tb SSD. I’m running various services, Nextcloud-AIO being one of them. I bought it for € 35 plus the SSD and a 4 gb ram extension. I definitely do recommend used hardware as it is usually cheaper, more powerful and more environmentally friendly than buying something new. Wouldn’t trust a used SSD though.
I have a T630 as well. It’s currently running 26 Docker containers without issue. I love it.