Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. "Recommended System Requirements" for buying a used PC for selfhosting

"Recommended System Requirements" for buying a used PC for selfhosting

Scheduled Pinned Locked Moved Selfhosted
selfhosted
32 Posts 16 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S [email protected]

    1000 gigabit

    🤔

    How many users do you expect this to serve?

    kevincox@lemmy.mlK This user is from outside of this forum
    kevincox@lemmy.mlK This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #10

    lol, I assume he means 1000 Mbps aka 1 Gbps which is reasonable. Maybe even a little low as transferring files around fast is nice.

    S 1 Reply Last reply
    5
    • S [email protected]

      I could get by with 2 HD bays -- it is more because I would like to use RAID if possible, and have an easier time to upgrade to larger capabilities as time goes on.

      I've also just appreciated larger cases with more room -- with small cases sometimes it's hard to work in there.

      Internal redundancy would be nice to have with a file server, but probably not necessary if I can have redundancy with regular backups instead.

      Thanks for the ideas!

      kevincox@lemmy.mlK This user is from outside of this forum
      kevincox@lemmy.mlK This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #11

      IMHO for 2 drives you don't want redundancy. (I assume that is what you want RAID for, mirroring?). The per-drive failure rate is so low that you are unlikely to encounter it and nothing you are running seems particularly availability sensitive. Having a bit of downtime to rebuild in the very rare case of a drive failure is fine. The extra storage space is way more valuable.

      1 Reply Last reply
      2
      • kevincox@lemmy.mlK [email protected]

        IMHO this isn't really worth it.

        1. x264 is very fast at lower profiles. Especially if you aren't streaming across the internet often the size hit from the fast profiles is fine. Even if you are streaming over the internet it is probably fine. Getting a slightly faster CPU will also get you super far and is more useful to have lying around than a GPU as it will benefit most things that you do on the server. And worst-worst case a bit of CPU usage isn't going to hurt much of the things that he is running (except maybe a game server if people are playing at the same time and you are really maxing out all of your cores).
        2. Integrated GPUs are fine for a handful of concurrent streams. Especially the Intel ones which have amazing media engines.
        3. Even if you are going for a dedicated GPU I would go with an Intel ARC. They are way better at media encoding and cost less.
        4. You can always add a GPU later. Wait until you have a need and are seeing problems without.
        H This user is from outside of this forum
        H This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #12

        Someone should explain me why transcoding is even needed (other than in case bandwidth is an issue)? My ”media server” at the moment is a custom ffmpeg script to edit all x264 mp4 files it finds by moving the moov atom to the beginning of the file (and what ever the similar thing for x265 was), and then lighttpd to serve them via dir listing. No file has yet had playback issues even over the internet…

        kevincox@lemmy.mlK M 2 Replies Last reply
        1
        • H [email protected]

          Someone should explain me why transcoding is even needed (other than in case bandwidth is an issue)? My ”media server” at the moment is a custom ffmpeg script to edit all x264 mp4 files it finds by moving the moov atom to the beginning of the file (and what ever the similar thing for x265 was), and then lighttpd to serve them via dir listing. No file has yet had playback issues even over the internet…

          kevincox@lemmy.mlK This user is from outside of this forum
          kevincox@lemmy.mlK This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #13

          There are a handful of common reasons.

          1. The client doesn't support the formats. Browser clients are notoriously picky not supporting some common video (for example few browsers support h265 and it isn't generally considered web-safe) and audio formats. But embedded devices may also cause trouble if they don't have enough CPU to do non-accelerated playback and don't have hardware support for the codec used.
          2. Playing at a lower bitrate. In that case you can transcode at the fly.
          3. Remuxing. This is things like the moov atom where the actual codecs are supported but not the container or exact packaging of the file.

          But yeah, especially if you are using a player with wide format support you may not need it.

          H 1 Reply Last reply
          1
          • kevincox@lemmy.mlK [email protected]

            There are a handful of common reasons.

            1. The client doesn't support the formats. Browser clients are notoriously picky not supporting some common video (for example few browsers support h265 and it isn't generally considered web-safe) and audio formats. But embedded devices may also cause trouble if they don't have enough CPU to do non-accelerated playback and don't have hardware support for the codec used.
            2. Playing at a lower bitrate. In that case you can transcode at the fly.
            3. Remuxing. This is things like the moov atom where the actual codecs are supported but not the container or exact packaging of the file.

            But yeah, especially if you are using a player with wide format support you may not need it.

            H This user is from outside of this forum
            H This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #14

            Mostly using the ”browser” (so shitty that you can barely call it one) on my LG smart TV, and sometimes some iDevices, but I’ll consider myself lucky with codecs then. Even mkv’s play on LG without hiccups. Only small thing I miss are subtitles which these devices do not seem to support, even if I’d mux them in as a track.

            kevincox@lemmy.mlK 1 Reply Last reply
            0
            • H [email protected]

              Mostly using the ”browser” (so shitty that you can barely call it one) on my LG smart TV, and sometimes some iDevices, but I’ll consider myself lucky with codecs then. Even mkv’s play on LG without hiccups. Only small thing I miss are subtitles which these devices do not seem to support, even if I’d mux them in as a track.

              kevincox@lemmy.mlK This user is from outside of this forum
              kevincox@lemmy.mlK This user is from outside of this forum
              [email protected]
              wrote on last edited by [email protected]
              #15

              I'm pretty surprised that all of the audio formats work. I'm not so surprised that the TV has h265, although maybe a bit surprised that it is exposed to the browser. The container support is also pretty surprising. Unless your MKVs are so simple that they are effectively WEBM.

              Or maybe it pops the link out of the browser into a dedicated media player which has decent codec support.

              iDevices do expose h265 in the browser, but the container support is still a bit surprising. But then again WEBM is basically MKV, so maybe that is why it tends to work.

              H 1 Reply Last reply
              1
              • H [email protected]

                Someone should explain me why transcoding is even needed (other than in case bandwidth is an issue)? My ”media server” at the moment is a custom ffmpeg script to edit all x264 mp4 files it finds by moving the moov atom to the beginning of the file (and what ever the similar thing for x265 was), and then lighttpd to serve them via dir listing. No file has yet had playback issues even over the internet…

                M This user is from outside of this forum
                M This user is from outside of this forum
                [email protected]
                wrote on last edited by [email protected]
                #16

                Jellyfin and others transcode some videos to a more streamable format. Not important if it's already a good streamable format, but if it's some older file, it might not even be streamable (like AVI, and WMV). Those situations are where transcoding is necessary. It also comes in to play when the bitrate needs to change, like trying to watch a high bitrate video on old hardware that cannot handle it (like an old chromecast). It's nice when the server can just transcode the video and send a less heavy or more compatible stream.

                Hardware acceleration for the transcoding is simply more efficient these days. Most CPUs for the last decade can do software transcoding of 1080p without much issue (if that's all it's doing), but get multiple people watching older videos or some really high bitrate ones and hardware acceleration will become a tangible benefit, too.

                Your situation only works for video formats that are streaming-friendly, meaning all the browser has to do is feed the stream of data to a video player, and it Just Works. The media player doesn't need significant chunks of the file to start playing it, so as long as the connection is fast enough, it's fine.

                1 Reply Last reply
                0
                • kevincox@lemmy.mlK [email protected]

                  I'm pretty surprised that all of the audio formats work. I'm not so surprised that the TV has h265, although maybe a bit surprised that it is exposed to the browser. The container support is also pretty surprising. Unless your MKVs are so simple that they are effectively WEBM.

                  Or maybe it pops the link out of the browser into a dedicated media player which has decent codec support.

                  iDevices do expose h265 in the browser, but the container support is still a bit surprising. But then again WEBM is basically MKV, so maybe that is why it tends to work.

                  H This user is from outside of this forum
                  H This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #17

                  Or maybe it pops the link out of the browser into a dedicated media player which has decent codec support.

                  I think this is exactly what it does.

                  With iDevices no luck with mkv’s if I remember right, but not sure if I have even tested one. Most my files are mp4 x264.

                  kevincox@lemmy.mlK 1 Reply Last reply
                  0
                  • H [email protected]

                    Or maybe it pops the link out of the browser into a dedicated media player which has decent codec support.

                    I think this is exactly what it does.

                    With iDevices no luck with mkv’s if I remember right, but not sure if I have even tested one. Most my files are mp4 x264.

                    kevincox@lemmy.mlK This user is from outside of this forum
                    kevincox@lemmy.mlK This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #18

                    Yeah mp4s with h264 will play basically anywhere if the audio format is a common one. Must be the most supported setup.

                    1 Reply Last reply
                    0
                    • S [email protected]

                      1000 gigabit

                      🤔

                      How many users do you expect this to serve?

                      I This user is from outside of this forum
                      I This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #19

                      All of them

                      1 Reply Last reply
                      7
                      • S [email protected]

                        I'm ready to graduate from my Raspberry Pi era of selfhosting and buy hardware specifically for use as a server.

                        I've been recommended in the past to look for used Lenovo Thinkstations and/or Dell Optiplex, but it has been so many years since I've shopped for a computer, I don't know what kind of specs to look for. What are the types of specs I should look for to get the best value for money?

                        I'm hoping to spend around $300-400, get something that can be upgraded in the future to last 10+ years, and do the following things:

                        • YUNoHost / reverse proxy
                        • Nextcloud with a custom domain for email addresses, cloud drive, photos
                        • Music Streaming with something like Navidrome
                        • Serve static websites
                        • pi-Hole
                        • Maybe pi-VPN

                        And someday maybe:

                        • Host game servers like minecraft
                        • Jellyfin for videos
                        • Kodi and output to TV?

                        So far based on my selfhosted journey, I expect to want the following:

                        • Room for 3+ Hard Drives
                        • External UPS (probably will go with the cheap APC at Microcenter that's always on sale).
                        • Solid Power Supply / Cooling
                        • probably 1000 gigabit Networking (?)

                        The types of questions I have for Thinkstations / Optiplex:

                        • How is the Power Supply / Cooling?
                        • Processor? Do I need i5? i7? Generations? AMD? Clock Speed? I'm completely lost here.
                        • How much RAM do I need?
                        • Do I need a discrete graphics card? Can Thinkstations / Optiplex have a graphics card added to them later?
                        • Anything else I'm missing?

                        Thanks!

                        C This user is from outside of this forum
                        C This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #20

                        If you're ok buying used, I'd go for a first Gen Ryzen 8 core. They're cheap as chips since they don't support Windows 11, but the cpu is upgradable so you can upgrade if you need more power or want to run Windows 11. Also it's a ddr4 platform so the ram is under $100 for 64gb.

                        A GTX 1050 would be fine for Plex, and discrete graphics would be required if you go with the Ryzen recommendation. I think rtx 3060 is probably the sweet spot for a 12gb vram card, but you won't need that much unless your streaming to 5+ Plex users simultaneously.

                        S 1 Reply Last reply
                        3
                        • S [email protected]

                          I could get by with 2 HD bays -- it is more because I would like to use RAID if possible, and have an easier time to upgrade to larger capabilities as time goes on.

                          I've also just appreciated larger cases with more room -- with small cases sometimes it's hard to work in there.

                          Internal redundancy would be nice to have with a file server, but probably not necessary if I can have redundancy with regular backups instead.

                          Thanks for the ideas!

                          O This user is from outside of this forum
                          O This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #21

                          Oh, I hear ya on the space issue - there's almost no space in this SFF, but I like it's form factor so I'm willing to compromise.

                          Anymore I don't find RAID very useful, except for mirroring a drive. As I say this, I do have a NAS with 5 drives, but it's used as one of my replicators as it's too slow for anything else. I did run Proxmox with RAID for a while, that was pretty cool, I just don't need all it's capability.

                          These days I can get a large enough single drive for a box - I considered getting a 12TB but the price on the 8 was hard to beat and I won't be filling it anytime soon.

                          3dcadmin@lemmy.relayeasy.com3 1 Reply Last reply
                          1
                          • C [email protected]

                            If you're ok buying used, I'd go for a first Gen Ryzen 8 core. They're cheap as chips since they don't support Windows 11, but the cpu is upgradable so you can upgrade if you need more power or want to run Windows 11. Also it's a ddr4 platform so the ram is under $100 for 64gb.

                            A GTX 1050 would be fine for Plex, and discrete graphics would be required if you go with the Ryzen recommendation. I think rtx 3060 is probably the sweet spot for a 12gb vram card, but you won't need that much unless your streaming to 5+ Plex users simultaneously.

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #22

                            If I'm going for Ryzen 8 core first Gen, can I find that in a dell optiplex or Lenovo thinkstation? Or should I search something else?

                            C 1 Reply Last reply
                            0
                            • O [email protected]

                              Oh, I hear ya on the space issue - there's almost no space in this SFF, but I like it's form factor so I'm willing to compromise.

                              Anymore I don't find RAID very useful, except for mirroring a drive. As I say this, I do have a NAS with 5 drives, but it's used as one of my replicators as it's too slow for anything else. I did run Proxmox with RAID for a while, that was pretty cool, I just don't need all it's capability.

                              These days I can get a large enough single drive for a box - I considered getting a 12TB but the price on the 8 was hard to beat and I won't be filling it anytime soon.

                              3dcadmin@lemmy.relayeasy.com3 This user is from outside of this forum
                              3dcadmin@lemmy.relayeasy.com3 This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #23

                              transitioning away from raid but I do love zfs for flexibility. A lot of the data I have is important for someone or somebody, so zfs and a decent backup solution is in use just to make sure. I went bananas and picked up a used Supermicro 4-node server that takes dual E5 Zeons (V1 or V2) with 2xE5-2620s and 49 gig ram in each node for ÂŁ80 (I'm in the UK). Plenty of power and next is to upgrade the cpus to slightly better cpus to reduce power as it currently uses 2 nodes and I am pulling around 300 watts most of the time. Backup solution is an old Ryzen 3200G with 32 gig ram that runs truenas and has 5x3tb spinny drives in it

                              O 1 Reply Last reply
                              0
                              • S [email protected]

                                If I'm going for Ryzen 8 core first Gen, can I find that in a dell optiplex or Lenovo thinkstation? Or should I search something else?

                                C This user is from outside of this forum
                                C This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #24

                                It's not impossible, but first Gen Ryzen was surprisingly good after AMD shit the bed for a few years. Most major manufacturers weren't willing to take a chance, though you can find some 2nd Gen available on the used market.

                                If it were me, I'd look for a motherboard/CPU combo and assemble it into your case of choice. That way you aren't stuck with the weird form-factors of pre-built office computers.

                                F 1 Reply Last reply
                                0
                                • kevincox@lemmy.mlK [email protected]

                                  lol, I assume he means 1000 Mbps aka 1 Gbps which is reasonable. Maybe even a little low as transferring files around fast is nice.

                                  S This user is from outside of this forum
                                  S This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #25

                                  I moved to 10Gbps and 5Gbps on some of my devices and it's been glorious. Future-proof by having either built-in.

                                  1 Reply Last reply
                                  2
                                  • C [email protected]

                                    It's not impossible, but first Gen Ryzen was surprisingly good after AMD shit the bed for a few years. Most major manufacturers weren't willing to take a chance, though you can find some 2nd Gen available on the used market.

                                    If it were me, I'd look for a motherboard/CPU combo and assemble it into your case of choice. That way you aren't stuck with the weird form-factors of pre-built office computers.

                                    F This user is from outside of this forum
                                    F This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by [email protected]
                                    #26

                                    If OP need compactness, maybe micro atx or mini itx could help.

                                    Although I've been thinking about doing like that I haven't found a good cheap compact case for mass HDD storage, pcie expansion for network upgrades and GPU installs...

                                    C 1 Reply Last reply
                                    0
                                    • F [email protected]

                                      If OP need compactness, maybe micro atx or mini itx could help.

                                      Although I've been thinking about doing like that I haven't found a good cheap compact case for mass HDD storage, pcie expansion for network upgrades and GPU installs...

                                      C This user is from outside of this forum
                                      C This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #27

                                      Jonsbo makes some decent compact nas cases with plenty of space for drives. Look at their N series N3/N4 etc.

                                      matx would be more upgradable than itx, but nobody is making either of them with 10gb Ethernet. So I personally would be looking at full ATX boards so I could add in a nic.

                                      F 1 Reply Last reply
                                      0
                                      • C [email protected]

                                        Jonsbo makes some decent compact nas cases with plenty of space for drives. Look at their N series N3/N4 etc.

                                        matx would be more upgradable than itx, but nobody is making either of them with 10gb Ethernet. So I personally would be looking at full ATX boards so I could add in a nic.

                                        F This user is from outside of this forum
                                        F This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #28

                                        If going m-atx, there'd be enough pcie slots to get a cheap SFP+ 10G nic or better, tho...

                                        I'll look at the jonsbo stuff tho, thanks !

                                        C 1 Reply Last reply
                                        0
                                        • F [email protected]

                                          If going m-atx, there'd be enough pcie slots to get a cheap SFP+ 10G nic or better, tho...

                                          I'll look at the jonsbo stuff tho, thanks !

                                          C This user is from outside of this forum
                                          C This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #29

                                          Couple years ago I wouldn't have argued, but with graphics cards ballooning to 3+ slots, you have to be more careful about which slots on the motherboard have full enough lanes to support your cards. And you have to make sure your motherboard has the full x16 slot in the highest position which is less common on boards with m.2. otherwise there isn't room for expansion cards

                                          F 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups