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?

  • @TagMeInSkipIGotThis
    link
    26 months ago

    I’ve got a few different boxes at home. From an old desktop that I can fit a fanless nVidia GPU in (for Frigate) which i’m running unRaid on as its got lots of slots for HDD. But I kinda hate unRaid, so have since gone the TinyMiniMicro route (ala ServeTheHome - https://www.youtube.com/watch?v=bx4_QCX_khU&list=PLC53fzn9608B-MT5KvuuHct5MiUDO8IF4) and have 3 EliteDesk Minis.

    They’re running XCP-NG with a Xen Orchestra VM built from source to manage the 3 boxes. On that i’ve got a handful of VMs, a couple of generic linux builds one for docker, and then 3 VMs running a k3s cluster and i’m slowly migrating services across to. Some stuff like Plex / Frigate etc does better with a GPU though so i’ll keep the unRaid box around running those sorts of things there.

    Anywho, with the small form factor PCs - Trade Me’s auction history is terrible so even though I only bought them part way through last year I can’t find the vendor I bought mine from. They were really good which is why I wanted to shout them out - sent a replacement fan & stick of RAM within a day of me emailing a problem with what they’d originally sent. They show up on TradeMe & Facebook Marketplace all the time, they’re all ex-lease from corps I’m guessing.

    I’d recommend these boxes over a NUC because they’re cheaper, and by far over a Pi because they are so much more powerful for a similar price if you can get a good deal on a used one. They’re not much louder than a Pi (and because they don’t use those tiny fans the noise they do make is less annoying) and they’re still reasonably lower power use from the wall too.

    • @sylverstreamOP
      link
      16 months ago

      Thanks for your detailed response! Think just an ex lease pc is sufficient for now, but will keep the ServeTheHome in mind.

    • @sylverstreamOP
      link
      16 months ago

      Hi sorry to bother you, but I’ve been researching getting a HP elitedesk 800, probably g3. For Frigate they recommend a Coral. Mini PCIE is cheaper than usb, and with a mini pcie to pcie adapter I should be able to fit it in one of the pcie slots. I’m also planning to add a GPU. But perhaps I don’t need the coral if I have a GPU, how’s your experience with using a GPU? Would make it easier as it’s very hard to find coral devices.

      • @TagMeInSkipIGotThis
        link
        26 months ago

        Yeah the difficulty of sourcing corals is exactly why i’ve not yet used one. I’ve used both GPU & CPU for detection and both have been fine. I switched to CPU because the GPU I had in this box originally was a Quadro and its power use and heat output was just rediculous. I’ve since bought a passive cooled GT1030 but I might not have even switched back to GPU over CPU since I installed - I only have 4 cameras in Frigate and the CPU is keeping up fine.

        • @TagMeInSkipIGotThis
          link
          15 months ago

          I figured i’d have a crack at enabling the GPU detector today and noticed that i’m currently not using CPU detectors anymore, i’ve at some point switched to using the OpenVINO one so its using the Intel iGPU I think. That must have been working well given I forgot that’s what I was using :)

          I’ll let you know how I get on switching to the nVidia detector.

          • @TagMeInSkipIGotThis
            link
            15 months ago

            Well the nVidia detector is a bit more fiddly to get going than the OpenVINO one; but not too hard, just a matter of going through the steps in the documentation.

            You need to run a different image of the frigate container so it includes all the TensorRT stuff and separately you have to generate the models. The only hiccup I had there was setting the right GPU to generate on bc mine is only a 1030 disabling FP16 operations.

            That’s all running fine so now i’ll just monitor it for a bit to see if it makes any significant difference to CPU load & case temperatures running the detections on the GPU instead of CPU.