this post was submitted on 17 Feb 2026
48 points (96.2% liked)

Selfhosted

60093 readers
716 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi! I've never had a server, except for a raspberry that I use as a DNS (pi-hole), but I've been wanting it for a long time. The other day I found something that is kinda old, but very cheap, and I've been thinking about buying it since then.

It's an IBM System x3500 M4. It has an E5-2620, 32 GB of DDR3, and 7 wonderful 900 GB SAS hard drives (don't know if actual hard disk or solid state), which would fulfill all of my linux ISOs needs for at least the next year (probably a bit more), and a RAID controller ServeRAID M5110. All for 210 euros, which I think is very cheap.

From what I know, the E5 is power hungry for modern standards, and the SAS drives are not exactly friendly for replacement parts. How much would that (mostly the SAS part) be a problem?

Also, what can I expect concerning RAID? That is definitely the most concerning thing for me, as I've never worked with it.

Another huge part is, I do not care about accessing it from the outside, but I'd be sharing this system with my brother, in another city, so we would have to figure out a way of doing it. Normally I'd use port forwarding, but we're both behind CG-NAT. Is there any way of not using a third party server as a proxy/VPN/whatever? If not, what service would you recommend for this purpose?

Another thing, my brother just happens to have a probably working, 16 GB ECC DDR3 stick laying around, except that it's 1600MHz, and the CPU only supports up to 1333MHz. I'm pretty sure that if I'd put two sticks with different frequencies, the CPU would use the lower one, but is that the case even if the CPU does not support the frequency of one of the stick? (in short, would putting the other stick work?)

If you have any other pointers or anything, let me know. Thank you :)

you are viewing a single comment's thread
view the rest of the comments
[–] cynar@lemmy.world 4 points 4 months ago

The rule of thumb with servers is

  • Performance
  • Reliability
  • Power usage
  • Noise
  • Size

The trick is to remember you don't actually need much performance. A home server isn't generally a powerful machine. What matters is that it is always there.

A raspberry pi would actually make a wonderful server. It's power efficient, small and quiet, with enough grunt to do most jobs. Unfortunately, it falls down on reliability. Arm servers seem more prone to issues than x64 servers. Pis also seems particularly crash prone. Crashing every 3-6 months isn't an issue for most pi usages. When it's running your smart home, it's a pain in the arse.

I eventually settled on a intel NUC system. It's a proper computer (no HDD on usb etc), with a very low power draw. It also seems particularly stable. Mine has done several years at this point, without a crash.

Bigger servers are only needed when you have too much demand for a low powered option, or need specialist capabilities 24/7. Very few home labbers will need one, in practice.

It's also worth noting that you can slave a powerful, but power hungry system, to a smaller, efficient one. Only power it on when a highly demanding task requires sorting.