I’d like to buy an ex company PC to serve as home server, as an upgrade for my raspberry pi. It should run some selfhosted services like Frigate and Immich, and perhaps Jellyfin. I was thinking to buy an 9th gen Intel or later ex company PC. It should be energy efficient as well.

I tried looking at Trademe but you can’t filter on CPU generation. I could search on the exact Intel cpu number but that seems too restrictive. Pbtech is too expensive what I saw. I haven’t tried Marketplace but guess that’s the same. Some reddit post suggested Dell Optiplex, but no idea how their type numbering works.

Any tips?

  • @sylverstreamOP
    link
    15 months ago

    Thanks! So I’m new to multi nodes self hosting stuff, so far have used a Rpi for everything. With that configuration, can you run everything? Most of the things I want to run are dockerized, but eg pi hole had to be installed directly. Most important is better performance for Frigate (web cam monitoring) and immich (photo and video management).

    • @TagMeInSkipIGotThis
      link
      25 months ago

      There’d be a learning curve if you wanted to make a proper cluster; but you don’t really have to. The simplest way to augment what you’re already doing with the Rpi is to just add another computer as a server and put some of the docker containers on there instead of on the pi. You’d just have to know what IP is for which service, or just setup local DNS via pi-hole and point it to the right IP.

      • @sylverstreamOP
        link
        15 months ago

        Yeah that’s probably the easiest, just set it up as second server. Thanks again.