this post was submitted on 18 Oct 2025
68 points (95.9% liked)

Selfhosted

53095 readers
743 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
 

EDIT 3: And Amazon decided to wait until the last minute to cancel my order as it was OOS. Would've been nice if they told me sooner. The unit is now also $60 more than before. GREAT.

EDIT 2: I’ve chosen the Beelink EQ14. It had the best “last-gen” specs, lowest price, and better hardware (BT 5.2 vs Pulcro’s 4.2, as well as Wifi6 vs Wifi5). I also ruled out the Morefine because all of its reviews were paid, not very reassuring imho.

EDIT: Holy shit, was not expecting so much support for my inquiry. Thank you all for the bevy of ideas and solutions. I think I'm still gonna go for the Intel 12th Gen+ NUC style, although some of your setups seriously made me quite jelly. Maybe I'll get there one of these days. I'll update this when I finally lock down my purchase :)

Hey all, lurker for a bit, but just joined because I've started my journey of self hosting the simple stuff (or at least I hope it's simple). For the past couple years I've been using a RPi Zero W for PiHole, and more recently go into Jellyfin and Home Assistant, using an RPi4 and an RPi3+ respectively. I've also got a hand-me-down Synology ds214j NAS with 2x8TB in ~~RAID0~~ RAID1, which is about half full atm. I'm not expecting to expand that storage anytime soon, so I've pivoted to an attempt at combining the 3 Pis above into one NUC/SFF/etc device with a roughly similar power draw. Also looking at re-jumping back into 3D printing using OctoPrint.

I've looked briefly at jumping to a Pi5, but that led me down the rabbit hole with Jeff Geerling's article/video on Pi vs. NUC. I've continued to putter around looking at NUCs in the ~$200 range. Hoping to stick with MinisForum, GMKTek, or Beelink if possible, but only because... it's all I know. I'd like to also tinker deeper with Linux flavors, as I'm a noob at best with it but want to at least have some growing knowledge, as I've primarily been a Windows gamer and use Apple at the office almost exclusively. I'd like to try staying with AMD as I've slowly moved over from the "dark side" (don't hurt me) that is Intel and Nvidia.

Last nugget is that I've never tinkered with Docker, as it seems that may be the best route to host all these apps on one contiguous installation. I've new-ish to VMs too, so anything "Baby's First VM" would be nice.

I know I made a giant pile of wants/needs, so if there's no magical unicorn, I'm cool with other ideas. Thanks in advance, and I'm really keen on seeing what options I have.

EDIT: I’ve chosen the Beelink EQ14. It had the best “last-gen” specs, lowest price, and better hardware (BT 5.2 vs Pulcro’s 4.2, as well as Wifi6 vs Wifi5). I also ruled out the Morefine because all of its reviews were paid, not very reassuring imho.

(page 2) 28 comments
sorted by: hot top controversial new old
[–] Lemmchen@feddit.org 2 points 1 month ago* (last edited 1 month ago) (1 children)

Get a N100/N150 system with 12GB+ RAM for ~150 €/$. Alternatively check for one with replaceable RAM.

To get experience with Linux you can install VirtualBox on Windows and set up some Linux virtual machines. It's easier than most people think.

[–] linkinkampf19@lemmy.world 1 points 1 month ago

Thanks! Yeah I'm thinking I should get a higher RAM setup just for flexibility's sake and futureproofing so some extent. 16GB was my bare minimum, but I'm looking at some configs with 32GB and they aren't too much pricier. The soldered RAM is def iffy, as I like having the options to improve a build without too much headache, or no solid upgrade path whatsoever.

As for the Linux stuff, I've dabbled in it, and currently run ZorinOS on an old Thinkpad. It's not heavily used, but it's similar enough to Windows (as are many flavors), that the difficulty curve for me boils down to terminal stuff. I jump between Powershell, MacOS Terminal, and this on a roughly weekly basis, but by no means am I a scholar :P

[–] Brewchin@lemmy.world 1 points 1 month ago (1 children)

I was hosting most of my Docker stuff on my Synology DS920+, use Docker in a Pi 4B for AdGuard Home and WireGuard, and found myself wanting to use Home Assistant.

Can't use Docker for HA if you want HACS (addons) and Synology decided to kill USB drivers some time back, so looked around for options. Considered a Nabu Casa Yellow with a CM5 compute module (for Voice PE) and its price was more than a GMKtek N150 NUC, which has far higher specs and enough headroom for other things. So I got the NUC.

First thing I did was nuke Windows and replaced it with Proxmox, then installed Home Assistant OS (HAOS) as a VM in it. Plenty of headroom left, so now it's also got a Linux VM, a few LXCs, etc. (The Proxmox Helper Scripts site makes it very easy).

Could easily install AGH or PiHole and a bunch of other things on it. Think it's the best bang for buck thing I've bought in years.

[–] linkinkampf19@lemmy.world 1 points 1 month ago (1 children)

Yeah the HA Docker ish is the one thing I got concerned about, as I already needed to install HACS to integrate my Govee lights into it. For now, I'm also looking at the HA Voice Preview for voice integration, as I'm sick of having my shitty Google Homes all around unable to handle simple requests (like failing to turn on/off lights).

As much as I want to nuke Windows on my main rig, I try to play a lot of VR (especially heavily modded SkyrimVR), and after getting those games tweaked just right, it'd be quite the hit to me if I had to redo all of that again.

Genuinely interested in ProxMox tho, as if I can run all systems in their individual containers (a la Docker w/o the HACS issue) on one main device with a low power overhead, I'm all ears.

The NUC def seems like the best option, although from an earlier replay of mine, I'm still looking into seeing how far I can take the Pi4. MicroSD cards are still far less pricey than a new system after all.

[–] Brewchin@lemmy.world 1 points 1 month ago

I still use all 3, though I'm slowly moving CPU intensive containers to the NUC. The Pi is untouched so far, partly because having edge services there will make it easier of I decide to implement a DMZ.

The NUC+Proxmox is a great combination. Bit of a learning curve (eg. as with Docker, you need to pass devices in Proxmox and then to the container; same with CIFS shares), but there are lots of resources out there. I have no regrets going this route, and it had low power consumption.

On Windows thing, I was specifically referring to the server OS as the NUC came with Win11. Do whatever works for your desktop/gaming setup.

Though I also switched that to Linux (EndeavourOS, though there are other game-friendly options) a couple of years ago, and its worked out great. Guild Wars 2 was my most modded Windows game, and I can run all except one of the Windows-based addons I want for it. Setting it all up the first time is a ball ache (as it was with Windows, but that was done over time 🤷‍♂️). 😊

[–] linkinkampf19@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

EDIT: I've chosen the Beelink EQ14. It had the best "last-gen" specs, lowest price, and better hardware (BT 5.2 vs Pulcro's 4.2, as well as Wifi6 vs Wifi5). I also ruled out the Morefine because all of its reviews were paid, not very reassuring imho.

Alright, not sure how many will circle back, but I've narrowed down my choices, as they hit my current thresholds - N150 or equivalent/greater, 16GB RAM, 512GB NVMe, and Dual LAN connection.

1st place - Morefine M9S - This caught my eye, as although because to me it's a no-name brand, it has a beefiest specs still well within my price range ($270-ish)

2nd place - Pulcro.io TurnKey Two - These guys I just found, and they seem the most... professional? Same specs as the two below.

3rd place - BeeLink EQ14 - Weird that link has it as an N100, clearly shows N150 on the page...

Thoughts?

load more comments
view more: ‹ prev next ›