Skip Navigation

I don't get the love for Nextcloud - alternative for just files?

I tried Nextcloud a while back and was not impressed - I had issues withe the speed of the Windows sync that were determined to be "normal" with no roadmap to getting fixed. I'm now planning to move off Windows desktop so that won't be an issue - so I thought I'd try again.

I went to nextcloud.com, clicked on Download-> Nextcloud server -> All-in-one -> Docker image - Setup AIO. This took me to the github README at Docker section. I'm already running docker for other things so I read the instructions, setup a new filesystem for my data directory and ran the suggested docker command with an appropriate "--env NEXTCLOUD_DATADIR=". I'm then left with a terminal running docker in the foreground - not a great way to run a background server but ok, I've been around for a while and can figure out how to make it autostart in the background ongoing. So I move on to the next step - open my browser at the appropriate URL and I'm presented with a simple page asking me to "Log in using your Nextcloud AIO passphrase:". I don't have a Nextcloud AIO passphrase and nothing I've read so far has mentioned it. When I search for it I get some results on how to reset it, but not much help. I could probably figure that out too, but after reading some more I found that Nextcloud requires a public hostname and can't work with a local name or IP address. I'm already running my home LAN with OpenVPN and access it from anywhere as "local" - I don't really want to create a new path into my home network just for Nextcloud.

I'm sorry - I know this sounds like a disgruntled rant and I guess it is. I just want to check that I'm not missing obvious things before I give up again. All I want is a simple file sync setup like onedrive but without the microsoft.

66 comments
  • i am hoping for opencloud / ocis, a go rewrite of owncloud

    • I am waiting for opencloud to finish its calendar implementation. The only thing I have reservations about is the fact it doesn't use a database to store file info. Not sure I trust their approach

  • Nextcloud it just too heavy I totally agree, and everything feels slow and sluggish.

    For just files I use Syncthing and couldn't be happier, it just works in the background without a central server just syncs the files between phones, PCs and laptops by itself. I set it up like 5 years ago when I had enough of Nextcloud and to be honest most of the time I forget that I have it, but I use it every day to sync my password database for KeePassXC, my music, my private and work documents between all my devices.

  • Nextcloud file sync is a convenient centralized solution but it's not designed for performance. Nothing about Nextcloud is designed for performance. It's an "everything and the kitchen sink" multi-user cloud solution. That is nice for a lot of reasons. Nextcloud Sync is essentially a drop-in replacement for Google Drive or OneDrive or Dropbox that multiple people can use and that's awesome. It works the same way as those tools, which is a blessing and a curse.

    Nextcloud is for the same role you SAY you want, "All I want is a simple file sync setup like onedrive but without the microsoft." That's what it is. But I don't think it's what you're actually asking for, and it's not supposed to be. It has its role, and it's good at that role. But I don't think you actually want what you say you want, because in the details you're describing something totally different.

    If you want performance sync for just files, SyncThing is made for this. It has better conflict resolution. It has better decentralized connectivity, it doesn't need the public IP server. It uses a very different approach to configuration. Its configuration is front-loaded, it takes a fair bit of work to get things talking to each other. It's not suitable for the same things Nextcloud Sync is. But once you have it set up it's rock solid reliable and blazing fast.

    Personally I use both SyncThing and NextCloud Sync. I use them for different purposes, in different situations. NextCloud Sync takes care of my Windows documents and pictures, I use it to share photos with my family. I use it to sync one of the factors for my password vault. It works fine for this.

    I also use SyncThing for large data sets that require higher performance. I have almost 400 GB of shared program data, (and game data/saved games), some of which I sync with SyncThing to multiple workstations in different parts of the country. It can deal with complex simultaneous usage that sometimes causes conflicts. It supports fine tuning sync strategies and files to ignore using configuration dotfiles. It's a great tool. I couldn't live without it. But I use both. They both have their place.

  • Seafile. It's super fast and lightweight. There are some caveats though:

    • Data is stored in git-like chunks on the server side. There is Seafuse and Sea drive functions that you can leverage to "assemble" the data on server side for backups. I personally use rclone mount, then backup.
    • Paywall hiding some features. The community edition is free but is missing some features that pro has. Pro edition is free for 3 or less users.
    • Documentation isn't great. The forum is active so that's helpful, but some of the docs take some time to understand
    • Chinese owned. As far as I can tell, there is no call home for a self hosted server, so I don't think it's a worry in that case.

    All that said, I like it much better than Syncthing for it's selective sync. All files on each client are synced to the server. But unlike Syncthing, it doesn't sync all data with each client. This is vital for me with some devices with small storage drives, so I would t want all files to sync. Yet I can still reach to the server from any client and pull data from any other client. Syncthing has an ignore flag, but that seemed way more trouble to setup than just sticking with Seafile.

  • I went from Seafile to Nextcloud with family file sharing as the primary usage. I'm using the AIO docker installation without issues.

    This might not help, but I never experienced the issues you had.

    (I moved away from Seafile due to - in my opinion - it dying a slow death with less and less support)

  • Yeah setting it up the way you want is a pain, but I like it mainly for backing up photos from my phone automatically, as well as, syncing podcasts and music between devices since I moved away from Spotify and start using things like AntennaPod and Gramophone

    I got 20TB in my server, might as well use it.

  • Nextcloud AIO has an option to skip domain check. the github README hasinstructions. And i love nextcloud because it integrates many features in one, file sharing, office collaboration, chat, rss reader, mailbox, photos, calendar, address-book, etc.

    I have two instances running, one public and one completely local. And having a domain is just convenient but not necessary.

  • I would suggest looking at Syncthing. It's not perfect by any stretch, but it works peer to peer, without any kind of central host, ip or domain name requirements. You simply install it on the client machines, and they work out how to talk to each other over any available networks.

    Beware changing the casing on your files or directories though, Syncthing was made entirely case sensitive, which does not play nice with Windows.

    One very nice feature is that it does have an android client (https://f-droid.org/en/packages/com.github.catfriend1.syncthingandroid/), and it supports full background syncing to your local storage on the phone. Great for syncing your photos, but also music. You add some mp3's on your desktop computer, and by the time you've put on your jacket they're on your phone ready to listen to without any 'service' getting in your way.

    A more advanced tip; Get a VPS somewhere in the cloud with cheap storage, and have Syncthing on it listening on port 443. That will allow syncing in more restrictive corporate settings, which often don't allow connections to port 22000. And it gives you a 'cloud backup' of your important files in one go.

66 comments