this post was submitted on 30 Sep 2025
32 points (75.8% liked)

Selfhosted

51865 readers
588 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Currently working on an Arch server for my self hosting needs. I love arch, in my eyes its the perfect platform for self hosting. There is no bloat, making it lightweight and resource efficient. Its also very stable if you go down the lts route and have the time and skills to head off problems before they become catastrophic.

The downsides. For someone who is a semi-noob there is a very steep learning curve. Arch is very well documented but when you hit a problem or a brick wall its very frustrating. My low tolerence for bullshit means I take hours/days long breaks from it. There's also time demands in the real world so needless to say I've been going at it for a few weeks now.

Unraid is very appealing - nice clean interface, out-of-the-box solutions for whatever you want to do, easy NAS management... What's not to like? If it was fully open-source I would've bought into it from the start. At least once a day I think "I'm done. Sign me up unraid". Its taking an age to set up the Arch server. If I went for unraid I could be self hosting in a matter of hours. Unraid is the antitheses of Arch. Arch is for masochists.

Do you ever look at products like unraid and think "fuck this shit, gimme some of that"? What is your version of this? Have you ever actually done it and regretted it/lived happily ever after?

top 50 comments
sorted by: hot top controversial new old
[–] glizzyguzzler@piefed.blahaj.zone 7 points 33 minutes ago (1 children)

Reading that is wild

Why are you doing Arch on a server? You want to tinker forever and read the update notes like a hawk lest the server implode forever?

Arch isn’t gonna be noticeably leaner than Debian.

Get Debian, install docker and/or podman, set unattended upgrades, and then install Incus if you need VMs or containers down the line. You can stick on ZFS and it’ll be fine, you already have BTRFS for basic mirrors. Install Cockpit and you’ll have a nice GUI. Try not to think you have to fiddle with settings, the maintainers for each package/service have set it so it works for most people (and we’re most people!); you’ll only need to intervene on an handful of package configs. All set and it’s not proprietary.

[–] paper_moon@lemmy.world 4 points 27 minutes ago

There was a thread yesterday where most people were choosing arch for their server, I didn't get it either. Like you, I'd much rather Debian or something else with smoother updates.

[–] Creat@discuss.tchncs.de 7 points 1 hour ago* (last edited 1 hour ago)

UnRaid doesn't provide anything I am interested in, at all. Currently running TrueNAS for main storage and proxmox for virtualization, both ZFS based. If TrueNAS ever enshittifies, I'd run some bare metal Linux with ZFS. My workstations also run ZFS as the file system, making backups trivial. VM snapshots and backups of any system are trivial and take seconds (including network transfers).

I never understood why I'd even consider UnRaid for anything.

[–] smashing3606@feddit.online 1 points 35 minutes ago

Openmediavault + mergerfs + snapraid is very similar to unraid storage in that you can add different disk sizes just like unraid. Admittedly it's not as 'plug and play' as unraid, but it's free, so can't really complain. Disk speeds using this config are also much faster if that matters.

I have considered truneas for if/when I need to rebuild, but this works for my jellfyin/arr stack needs.

[–] Steamymoomilk@sh.itjust.works 2 points 1 hour ago* (last edited 1 hour ago)

At times i have felt that my distro was so not worth the flak.

But the thing that keeps me on it is i write it once and never half to dick with it again.

NixOS is really powerful, but the learning curve will push you to the edge!

I currently self host alot of stuff on my server which runs NixOS, theres some services that are as simple as ollama.service = true;

And others that you spend hours cussing at. But i feel the declarative nature is what makes switching to any other distro feel so unintuitive.

My linux journey had been,

Manjaro > ubuntu > arch > fedora > silverblue > opensuse tumbleweed > gentoo > nixos > opensuse tumbleweed > nixos.

I kept coming back to nix because i wrote what i wanted it to do and it did it that way every time. Its been a godsend for ZFS, although its not super bad to use ZFS on debian just mostly time consuming. The fact i dont half to worry about a update breaking DKMS and making my filesystem not work. I SWEAR SUN IF YOU COULD HAVE JUST DONE THE GPL INSTEAD OF CDL!!!

I have recently been exploring Guix, purely because of the NixOS drama. But i think nix is my main server OS

[–] HelloRoot@lemy.lol 22 points 2 hours ago* (last edited 2 hours ago)

How close are you to "fck it, im just gonna pay for unraid"?

Extremely far. Maximum distance. My self updating debian with an sftpgo container and some RAID HDDs slapped onto it has been rocksolid for years.

[–] linuxguy@lemmy.gregw.us 2 points 1 hour ago

Far. Fedora + ZFS for my NAS that's consumed by a 3-node bare-metal Kubernetes cluster running Talos. K8s has a ZFS provisioner that automatically creates new volumes when I spin something up. It more or less just works.

[–] hexagonwin@lemmy.sdf.org 6 points 3 hours ago (1 children)

maybe try zVault (freenas fork)? heard it's great.

[–] jobbies@lemmy.zip 1 points 3 hours ago

Oooh. That's a new one.

[–] blarghly@lemmy.world 4 points 2 hours ago

Here, you lost this

u

Nah. I have everything in containers so maintenance is a non-issue, since I can upgrade the host separately from the containers. I'm using openSUSE Leap with a BTRFS mirror for the storage and I never have to think about it. I'll probably move to openSUSE MicroOS when I get a new boot drive so I don't have to do the release upgrade every other year.

[–] rumba@lemmy.zip 4 points 4 hours ago (1 children)

Ive been using Unraid for years.

I am fully capable of running a Docker solution and setting up drives in a raid configuration. It's more or less one of my job duties so when I get home I'm not in a hurry to do a lot more of that.

But Unraid is not zero maintenance, and when something goes wrong, it's a bit of a pain in the ass to fix even with significant institutional knowledge.

Running disks in JBOD with parity is wonderful for fault tolerance. But throughput for copying files is very slow.

You could run it with zfs and get much more performance, but then all your discs need to be the same size, and there's regular disk maintenance that needs to happen.

They have this weird dedication to running everything is root. They're not inherently insecure, but it's one of those obvious no-nos that you shouldn't do that they're holding on to.

If you want to make it a jellyfin/arr server and just store some docs on the side, it's reasonable and fairly low maintenance.

I'm happy enough with them not to change away. And if you wait till a black Friday they usually have a pretty good sale.

I'll probably eventually move to a ProxMox and a Kubernetes cluster as I've picked up those skills at work. I kind of want to throw together a 10-inch rack with a cluster of RPI. But that's pretty against what direction you're looking to head :)

[–] jobbies@lemmy.zip 2 points 3 hours ago

They have this weird dedication to running everything as root

I didn't know that. That isn't fantastic.

Running disks in JBOD with parity is wonderful for fault tolerance. But throughput for copying files is very slow.

Didn't know this either. It makes sense. Worth considering.

[–] Fedegenerate@lemmynsfw.com 2 points 3 hours ago

Not too close. My Proxmox server is basically set up, I can't fit anything more on it, so it's just back end and tinkering now. I'm comfortable with Proxmox.

That said, new box and a large windfall I'd have a look at Unraid. After donating to Proxmox at least that much first.

If Proxmox didn't exist (and TTeck didn't exist) I think I would have at least tested Unraid. I was comfy in Debian with Docker as a virtualisation host before moving to Proxmox anyways.

I'm sure it's good, I would like to give it a go. I'm happy where I am though.

[–] chaotic_disorganizer@lemmy.world 28 points 7 hours ago (6 children)

Weeeell, since they switched to a semi-subscription model, I'd recommend looking into TrueNAS (inb4 they start locking down their stuff)

load more comments (6 replies)
[–] _cryptagion@anarchist.nexus 7 points 5 hours ago (1 children)

I use Unraid. It’s great and a lot less hassle than back when I used just a regular distro for everything.

Setup was easy, it just works, its stable, and if you want the regular updates, just get the lifetime model on sale. I bought it becaue I didn't want to spend time screwing with setup and just wanted to get my data moved snd running.

[–] hddsx@lemmy.ca 12 points 6 hours ago (2 children)
[–] PlexSheep@infosec.pub 2 points 1 hour ago

It just works, I love Debian. Never even thought about getting unraid

[–] Overspark@piefed.social 9 points 5 hours ago (2 children)

Yeah I wouldn't call Arch a server OS. I run Arch on my laptop, but Debian on my docker/file/self-hosting server. Best tool for the job etc. Never even been tempted by Unraid, the whole point of running Linux is that I control what goes where.

[–] refreeze@lemmy.world 3 points 1 hour ago

Arch on the desktop, Debian on the server is the way to go. Both solid, community (non-corporate) distros that fit each use case.

load more comments (1 replies)
[–] Zwuzelmaus@feddit.org 12 points 7 hours ago* (last edited 7 hours ago) (15 children)

Not close at all.

OK, I got some missing bells and whistles in my current setup, which is just a poor man's NAS made of ZFS and samba, plus a nextcloud for convenience.

But I fell so much in love with ZFS that I would never replace it with unraid. For my next box I am looking forward to use TrueNAS instead.

[–] Unforeseen@sh.itjust.works 9 points 6 hours ago (1 children)
[–] Zwuzelmaus@feddit.org 1 points 2 hours ago

Ahh... excuses ;-)

load more comments (14 replies)
[–] MudMan@fedia.io 9 points 6 hours ago (6 children)

I'm sidetracking a bit, but am I alone in thinking self hosting hobbyists are way too into "lightweight and not bloated" as a value?

I mean, I get it if you have a whole data center worth of servers, but if it's a cobbled together home server it's probably fine, right? My current setup idles at 1.5% of its CPU and 25% of its RAM. If I turned everything off those values are close to zero and effectively trivial alongside any one of the apps I'm running in there. Surely any amount of convenience is worth the extra bloat, right?

load more comments (6 replies)
[–] roofuskit@lemmy.world 9 points 6 hours ago* (last edited 6 hours ago) (5 children)

I already did, no regrets. The way it handles storage is the killer feature for me. Being able to upgrade my drives or add one with very little effort is worth every penny.

Edit: I was grandfathered in before the subscription

load more comments (5 replies)
[–] CompactFlax@discuss.tchncs.de 4 points 5 hours ago

I just use TrueNAS for my storage layer. I don’t love the idea of a proprietary OS running my storage system. It’s just a bunch of ZFS under the hood which a competent data recovery company should be able to handle, if I don’t have backups of my 3TB of clown porn. The proportion of FreeBSD that’s a mystery to me is slightly less than it was in 2015 when I built it but it’s still pretty high.

My recommendation is to KISS with the fundamental layers and play higher in the stack with less critical workloads. Build a web server and a DNS server and reverse proxy and get a feel for how it works before ~~mucking with~~ optimizing the VM host.

load more comments
view more: next ›