this post was submitted on 20 May 2026
36 points (100.0% liked)

Selfhosted

56957 readers
862 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
all 31 comments
sorted by: hot top controversial new old
[–] HurryFlorist@slrpnk.net 4 points 2 hours ago

I tried Nextcloud in the past but the web UI felt so slow and bloated that I decided to drop it. Now I use SeaFile 11, as v13 came in 3 different docker compose files and I struggled to configure it. Works very well for files. For calDAV/cardDav Radicale has been working great.

[–] unitedwithme@lemmy.today 2 points 2 hours ago* (last edited 2 hours ago) (1 children)

My next 'system' I'm eyeing is Peergos!

https://peergos.org/

[–] Lemmert@reddthat.com 2 points 49 minutes ago

It's fairly clunky. The developer is a nice guy and responds really quickly, but files sometimes didn't sync and I got an error twice where it just didn't sync anymore.

There also isn't a proper setup guide or documentation (but you can always add the help flag halfway through your jar usage to know what parameters you're missing). The developer has been kind enough to help me through that though.

It might just be a skill issue on my end of course. Though needless to say I moved back to something else after a couple of months (In my case to Seafile)

Also its Dutch translation is acceptable (I did that)

[–] Andres4NY@social.ridetrans.it 1 points 2 hours ago* (last edited 2 hours ago) (1 children)

@pixeldaemon Syncthing. We have one "authoritative" fileserver running syncthing, and then a bunch of "clients" (laptops, phones) that sync up to the fileserver. This doesn't work for, say, terabytes of movies/music, but for important stuff like photos/tax records/whatever, it means we can make changes on any "client" and it gets synced to the "server" and all the other "clients"

For more traditional cloud, I recently installed copyparty (https://github.com/9001/copyparty) w/ https://github.com/romaan7/white-gold-theme-for-copyparty

[–] Andres4NY@social.ridetrans.it 1 points 2 hours ago

@pixeldaemon I used to use Seafile, but it is clunky and annoying, and it will also never ever be in debian due to upstream copyright sketchiness.

[–] sylver_dragon@lemmy.world 3 points 4 hours ago (1 children)

I currently use NextCloud, but I have been looking to move away from it. My main use case is for syncing photos and videos to the cloud from my phone (Android) and this used to work flawlessly. But, some time in early 2025, it just stopped working. I can still manually upload files and sync still works for other folders (e.g. Documents) just fine. But, photos and videos just won't sync automatically. Not sure if there are other options which would work better, but NextCloud on Android just seems to be broke.

[–] BrightCandle@lemmy.world 3 points 4 hours ago (1 children)

The just stopped working was the client stopped syncing? NextCloud decided to stop allow private made certificates with its client in 2025 and its what made me switch. I went to Syncthing which works well and is a lot faster and less resource intensive than NextCloud. I also had to move my calendars and chat as well.

[–] sylver_dragon@lemmy.world 2 points 2 hours ago

The just stopped working was the client stopped syncing?

The client doesn't seem to detect new photos as they are created/taken. If I manually upload an image from my photos folder, it syncs just fine. Files in other folders seem to sync just fine. But, photos and videos just never even try to sync.

NextCloud decided to stop allow private made certificates with its client in 2025 and its what made me switch.

This hasn't been an issue for me. I pay for a domain and have a certificate issued by Let's Encrypt. The only certificate errors I get are when I refresh the certificate every 6 months, and that's just the client asking me if I want to trust the new certificate.

Syncthing

I had looked into this a while back, but it seemed to be more of a point to point solution and not a client-server system. I was aiming to have an authoritative server with everything and clients (both phone and desktop) able to pull the needed/request files. I also like the ability to share via a web link when needed. Am I wrong in that understanding?

[–] WoodScientist@lemmy.world 3 points 6 hours ago

A computer.

[–] mrmave@lemmy.zip 7 points 11 hours ago (1 children)

opencloud, i just moved from nextcloud and wow, the performance is insane.

[–] titusio@lemmy.dbzer0.com 4 points 4 hours ago

Wanted to use open cloud but they archived their helm chart. Very niche I know, but still a shame

[–] savvywolf@pawb.social 13 points 13 hours ago (1 children)

Nextcloud. It does the job well enough.

[–] yestalgia@lemmy.world 6 points 13 hours ago

It took about 2 days of using nextcloud files across devices to experience unreliable syncing from Nextcloud on Android.

I installed folder sync pro on android and that has helped a lot, but it still irks me to use 2 tools when 1 should do the job.

[–] Ooops@feddit.org 4 points 10 hours ago* (last edited 10 hours ago) (2 children)

I actually moved away from classical self-hosted cloud storage solutions after trying the usual suspects like opencloud, nextcloud etc.

And for me the time and effort (also the ressource-hogging if you don't use quite overpowered servers) just weren't worth it. Not when the used interfaces most of the time are open standards anyway and simpler solutions do the job:

Radicale for contacts and dates via a webdav subset. Webdav concidently being widely supported for integrating online storage into any filesystem (or as the backend for several other things like for example syncing my bookmarks over several devices and browsers). SFTP or the million tools being just a frontend for it.

One shiny platform like for example Nextcloud to do it all might be nice for a lot of users when they have someone dedicated to maintain it. But for selfhosting (as in: mainly for myself) the constant attention needed to fix stuff was quite tedious.

When I think of "Google Drive" or "Dropbox" alternatives nowadays it's just a drive hooked up to some low-spec device and accessed via one (or several) already existing open standards.

(Bonus point: that lost phone is simply cut off by deleting its keys - unlike so many dedicated platform where you have to manage -if you even can- multiple dedicated users and their rights just to easily separate your personal access from your devices that are by design not all equally secure.)

[–] sunbeam60@feddit.uk 3 points 8 hours ago* (last edited 4 hours ago)

I run Nextcloud all-in-one containers and I literally have to do nothing, ever, to manage it.

[–] atzanteol@sh.itjust.works 6 points 10 hours ago* (last edited 10 hours ago) (2 children)

One shiny platform like for example Nextcloud to do it all might be nice for a lot of users when they have someone dedicated to maintain it. But for selfhosting (as in: mainly for myself) the constant attention needed to fix stuff was quite tedious.

I have run nextcloud for many years, I would love to know what this "constant attention" you talk about is.

Occasionally I need to run an "occ" command after an install to fix some indexes, but other than that I don't do much?

[–] Ooops@feddit.org 2 points 3 hours ago

Occasionally I need to run an “occ” command after an install to fix some indexes

That then fails and breaks it (in about 1 out of 3 cases). Which requires rolling back everything, running the commands again pre-update, then updating and praying to not have to do another re-install (~ 1 out of 5).

[–] ITGuyLevi@programming.dev 1 points 6 hours ago

Yeah, over the past 5 years or so I can't say I've had to do a lot with it either. There was a time I accidentally nuked it, but that's why I had a backup.

[–] INeedMana@piefed.zip 11 points 13 hours ago* (last edited 13 hours ago) (1 children)

I set up Nextcloud with RPi4 based RAID NAS. Via sftp as apparently it is not really that much slower and NFS felt weird to me

I bet my answer is going to be the least interesting one but let's represent casuals too ;)

[–] N0x0n@lemmy.ml 3 points 12 hours ago (1 children)

Keep it simple, stupid my friend :D

[–] INeedMana@piefed.zip 3 points 12 hours ago

Well, now I see that I'm going to move to have sshfs instead. There are issues with spamming sftp connections for all the small files. But in general I've learned that really "done is better than perfect". Just make it work, observe, iterate

[–] Decronym@lemmy.decronym.xyz 6 points 12 hours ago* (last edited 46 minutes ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
NFS Network File System, a Unix-based file-sharing protocol known for performance and efficiency
RAID Redundant Array of Independent Disks for mass storage
SFTP Secure File Transfer Protocol for encrypted file transfer, over SSH
SSH Secure Shell for remote terminal access

4 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

[Thread #303 for this comm, first seen 20th May 2026, 10:10] [FAQ] [Full list] [Contact] [Source code]

[–] talkingpumpkin@lemmy.world 5 points 12 hours ago

Synchthing if I want local copies, otherwise I just mount sshfs shares from my nas (using sftpman as a helper)

[–] hexagonwin@lemmy.today 4 points 12 hours ago

some mix of sftp, nfs and copyparty

[–] Svinhufvud@sopuli.xyz 3 points 11 hours ago

Filebrowser quantum is really good! Easy to setup and use.

[–] Artaca@lemdro.id 4 points 12 hours ago

Tried Seafile, Nextcloud, and Filebrowser Quantum. Nextcloud won out, although FBQ with a few files for select individuals does remain.

[–] netvor@lemmy.world 4 points 12 hours ago

Syncthing for files, Nextcloud (synced to fastmail and file tree using vdirsyncer) for calendar and contacts.

[–] OpenAltFinder@lemmy.world 3 points 12 hours ago

Nextcloud has to be most popular one, but here's a couple of other cloud storage solutions.

[–] shads@lemy.lol 2 points 11 hours ago

I set up Opencloud to give it a try, set up to sync my photo folder from my phone, meaning to just spin it up and then delete it. I then got called out of the house on an errand and forgot all about it until 4 weeks later when I redid my WireGuard settings. While the tunnel was failing to connect I got complaints about it not being able to find the server, I knew I had fixed it once it stopped popping error messages at me. Just checked and there is 1.3gb of photos in there I never noticed it syncing. It was a bit of a nuisance to get going but seems to just run as a spot to throw a bunch of files and access them on the go. At least based on my accidental 4 week impact assessment.

[–] FierroG@lemmy.world 2 points 11 hours ago

I feel like I'm doing something wrong by just using smb, what fratures do everybody use and need from cloud storage other than a folder you and your apps can access? File sync aside (I don't think I need it and if I did I know how to use syncthing)