this post was submitted on 18 Sep 2026
45 points (97.9% liked)

Selfhosted

62274 readers
361 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a server with desktop hardware (microATX motherboard and Core Ultra 7 265K CPU) which I use to run a Minecraft server. Its current physical location isn't ideal, so I'd like to put it in a rack mount chassis and move it to a server room I have access to through my university. However rack space in the room is limited, so it would be best if I can fit it into a 1U space.

From what I've heard the biggest issue with 1U is cooling, especially as the 265K can draw up to 250W. It seems like 1U microATX chassis do exist, like this one, but they don't look like they have good airflow, and I'm not sure where I would get a short enough heatsink. Could I realistically make 1U work, and if so what should I look for in terms of hardware? Or am I going to have to go with 2U?

you are viewing a single comment's thread
view the rest of the comments
[–] QuantumEraser@fedia.io 1 points 5 days ago

Yes, hosting providers do run servers on desktop hardware. See for example Bisect's dedicated server options which all have desktop Ryzen processors.

Smaller Minecraft servers can run just fine on standard server hardware, and I'm sure that's what most hosting providers use for their lower tier server plans, since you can cram dozens of Minecraft servers onto one machine. But the main limitation for larger servers is single-threaded performance, which desktop CPUs are just far better at.

Very large servers generally use server software like Folia which multithreads the game (like 2b2t) or split the server into many smaller servers (like Hypixel), which eliminates the single threaded performance issue but has some serious drawbacks.