this post was submitted on 17 Mar 2025
187 points (99.0% liked)

Selfhosted

59923 readers
485 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I've never done any sort of home networking or self-hosting of any kind but thanks to Jellyfin and Mastodon I've become interested in the idea. As I understand it, physical servers ("bare metal" correct?) are PCs intended for data storing and hosting services instead of being used as a daily driver like my desktop. From my (admittedly) limited research, dedicated servers are a bit expensive. However, it seems that you can convert an old PC and even laptop into a server (examples here and here). But should I use that or are there dedicated servers at "affordable" price points. Since is this is first experience with self-hosting, which would be a better route to take?

you are viewing a single comment's thread
view the rest of the comments
[–] RvTV95XBeo@sh.itjust.works 4 points 1 year ago (1 children)

CPU intensive servers like Minecraft are where you start to run into problems with older hardware. If it’s just you on there, a 10 year old CPU is fine, but if you’ve got a few friends, the server may start to struggle to keep up.

Not sure how recently you ran this, or what all your were running, but in the past couple of years Paper has hit some pretty major milestones in unlocking threaded processing. Barring some sort of spammy 0-tick redstone nonsense or over the top plugins, I'd wager a Raspberry Pi 4 could handle up to about 5 or 6 friends without seeing any TPS dips. Its really remarkable how far they've pushed performance recently.

[–] hperrin@lemmy.ca 2 points 1 year ago (1 children)

That’s really cool! I just run the vanilla server, but maybe I should check out Paper. Can it import worlds from vanilla?

[–] RvTV95XBeo@sh.itjust.works 3 points 1 year ago* (last edited 1 year ago) (1 children)

Yes, it absolutely can, it's super easy! Just swap your Minecraft .jar with Paper and it'll do the rest. It's a tiny bit harder to go back, but only marginally.

Out of the box, aside from huge performance benefits, Paper is virtually indistinguishable from vanilla, but it also opens the door to a whole world of easy-to-use server-side plugins.

Edit: (you should still make a backup before swapping, just in case)

[–] hperrin@lemmy.ca 1 points 1 year ago

That’s awesome! Yeah, I’ll definitely check it out. Thank you!