this post was submitted on 02 Sep 2025
47 points (96.1% liked)

Selfhosted

51234 readers
299 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
 

I've gotten into selfhosting and have 3 mini PC's

ODROID H4+ for TrueNAS
One for Home Assistant
and another for Immich and Nextcloud

They're all just plugged into the router my ISP provided with network cables.

I'd like to get a managed switch or a router of my own that can function as a switch and router

I'll be putting everything in a 10" rack at some point so it has to fit.

Any suggestions or tips would be appreciated, I've done some research and looked at options but unsure what is right/wrong

I'm especially stuck on what Hardware to get. Is 2.5ghz managed switch overkill? Should I get PoE for future use?
What brands are good, what should be avoided?

you are viewing a single comment's thread
view the rest of the comments
[–] probable_possum@leminal.space 2 points 4 days ago

The h4 already can be a managed switch itself (2" 2,5gbit + 4*1gbit with the nic addon.) if you want it to be one. Linux as the host OS (VLANs, bridges) - netplan works well for me. Some VMs and containers on top (lxd, incus,, some use proxmox) for router/ firewall/ vpn-gateway (opnsense, ipfire,...) and other functionality which you don't want to run on the host OS directly. The cpu is fast enough to run all your services at once. It all comes down to RAM.

IMO there is not one right way. It all depends on what you want to achieve. Also a lot depends on, whether you want results fast or if you enjoy the tinkering while learning.