this post was submitted on 13 May 2025
28 points (96.7% liked)

Selfhosted

60482 readers
1188 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey all,

As stated, I have somehow acquired an entire DL380 G9 for $150 CAD in basically never-used condition and both Xeons present (There is aesthetic marks on the chassis, but actually 0 dust inside. It's also lacking RAM).

I messed around with a couple of these things in college, but it's been a bit since I dealt with the hardware side of servers and setting one up from bottom floor, so I just had a few questions if anyone wants to offer advice.

There is only a single 8 drive bay installed on it currently, and it does not have all of its caddies. What is your go-to place to source drive caddies or additional bays if needed? I'd also be interested in hearing recommendations on suppliers of 2.5" spinning drives, RAM, and power cables.

Back in college we used to put ESXi on these things, but after looking it up I can see that there is no longer a free edition. Is Proxmox the de-facto solution for bare metal hypervisors theses days? Either way, if anyone has any videos covering the process for installation on this hardware, I would appreciate it (though I can probably sus it out with enough time as well).

Finally, server racks are absurdly expensive of course. Any suggestions on DIY's for a rack would be appreciated.

Glad to answer any additional questions if needed - thanks for your time.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] hayalci@fstab.sh 2 points 1 year ago (1 children)

Instead of a bare metal hypervisor, you can install Kubernetes on it, k3s works on a single node. Lots of use across the industry.

[โ€“] golden_zealot@lemmy.ml 1 points 1 year ago

I've heard a lot about Kubernetes, but haven't actually had to interact with it once incredibly. Interesting, thanks for the recommendation!