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.

  • adeoxymus@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    20 days ago

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

    • PlutoniumAcid@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      20 days ago

      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.

      • Landless2029@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 days ago

        50 containers…

        I hope I don’t go that crazy.

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

      • adeoxymus@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        20 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.worldOP
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      20 days ago

      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.

      • adeoxymus@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 days ago

        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.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          20 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.

  • DaTingGoBrrr@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    20 days ago

    If you want to host multiple things on that server I would suggest installing Proxmox VE. It’s Debian with everything necessary to create and manage containers and VMs. Everything is accessed from a Web interface and it’s super easy to access the terminals for the containers or use remote desktop for VMs you create.

    The latest version added the ability to install docker images directly into Proxmox without needing Docker but if you prefer to use Docker then you can install Docker in a container and install your things in there.

    Here’s a nice script to run afterwards to remove subscription nagging, remove enterprise repos that require subscription and add community repos.

    https://community-scripts.org/scripts/post-pve-install

    That site also has lots of amazing scripts to install and configure self-host projects!

    A good project to try is Pelican if you want to have an easy way to create and manage game servers. It’s very simple to get the game servers up and running once Pelican is configured properly.

    • Landless2029@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      19 days ago

      Oh I’m totally doing this. Thanks!!

      Oh it looks like they added native support for docker just last year!

      • DaTingGoBrrr@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        19 days ago

        I wish you luck on your endeavors! 😁 Since I got recommend Proxmox it has completely changed my home-labbing experience for the better. It works great!

        Feel free to ask if you have any questions about Proxmox and I will do my best to answer them. I am by no means an expert but I have a few peojects up and running and use NPMPlus to handle all the network routing.

  • Decq@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    20 days ago

    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!

    • zewm@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      20 days ago

      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
        link
        fedilink
        English
        arrow-up
        2
        ·
        20 days ago

        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.

          • Decq@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            20 days ago

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

            • Landless2029@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              20 days ago

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

              I just wanted the excuse to setup a home server.

    • Landless2029@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      20 days ago

      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
        link
        fedilink
        English
        arrow-up
        3
        ·
        20 days ago

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

  • FauxLiving@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    19 days ago

    May as well get some more mileage out of docker and install pi-hole too.

    What if you’re away from home and want to play, certainly a situation resolved by a mesh VPN like tailscale (or self-host headscale).

    etc.etc.etc

  • carrylex@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 days ago

    Ok so I don’t quite understand why self hosting makes the situation better:

    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

    Ok so you will have the same problem when hosting it on a dedicated server…

    Wife is hosting and pulling 10 fps with a Nvidia 3070TI

    I have an old HP SFF i5 16GB RAM with an SSD

    Are you telling me that the old HP SFF has more performance than your wife’s PC?

    I also don’t quite understand what using a dedicated server has to do with FPS because server calculations should usually not impact this expect when the game’s code is utter garbage and it performs server calculations on the rendering thread…

    I used to run an old gaming computer as a home server and it felt like $30 a month in electricity.

    Let’s assume that server somehow requires 1kWh per day (which is quite a lot). That would be around 30ct per day here in Europe which is like $10 a month. So not sure if your server was constantly running at 200W or your power plugs are coated with gold…

    • Landless2029@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      20 days ago

      Yes the game is utter garbage for optimization.

      Even the game dev recommends a dedicated server for multiplayer.

      Its so bad that if you put a few hundred hours into single player you’ll end up with performance issues. It has to do with tracking all the changes to the open world. Trees cut, rocks mined and buildings. Link

      My electricity costs are among the highest in the USA due to my location. Also surge pricing in the summer due to everyone running air conditioning. This was on a second gen i7 which was a 125w cpu and 1070TI I think. Running nonstop as a seedbox, network share, Plex server and more.

  • GreenKnight23@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 days ago

    some BIOS has auto start up times, so if you’re not using it all the time you could just shut it down and it will turn on everyday at the same time.

    make sure you set your containers to start automatically.