this post was submitted on 09 Apr 2026
120 points (97.6% liked)

Selfhosted

60093 readers
775 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, 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
 

So I've been playing Icarus with the wife and the optimization is hot garbage. Wife is hosting and pulling 10 fps with a Nvidia 3070TI

We enjoy the game so I start doing research. Turns out once you've played enough the database on the host just gets too big and chokes out the CPU threads since it can't use more than 2 cores.

Answer is to migrate your world to a sepf hosted dedicated server. Say no more.

So now I got an excuse (wife approved) to setup a computer as a server and keep it running. I have an old HP SFF i5 16GB RAM with an SSD I've reimagined a few times for a home server.

Flashed it with Debian and setup the Icarus server in docker. Runs like a champ.

~~Bonus points. I hooked up a wattage meter and it idles at 1~2 watts!
I used to run an old gaming computer as a home server and it felt like $30 a month in electricity.~~

Edit: System idles at 19 watts. I had the meter plugged into the wrong device...

Now I can start throwing more stuff on there once I figure out backup for the game world incase I bork it.

you are viewing a single comment's thread
view the rest of the comments
[–] Decq@lemmy.world 5 points 2 months ago* (last edited 2 months ago) (2 children)

First of all, congrats on your server!

But I was wondering, though I don't really know much about Icarus. But why wouldn't you just be able to run the server on the same machine? If it only takes two cores anyway, most modern systems should easily run that besides the game itself no?

Not saying this isn't a better solution, just doesn't seem necessary to create a server for just that. But now you get to enjoy the experience of how deep the self hosting rabbit hole goes. Have fun and good luck!

[–] Landless2029@lemmy.world 6 points 2 months ago (1 children)

The intent of having a third machine is to allow either one of us to play without bothering the other.

She was hosting and if I wanted to play I'd have to poke her computer. It's a gaming desktop so it also costs more to run.

This way I can play and leave her alone if she's busy.

[–] Decq@lemmy.world 5 points 2 months ago (1 children)

Ok, that's a valid reason. But you didn't touch on that in your post. You only talked about performance. Hence my wondering.

[–] Landless2029@lemmy.world 2 points 2 months ago

Valid observation. I was mainly excited about having an excuse to run a 24/7 server.

[–] zewm@lemmy.world 4 points 2 months ago (1 children)

New games are horribly optimized. There are a lot of multiplayer games that if you run the server and client on same machine it goes to shit.

[–] Decq@lemmy.world 2 points 2 months ago (1 children)

That seems purely resource bound. So as long as your pc has enough cores and memory I feel like it should work fine, can't see what brings it down except excessive iops? . But I haven't had much experience with newer games like this, so I can't really dispute your experience.

[–] Landless2029@lemmy.world 1 points 2 months ago (1 children)

The game runs a single core for your game session and multiplayer load. Limit of the game engine.

[–] Decq@lemmy.world 1 points 2 months ago (1 children)

Not if you run it in two different processes. Then it's exactly the same as your new setup.

[–] Landless2029@lemmy.world 1 points 2 months ago

That is correct. Most people run a dedicated server on thier gaming rig.

I just wanted the excuse to setup a home server.