Am I the only one here that got really bad experience with nextcloud and didn’t figured how to make it work correctly?
I’m talking about painfully slow login pages, ages to show files, even upgraded hardware with disk entirely capable of saturing full gig network connection and still…
Getting only about ~30ish MB/s when downloading from nextcloud.
Incredly slow document loading with collabora…
Even if my hardware is not new-gen, a app like immich works flawlessly and loads everything instantly.
Is it the fault of next cloud or am I doing something wrong?
Are alternatives like seafile or openCloud better?
Willing your help fellow selfhosters
Speeds weren’t too bad for me, but setting it up was a pain. Even when AIO came out, I spent hours trying to get it right. After several years and tearing it down and rebuilding because something would get messed up, and realizing it was nearly impossible to get it to work with Tailscale instead of a reverse proxy, I decided it was time to throw in the towel. Nextcloud parades as a product anyone can use, but in practice it feels like it was meant for enterprise users.
Maybe you want to try https://github.com/kd2org/karadav
you arent the only one. I had suck a painful onboarding process with next cloud from the docker setup to the speed of it to the UI that I just gave up and decided to use a combination of immich and syncthing instead.
It’s out of date, and in desperate need of a rewrite. PHP might have been an okay choice 15 years ago, but no one in their right mind should be using PHP for modern server development. (Yes I’m calling out Pixelfed too). With so many languages and frameworks, that’s probably one of the worst right now.
Then it was proven that they don’t really get modern infrastructure either, as their docker containers depend on stateful code, with combinations of environment variables and php files that need to be stored in volumes, and then plugins which are also stateful - meaning that on new updates they need to go through an “update” process. This is directly opposite of good practice as docker containers should be 100% immutable and be able to run just by using docker run. They also have required volume mounts scattered throughout the OS, it was just never designed with containers in mind.
I can’t recommend nextcloud right now, it’s incredibly brittle and slow.
I ran nextcloud for years on good hardware and its always been the weakest self hosted app I have. I moved to seafile for a bit and then ultimately owncloud OCIS.
OCIS is a modern app that is massively better since its written with modern languages / frameworks
I’m one of the people who is happy with my Nextcloud setup (outside of never quite getting only office to work in browser after I hooked it all up to a reverse proxy behind HTTPS), but I always try to keep my eye on developments in the space for a potential better solution. I looked at OCIS a while back, but it didn’t have the quality of life features that I enjoy to make it worth me switching from a working Nextcloud deployment.
Does OCIS have a desktop client that supports on-demand file synchronization (a la OneDrive) rather than just selective folder sync? Does it support storing files as is in a natural directory structure or is everything stored as a flat file blob? Is it able to handle external storage even if that external storage is physical storage on a container mount point?
Nextcloud is pretty slow in general, but what you’re describing sounds unusual.
For one thing, Nextcloud is written in PHP, so it sets up and tears down its environment for every single request. But PHP has drastically improved over the years, so it’s not that far behind something like Node.
Facebook was originally written in PHP for the Zend engine, and since it was so slow, they forked (or more accurately, reimplemented) it to make HHVM.
Nextcloud still runs on the Zend engine.
Seeing most of the negative comments here noting bare metal etc.
Moving to the AIO build solved literally every issue I had with the single exception being the colabora office stuff.
For the image stuff, basic file, download etc… been great.
The Android app gives me grief, but I suspect that’s my janky Samsung phone killing it’s permissions.
Considering they only officially support the AIO, it’s worth trying that out before passing full judgement. It has flaws, for sure, but it’s immensely complex and the AIO nullifies many of the variables that they can’t otherwise account for easily.
I’m also here on AIO with a great experience. It’s snappy and the website loads faster than Onedrive ever did.
I had a docker install prior to AIO being available, and there was a lot of tweaking to get it running nicely (though it did run nicely). AIO takes care of it all for you.
Nectcloud has always been incredible slow for me. (And that’s beside other issues like updates failing more often than succeeding…)
And as I was using it mostly for basic filesharing between my machines and as a CalDAV/CardDAV server I replaced it with Syncthing and Radicale now.
How did you set it up? All in one, separate database and redis?
Native install.
Redis installed on the network and accessed by nextcloud.
Separate database on host.EDIT : formating
I highly recommend spinning up a Nextcloud AIO instance. It’s the recommended and supported method, and it will likely run a lot nicer because all the database, redis, etc tweaking are done for you in a known good setup.
If you try that and it’s still no good, then OCIS might be worth trying depending on exactly what you are trying to achieve.
Agreed, this is what I run after using seafile for a couple years.
No, I’ve been trying to get my instance working again with cloudflare tunnel. It was working, then broke and their support forums have been useless. I’m currently looking for a solution to have a self hosted calendar that is publicly available via web for people to view.
If anyone has any recommendations, please send them my way.
I had tried in the past and optimized the hell out of it, but I found that’s a really slow software. I appreciate the features, but it looks like they have made a really bad foundation, and built some nice features upon it. Seafile is WAY better performance wise! (but less features). Depending on your needs, the best middleground I’ve found is syncthing between my PC and sftpgo to expose webdav / sftp. There is no lighter setup than that.
Nextcloud is just really slow. It is what it is, I don’t use it for any things that are huge, numerous, or need speed. For that I use SyncThing or something even more specialized depending on what exactly I’m trying to do.
Nextcloud is just my easy and convenient little dropbox, and I treat it like it’s an oldschool free dropbox with limited space that’s going to nag me to upgrade if I put too much stuff in it. It won’t nag me to upgrade, but it will get slow. So I just don’t stress it out. So I only use it to store little convenience things that I want easy access to on all my machines without any fuss. For documents and “home directory” and syncing my calendars and stuff like that it’s great and serves the purpose.
I haven’t used Seafile. Features sound good, minus the AI buzzword soup, but it looks a little too corporate-enterprisey for me, with minimal commitment to open source and no actual link to anything open source on their website, I don’t doubt that it exists, somewhere, but that raises red flags for potential future (if not in-progress) enshittification to me. After eventually finding their github repo (with no help from them) I finally found a link to build instructions and… it’s a broken link. They don’t seem to actually be looking for contributions or they’re just going through the motions. Open source “community” is clearly not the target audience for their “community edition”, not really.
I’ll stick to SyncThing.
My install is bare metal, all SSD, redis and php-fpm optimization and I’m extremely happy with the performance. Also use transcoding from an Intel a380 and use Memories for the whole family. Works snappy and flawless. You need to tweak the php settings.











