18 comments

  • blendergeek 4 hours ago
    Nextcloud has the most confusing versioning of any software I have ever used.

    Nextcloud Hub 26 is Nextcloud 34 and follows Nextcloud Hub 9 which is Nextcloud 33.

    And I could be off on those exact numbers.

    • bisby 1 hour ago
      When numbers are confusing, it's usually just a recalibration.

      Hub 9 aligns with cloud 33. But they are switching Hub to a dated numbering scheme because it's intended to be timestamped. It's not "Hub 26" its "Hub 26 Spring" -- it's not a version number, it's a time.

      The underlying Nextcloud keeps an incremental semver release version so it can be based on features rather than timeline. Because the Nextcloud version and Hub version aren't tied to each other.

      This would be like saying that iPhones have a confusing naming scheme because iPhone 17 uses iOS 27 and has 2 different numbers. If next year's iPhone was called "iPhone 2027" and used "iOS 29", we'd still understand that.

  • Schlagbohrer 2 hours ago
    NextCloud Notes is frustratingly broken for offline use. The UI bricks itself with its own error messages when it can't phone home to the server. Even notes which are marked in the app as "Make available offline" don't work offline!

    The iOS applications also are quite poor. For example the home screen widget has never shown me any of my favorited items even though it should, I have many favorited items, it is fully synced when I'm on my home network, yet it says "no favorites".

    Considering the size of NextCloud and how long they've been around I wish they would fully complete more of their offerings before launching a dozen new ones.

  • NaiveBayesian 1 hour ago
    I love nextcloud and have been using it for years. However recently I've considered taking my instance offline or at least behind a VPN because even if only 10% is true of what AI folks are claiming about LLMs finding exploits left and right, it seems super risky to be hosting your private data on nextcloud.

    How do you folks deal with these massively increased threats to self-hosted open source apps?

    • throwup238 6 minutes ago
      > How do you folks deal with these massively increased threats to self-hosted open source apps?

      I throw everything behind Cloudflare ZeroTrust SSO or whatever it’s called with a whitelist of Github accounts, and Cloudflare Tunnel to network the containers/VMs without exposing any ports to the outside (except SSH), enforced by both the cloud firewall and iptables/ifw.

    • 3lpsy 59 minutes ago
      I host my entire homelab in my home and use tailscale to access it. You just connect your nextcloud instance to tailscale. Then you connect each client to tailscale. Works on iOS and android (and of course any desktop). When you're on you're home network (LAN), tailscale _should_ use the LAN IP for routing. And then when away, you'll route over derp servers usually.

      You could also use tailscale for auth, but i like to enforce separate authentication so that you have to be authenticated to the tailnet and have to go through the normal authentication to app.

      • bityard 52 minutes ago
        That works okay if you are the only user.

        I use quite a few Nextcloud features where access via tailscale is either inconvenient or impossible. My whole family uses the calendar on their phones and other devices, which means they would have to either learn about VPNs, or I would be the one managing all their devices for them. (Neither are likely to happen.)

        I also often share individual files or folders with external contacts as a more private alternative to dropbox or google drive.

    • drnick1 30 minutes ago
      > I've considered taking my instance offline or at least behind a VPN

      The practical downside is that you won't really be able to use all the features of Nextcloud that way, such as file sharing with people outside your LAN, or Nextcloud Talk (a Zoom substitute).

      That being said, I don't store sensitive documents on my Nextcloud instance exposed to the Internet. For that, I have a Samba server on a LAN.

    • FabCH 23 minutes ago
      I ban almost the entire world using iptables.

      Or rather, I drop all traffic other than that coming from my geo.

      This has dropped my „rattling the door handle“ rate to 1/week instead of 1/second.

    • cahaya 56 minutes ago
      Same. Solving it by moving complex and sensitive data to an offline desktop app https://document.bot that support offline (self hosted) AI models (and optionally EU/ US AI providers). However, it doesn't integrate yet with shared (org) drives.
    • 0fflineuser 1 hour ago
      Host it in your home an use a vpn to connect to your home network when you are outside, that way it isn't exposed to the internet but you can still access it.
      • theK 1 hour ago
        Yup, that's the way it has to be. And thanks to the autocomplete on steroids we call Ai nowadays it actually has become way easyier to do such a thing.
        • margalabargala 1 hour ago
          Kinda like how once chemistry gets complicated enough we call it biology, LLMs have become complicated/versatile enough that it's no longer useful to call them autocomplete.
    • snailmailman 1 hour ago
      I use nextcloud all the time, my private instance works great and does everything I need it to. But I keep it behind a VPN. It’s got a lot of parts, and thus a lot of surface area. It may be secure but I just assume it isn’t. I rely on the VPN to be the security boundary.
    • freedomben 1 hour ago
      Yeah definitely would put behind a VPN. I run mine on my desktop at home and use Tailscale (Headscale for self-hosting) to make it accessible when I'm out of the house. Blazing fast speeds when at home, and reasonable when not.
    • zerkten 1 hour ago
      Putting everything behind a VPN seems like the solution selfhosters have landed on. That way you have some control over how quickly you have to respond.
    • codepoet80 1 hour ago
      I only use my ownCloud instance behind Tailscale...
  • troyvit 2 hours ago
    This is a niche use, but I use the PhoneTrack app[1] with Nextcloud. It allows me to track my phone without relying on a third party service. It saved my ass already when I lost my phone in the park one night, and it's a nice way to track long hiking trips or road trips too as it saves the gpx and lets you export it:

    https://github.com/julien-nc/phonetrack

  • drnick1 3 hours ago
    Nextcloud is great, I self-host an instance at home. I mostly use the calendar, address book, and file sharing with links a la Google Drive. It's probably heavier and slower than it should be for what it does, but it works.

    Just like Home Assistant, it is a "must have" tool for self-hosters.

    • lgcmo 1 hour ago
      What's your experience like?

      Lot's of people say that's a mess to maintain and too broken to actively use.

      I often doubt if that's due to actual problems, or mix with that and bad decisions on the setup. Is dockering, keeping the data handling itself outside of it and a few other easy (or not so much) precautions enough to have a somewhat smoother sailing?

      Also, how much time do you need to keep things from failing apart?

      • snailmailman 1 hour ago
        They have an “all in one” container that supposedly works out of the box.

        I didn’t want to give it access to the docker socket, with the ability to spawn its own containers. So instead I just use the nextcloud container directly. (With several other containers, like DB, reverse proxy, collabora, etc) It’s a mess to configure, hence their recommendation to use their “all in one” setup. All sorts of weird defaults with documentation that says “this is the default but you should absolutely change it to do X instead so that it performs better”. Things like setting up a service to generate thumbnails, setting up redis, etc.

        Once configured though, it mostly just works. You can’t let it auto update between major versions, but you probably should be doing that anyway. There are usually breaking changes and you have to manually run a command or two between major updates. That doesn’t happen too frequently though.

        I can’t speak to the quality of the all-in-one setup. It’s likely easier than what I did - but also what’s the point of putting it in docker and also giving it control of docker? Seems to defeat the point of containerization.

      • drnick1 1 hour ago
        I never had any issues with it. The Docker image is basically a turnkey solution. The only extra step was to set up nginx as a reverse proxy. I wouldn't deploy a complex piece of software like Nextcloud without Docker to be honest, and this is coming from someone who runs stuff bare metal when it is practical to do so.

        Edit: In view of the other response, I checked my docker-compose and I am also using the community maintained image (https://hub.docker.com/_/nextcloud) instead of the all-in-one image. It is supported by MariaDB, redis, and aio-talk (for Nextcloud Talk).

  • ntnsndr 4 hours ago
    I now use Nextcloud both for a family server and an academic lab. It has become such a daily part of my life, and I am really grateful for it. I just wish the network effects were stronger so I could benefit more from the federated features, and people didn't think it is so weird to get a Nextcloud link.

    Lab use: https://git.medlab.host/MEDLab/Handbook/src/branch/main/docs...

    Personal use: https://nathanschneider.info/2026/06/toward-a-durable-writin...

  • imalerba 2 hours ago
    I left nextcloud because how slow it felt even on my beefy server. I switched to opencloud.eu, it might have less features but it's just what I needed
    • vitally3643 2 hours ago
      Seriously. I ran it on a server with two Xeon CPUs and 128GB of RAM. The web interface took minutes to do anything. Browsing a large photo library was just completely unworkable (and that was before they ripped out all the sorting and filtering features from the photo library).

      My instance killed itself somehow, likely a failed auto update. I was, of course, using the default docker setup with the watchtower instance etc etc. I never got it to come back up, and I haven't missed it at all.

      Even opening the damn login page took a good 30 seconds to load, there's no excuse for this kind of performance on a real-deal enterprise server.

      • c0balt 1 hour ago
        NextCloud needs tuning (mostly of php-fpm and caching ) oob to be fast/usable in my experience. Just throwing resources at it won't make it faster as the defaults are generally quite conservative.

        They even have a specific guide for this topic, https://docs.nextcloud.com/server/stable/admin_manual/instal...

        As a side note, it's PHP so your single core clocks will generally be more relevant for latency than multi-core performance, feeding many cores requires a lot of divisble work.

      • bityard 47 minutes ago
        I'm not sure how you are holding it, but I ran Nextcloud on a VPS with under 1GB RAM for many years, now it's on a 12GB RAM cloud instance and is only using a few GB of RAM last time I checked.
      • esperent 1 hour ago
        I run it on a Hetzner vps with 4 vcpus, 16gb of ram that's also running multiple other containers. I haven't checked recently but most of that ram is free.

        I'm not going to claim nextcloud is the snappiest app but I can open it right now, from across the world from my server as I'm on vacation, and it loads in <5s. I haven't done much tuning.

  • fundatus 3 hours ago
    I love Nextcloud but I feel like they should really completely redo their UI. It just doesn't look like something from this decade.
    • emilbratt 2 hours ago
      Wait, you don't feel so?

      I have maintained a Nextcloud server for a small business for the last 6 years. I agree when I started using it early 2020 that the ui felt less modern, but after some updates down the road up until now it looks completely like it is from this era. Am I missing something? However, I never complained about the UI neither then nor now.

      • hkpack 2 hours ago
        NextCloud's macOS app is implemented in a way that completely disregards any UI guidelines or just common sense for the platform.

        Developers either don't use macOS at all, or don't care.

        But functionally it works for our small team.

        • c0balt 1 hour ago
          NextCloud generally appears to use their own design system everywhere, Android apps are also not in Material or on iOS (iirc) in Cupertino. It makes for a subpar experience in general but is consistent.
    • bityard 35 minutes ago
      Wha-huh?

      This is the decade where every company bought into flat design, monochrome, chonky whitespace, extremely radiused corners everywhere. Pulling up my instance, Nextcloud apes that to a tee. You'd be hard-pressed to find any "modern" UI trend that they haven't shoe-horned into their design somehow.

      The _did_ completely redo their UI a few years back, and for the worse in my opinion. The Calendar in particular is far less usable and (and much more buggy) than it was around the time it was forked from OwnCloud.

    • bigstrat2003 3 hours ago
      That is not a compelling reason to overhaul a UI (which is something that should rarely, if ever, be done). If it works and is pleasant to use, what it looks like is of no consequence.
  • ezst 4 hours ago
    Upgraded yesterday, I only use a small amount of features (files, memories, calendar, tasks). It sucks that tasks isn't compatible yet (but I mostly use DAVx⁵/Tasks.org as front-end), and it sucks that the landing page still pulls close to 20MB or so, but besides that, nothing to report one way or another.
  • paweladamczuk 48 minutes ago
    The Euro-Office project is the most interesting part of this announcement to me.
  • artgship 3 hours ago
    Been using Nextcloud exclusively for probably 4 years now? Before that it was a mix of nextcloud + Google Drive. It works for me really well, I can grab my files through my vpn with any of my computers when I am not at home.
  • tapoxi 3 hours ago
    If I want to buy a small NAS that just runs Nextcloud and has a copy of my Google Photos library - what do I go with?

    I don't have a ton of space so something that fits in the media center.

    • jmathai 3 hours ago
      If you’re going to run your own NAS then consider swapping Google Photos out with Immich.

      I know it’s not the question you asked but I feel not enough people know about it as an option and it’s really as good as Google Photos.

    • bayindirh 3 hours ago
      GMKTec G9. Four NVMe slots, plus some internal memory to deploy TrueNAS. It only has 12GB of RAM, but has two ethernet cards, acceptable cooling and performance and has a small footprint.

      SSDs shall be single sided and gonna need heatsinks, but I believe it works well and is not tied to any manufacturer for anything.

      If you want go all-out get ASUSTOR's Ryzen based systems. You can use the stock firmware or disable it without wiping it and deploy TrueNAS on it. It's a beast.

      TrueNAS has containers and applications and VM support so you can run any service you want on it.

      • shadowpho 1 hour ago
        I have a g9 and cooling is fine, but not great. I ended up opening it up and placing heatsinks on hot chips
    • TiredOfLife 2 hours ago
      Google photos will become one way sync only in august. You can upload to cloud, but no sync to pc.
  • beepbooptheory 4 hours ago
    Maybe I'm alone but nextcloud has gone from being kinda flaky and annoying to really great the past few years.
    • technothrasher 4 hours ago
      I don't think I really push it, but I find it just right for self-hosting my calendar, contacts, photos, and files.
    • wolttam 4 hours ago
      I'd agree that it has gotten better over time. I'm glad we have Nextcloud around.
    • theodric 4 hours ago
      I always had terrible trouble keeping it (and before it, Owncloud) updated and in sync with available dependencies on my Debian host. A few years ago, when I built a new NAS, I installed a snap, and that's been the ticket. It's pretty close to flawless now.
      • bigstrat2003 3 hours ago
        I'm not a huge "run everything in a container" guy, but Nextcloud is one of those things I absolutely will always run in a container. It's too much of a beast for me to have any desire to try to manage package versions and fixing it if something breaks.
      • encom 3 hours ago
        When I ran OwnCloud (on Debian), I installed from their APT repo, and one "apt upgrade" handled everything. It was nice and easy, and I didn't have any problems with it.

        NextCloud uses its own updater* (which I don't like), and aside from some recent MariaDB snafu it's been very low maintenance.

          (*)sudo -u www-data php /var/www/nextcloud/updater/updater.phar
      • lvales 3 hours ago
        Yeah, I eventually gave up on self hosting Nextcloud because of incompatibilities with PHP(-FPM), iirc. They were always lagging behind and it became a hassle to mantain. I ended up replacing all the parts I used with other single purpose software, and it's been a better experience overall.
        • krs_ 2 hours ago
          Arch Linux added php-legacy and php-fpm-legacy, which tracks (I think) the oldest supported PHP release, a couple of years ago. After I switched to that it's been pretty smooth sailing.
  • jacobgkau 1 hour ago
    > Your apps are now available via focused waffle menu for centralized access to all your apps. It reduces distraction and uses the interface space efficiently as your your library grows.

    "your your" typo aside, I remember when Nextcloud moved from a drop-down menu for the apps to listing them all out separately on the header bar, to make them more visible and reduce the clicks to switch apps. I guess they've changed their minds again; I look forward to when they change them back.

  • geff82 3 hours ago
    How is OpenCloud a serious competitor?
  • jaffa2 4 hours ago
    Is nextcloud the good one and owncloud the inferior one?
    • __jonas 1 hour ago
      The breakdown as I understand is as follows:

      - Owncloud: The 'original' platform, written in php, still developed today

      - Nextcloud: A fork of Owncloud (php) by some of the people that worked on it, including the project founder over directional differences, now more widely used than the original Owncloud

      - Owncloud infinite scale (OCIS): An implementation of the Owncloud server in Go, with the goal of making it faster and more scalable than the PHP version

      - Opencloud: A fork of Owncloud infinite scale (Go) after an acquisition of ownCloud, the company.

    • zamalek 3 hours ago
      My biggest problem with Nextcloud is that it intentionally broke (at least twice by memory) on some updates, wanting me to run some oci command on the box. Remember that "for my family" also means "for my family when I'm gone." I never got round to having to find an alternative thanks to the divorce, but I'd consider Nextcloud a complete non-starter for this reason.

      Find an alternative.

    • FabCH 4 hours ago
      I don’t know about owncloud, but I have been hosting a family Nextcloud instance for a little under two years and it works fine.

      It’s boring. It works.

      • m00dy 4 hours ago
        same here, great choice for a private family cloud.
    • maxloh 3 hours ago
      Nextcloud is written in PHP, which doesn't sound scalable to me.

      OwnCloud is written in Go but employs an open-core model. Some features are locked behind a proprietary paywall.

      • cheschire 2 hours ago
        “OwnCloud infinite scale” is written in Go. But ownCloud 10 is php.

        I tried for weeks to get OCIS working but gave up and went back to ownCloud 10.

        They’re committed to security updates for 10 but it’s a small company. I doubt it will get much attention sadly.

      • graemep 2 hours ago
        Shared nothing is no scaleable?
      • mbesto 3 hours ago
        > Nextcloud is written in PHP, which doesn't sound scalable to me.

        Lol what? Facebook (pre Hack), Tumblr, Wordpress, Etsy...

        • smilespray 2 hours ago
          Nextcloud and Wordpress both suffer massively from technical debt.
    • encom 3 hours ago
      The good OwnCloud is abandoned, and instead they released some meme enterprise nonsense.

      I'm running NextCloud, but I hesitate to call it good, because of its kitchen sink approach to features. I really want 2015 era OwnCloud with just files, it being PHP/MariaDB/Apache-based. I refuse to use anything that requires Docker, which is most of the slop alternatives currently available.

      • kombine 3 hours ago
        I run nextcloud on a NixOS server within a systemd container, so no Docker.
      • doubled112 3 hours ago
        You can remove almost app in Nextcloud. It is pretty modular. You can have a files only Nextcloud, last time I tried.
  • Diti 2 hours ago
    Am I the only one who doesn’t trust Nextcloud because they use Vimeo instead of a privacy-respecting CDN to showcase videos of their project?
    • redlewel 2 hours ago
      Yes, you are the only one.
  • tda 3 hours ago
    I run Nextcloud at home with 1.5TB of files and 2 users, on a reasonably sized server. It is painfully slow. Still better than OneDrive, but only just: synscing takes forever, never reaching a fraction of available bandwidth. Upload from my phone is flaky, often hangs and needs manual intervention. It is a battery drain. The whole experience with add-ons and the general UI feels like a 2010 PHP app.

    I am grateful Nextcloud exists, but no app deserves a vibe coded Rust rewrite more than Nextcloud. Literally nothing to loose

    • chrneu 3 hours ago
      This seems to be a really common issue with NextCloud. I'd say about 30% of installs seems to just..be slow? I've had this happen to me on a handful of installs, and i've had friends/collegues it's happened to.

      I'm not aware of any "Fix" besides whiping your install(s) and trying again. Try not to use a backup if you can, as it can keep the slowness/lag across installs.

      It's really annoying.

      • Schlagbohrer 2 hours ago
        At that point it would be so painful it'd prompt users to switch to competing software.

        The whole NextCloud suite seems to have this problem of too many offerings that don't get polished to completion.

      • mixmastamyk 2 hours ago
        Opencloud is the golang rewrite and is much faster.
    • ezst 1 hour ago
      Look into "next cloud HPB" (High performance backend) https://github.com/nextcloud/notify_push