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

Selfhosted

58502 readers
526 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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
[–] adeoxymus@lemmy.world 11 points 6 days ago (4 children)

Have you thought about running proxmox rather than Debian? I found it to be useful for managing/tracking/backups of containers.

[–] PlutoniumAcid@lemmy.world 9 points 6 days ago (3 children)

I tried Proxmox but found it way overkill for home use. I run ~50 Docker containers and I love Docker for its ease of use. Proxmox is an order of magnitude more complicated.

[–] tofu@lemmy.nocturnal.garden 6 points 6 days ago (2 children)

How do you manage backups? One big benefit of Proxmox is running containers in vms and easily snapshot/backup/restore whole vms.

[–] zingo@sh.itjust.works 2 points 6 days ago

Yes. It's just a higher level of efficiency, portability, snapshots and backups.

[–] adeoxymus@lemmy.world 2 points 6 days ago

Hehe tbh I only run 5 😅 I found it useful when I had to diagnose some cpu hogging off one of the containers and the ease of backups. Even though have not needed it yet.

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

50 containers...

I hope I don't go that crazy.

I'd need a WebUI at that point I can monitor from a Workstation.

[–] PlutoniumAcid@lemmy.world 1 points 5 days ago (1 children)

I was probably exaggerating when I said 50.

I just counted the icons on my dash. 42.

[–] Landless2029@lemmy.world 1 points 4 days ago

That's still pretty accurate!!

[–] Landless2029@lemmy.world 5 points 6 days ago (3 children)

I eventually intend to start some funny stuff I wanted a full OS for.

If I shift my end goal to run in a container then that would make more sense.

I initially went for Debian because I had a deadline for us to get back to gaming together.

I've seen loads of people use proxmax. As a windows admin I wanted a OS as a stepping stone.

I run Brazzite on my gaming rig and mint on my daily driver laptop now. Getting there.

[–] Zikeji@programming.dev 8 points 6 days ago

Honestly I left proxmox/virtualization OSes a while back for simple RHEL. I have Docker for most everything and the few things I need full virt for the features Cockpit provides are more than enough. If I ever get back into clustering I'll look at proxmox again.

[–] anamethatisnt@sopuli.xyz 2 points 6 days ago* (last edited 6 days ago)

If you want a webui for the debian server that gives you logs, services, ssh terminal and more then I can recommend checking out Cockpit
https://cockpit-project.org/

If you decide you want to you can install KVM/Qemu on the debian host to get into full virtualization that way. The webui can be used to configure and manage the VMs too with https://github.com/cockpit-project/cockpit-machines

edit: Cockpit also has a Docker manager, though I feel it isn't full featured yet. I mostly used it to stop and start dockers from my phone.
https://github.com/chrisjbawden/cockpit-dockermanager

[–] adeoxymus@lemmy.world 1 points 6 days ago* (last edited 6 days ago) (1 children)

Totally fair. I also started with Debian for a Minecraft server, at the request of my partner. I might try out Icarus, is it cross platform?

[–] Landless2029@lemmy.world 1 points 6 days ago

Not sure if it's cross platform. We've been having lots of fun with it.

Its interesting in the sense that one person can buy all the content and additional players can just buy the base game and join a "unlocked" server to enjoy everything.

I've seen similar pricing models and it's kind of expensive but evens out the more people play with you.

I find it funny that advanced tech is explained away by you getting support from outer space. Vs games like Ark where you just magically know how to mess with electrical systems.

Starting with stone weapons is annoying but you can earn credits in game to start with 3D printed weapons/tools as you hop maps.

[–] dan@upvote.au 2 points 6 days ago* (last edited 6 days ago) (1 children)

It's worth noting that Proxmox uses Debian. It's essentially a collection of Debian packages, and you can install Proxmox on top of an existing Debian system: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_13_Trixie

Proxmox lacks a Docker UI though, which is annoying. One of the reasons I'm using Unraid at home is because it supports KVM, LXC, and Docker, all in the same UI. (LXC is a plugin rather than being available out-of-the-box, but it works very well)

(and no, Proxmox's new OCI container support isn't it - that just converts the container to LXC and doesn't handle upgrades)

[–] Landless2029@lemmy.world 1 points 6 days ago

Yeah I thought proxmax didn't handle containers well. Main reason I'm skipping it for now.

Good to know I can stack it on debian though.

[–] Damage@feddit.it -3 points 6 days ago (1 children)
[–] osanna@lemmy.vg 1 points 5 days ago

The guy who originally started this died just recently :(