Help for getting started with hardware
from theorangeninja@lemmy.today to selfhosted@lemmy.world on 11 Jun 06:37
https://lemmy.today/post/11910872

I dived into the selfhosting rabbit hole once again and again I am stuck at the hardware part. I’d like to start small-ish to make it realisable. I thought about a NAS (Openmediavault probably). First I wanted to do it on a Raspberry Pi with an external hard-drive but then I read USB connected drives are unreliable and so on. Mini PCs are too small to house internal drives so should I go with a (refurbished) business PC from ebay and add some drives to it?But they usually come with Windows 10, which I wouldn’t need but makes them more expensive. I also have at least one old PC case laying around but no mainboard or CPU for it, if that info might be important. Thank you in advance for helping a noob out!

Edit: What I want to achieve: I would like a NAS and (separated) a server with some small services (pi-hole or adguard, syncthing, jellyfin (getting the data from the NAS), and so on). I thought about running the small services with docker on a RPi 4 and the NAS on a refurbished business PC with SATA drives in the case (I checked ebay and there are mainboards with 4 SATA III connectors and PCI so I could even add more SATA connectors). In a second moment a backup server (maybe with borg) would be a good idea but I could also do manual backups with an external USB HDD for the time being.

#selfhosted

threaded - newest

slazer2au@lemmy.world on 11 Jun 06:47 next collapse

It is 100% ok to break your homeland into 2 parts.

Get a dedicated nas and secondhand eBay PC. The windows licence doesn’t matter, no one is going to discount the price because you are not going to use the licence.

theorangeninja@lemmy.today on 11 Jun 06:52 collapse

With dedicated NAS you mean a synology or something like that? Because they are not very affordable. Yeah I figured that so I didn’t even ask for a discount.

slazer2au@lemmy.world on 11 Jun 06:58 collapse

You can also build your own thing with something like a Jonbo N case.

theorangeninja@lemmy.today on 11 Jun 07:26 collapse

What about some drives in a small form factor business PC (not the new mini PCs)? Too bad airflow to cool it?

bandwidthcrisis@lemmy.world on 11 Jun 07:18 next collapse

FWIW, I ran a Pi 2 with external (self-powered) USB drive for about 8 years as my main backup without issue (except that it was slow). I’ve just replaced it with a Pi 5 and TerraPi frame holding an SSD.

theorangeninja@lemmy.today on 11 Jun 07:29 collapse

I also thought about using it as a backup too, but a backup usually has way less reads and writes than a NAS?

bandwidthcrisis@lemmy.world on 11 Jun 08:27 collapse

Maybe so. But it did process duplicity backups every week for hundreds of Gb, so it did a fair amount of work even though not constantly active.

theorangeninja@lemmy.today on 11 Jun 09:03 collapse

That’s good to hear, maybe I should reconsider the Pi.

tal@lemmy.today on 11 Jun 07:28 next collapse

What do you want to do with it? I mean, that really determines the hardware.

Consider the following use cases:

  • If you’re trying to do a media server to serve video and audio files up to other devices around the house, then access time probably basically doesn’t matter, and rotational drives are fine, and CPU capacity is probably irrelevant; you only need to stream at the media’s speed, and there isn’t a whole lot of seeking, and there’s no computation. You need the system to be running at all time. Expandability, other than storage, doesn’t really matter.

  • If you want a backup server, then you’re probably in a similar situation.

  • If you’re trying to do a box to run LLMs, like a headless Stable Diffusion server, then you probably want a very beefy GPU, and enough storage space to store the relevant content, but you don’t need massive amounts of storage. CPU doesn’t matter much.

  • If you’re trying to do a firewall, then unless you have really elaborate processing requirements, CPU probably doesn’t matter. You are going to want at least two network ports. Keeping power usage low is probably desirable.

  • If you’re doing a home automation server, probably similar (though you don’t need network ports).

  • If you’re trying to have a box that runs VMs, then a bunch of memory and a beefy CPU, not to mention probably SSDs is likely desirable. Limiting power use probably isn’t that important.

There are applications for which a Pi is completely reasonable, where you’re using very little power and just need to keep the box always available. But there are applications for which it’s unreasonable, too – it’d make a bad VM-hosting box.

Like, if you say “I plan to do X, and Y and I’m thinking that I might do Z”, and maybe give some kind of a desired budget, that’ll probably get you more-useful advice.

First I wanted to do it on a Raspberry Pi with an external hard-drive but then I read USB connected drives are unreliable and so on.

I don’t know about unreliable. I’ve never had problems with USB-attached storage just not working. But I do have one enclosure with about five drive bays that doesn’t have an option to return to the previous power state on power loss – one has to tap the power button – which is incredibly obnoxious, as if it loses power and I’m away, I can’t bring it back up. That wasn’t something that I’d anticipated being an issue, and I’d suggest that anyone getting one for a system that they intend to use remotely check that such an enclosure does have such functionality.

theorangeninja@lemmy.today on 11 Jun 07:55 collapse

First thank you for the detailed examples!

Alright, I would like a NAS and (separated) a server with some small services (pi-hole or adguard, jellyfin (getting the data from the NAS), and so on). I thought about running the small services with docker on a RPi 4 and the NAS on a refurbished business PC with SATA drives in the case (I checked ebay and there are mainboards with 4 SATA III connectors and PCI so I could even add more SATA connectors). In a second moment a backup server (maybe with borg) would be a good idea but I could also do manual backups with an external USB HDD for the time being. And I have a tight budget.

Decronym@lemmy.decronym.xyz on 11 Jun 08:05 next collapse

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
NUC Next Unit of Computing brand of Intel small computers
NVMe Non-Volatile Memory Express interface for mass storage
Plex Brand of media server package
RAID Redundant Array of Independent Disks for mass storage
RPi Raspberry Pi brand of SBC
SATA Serial AT Attachment interface for mass storage
SBC Single-Board Computer
SSD Solid State Drive mass storage

8 acronyms in this thread; the most compressed thread commented on today has 12 acronyms.

[Thread #797 for this sub, first seen 11th Jun 2024, 08:05] [FAQ] [Full list] [Contact] [Source code]

StrawberryPigtails@lemmy.sdf.org on 11 Jun 09:28 next collapse

@tal has already given a really good answer. To add to it, this thread might help you some: lemmy.sdf.org/comment/11963996 I was asked what I thought was “better” than a raspberry pi. Came back with an eBay search and a trio of suggestions in the price range of a Pi 4. TLDR is whatever you have currently will probably work fine but if you need to buy hardware, there are plenty of low cost options. And of course, Pi’s also work fine for anything they are capable of, which is most things.

When I started self hosting, Raspberry Pi’s were the cheapest option available. I learned fairly quickly that the SD card was the weakest part of them but not long after the Pi3 came out we were able to boot off of USB drives which solved that issue. I think I had 8 SSDs hanging off of one pi before I finally decided to plop down the money for a tower. I then added a pair of 6 port SATA cards and added even more storage to that system. Eventually I was hosting so many things that I was running out of RAM, So I bought a second used tower, this one with a much newer processor and a lot more RAM. Now I run both with the old system running as a NAS and the new system hosting my other services. I wouldn’t stress about hardware too much. Hardware can grow with you, to a point.

Mini PCs are too small to house internal drives

Most mini PCs I’ve heard of (and quite a few thin clients) use m.2 drives for internal storage. Not difficult to upgrade. I’ve also heard of a few that had ports and internal space for 2.5 inch SSDs.

theorangeninja@lemmy.today on 11 Jun 10:48 collapse

The link you posted is not working for me but doesn’t matter. Thank you very much for the writeup!

I found a few of these on ebay, refurbished business machines mostly. I think you can fit a drive or two inside there? The mainboards have SATA connectors. Maybe I could also take the mainboard and power supply out and put them in my old tower.

Another thing I thought about was buying a mini pc, put it in my old tower, add a M.2 6xSATA card and put the drives in the bays of the tower.

But probably I should just use my RPi400, hook up one or two big external HDDs (add RAID?) and start there. Then I can better decide what I want and need after testing Openmediavault for example. While talking about the RPi and booting from USB drives. Should I buy a cheap-ish USB SSD and boot from that and not from the SD card? What’s the problem with SD cards?

Mountain_Mike_420@lemmy.ml on 11 Jun 10:52 next collapse

If your power is expensive then go with raspi/nas/mini pc/laptop route. My setup is raspi with 2 usb drives. Going on 5 years now with no problems. They only store media and I don’t care about backing them up.

theorangeninja@lemmy.today on 11 Jun 12:10 collapse

Thank you very much for the insights. Which drives do you use (HDD or SSD)?

Mountain_Mike_420@lemmy.ml on 11 Jun 17:32 collapse

I use 2 of these 5tb ones for my nas and have been very reliable. www.seagate.com/products/…/portable-drive/

I have a few more that I was using for games and am happy. It’s not ideal but it is what works for me.

___@lemm.ee on 11 Jun 14:02 next collapse

I would recommend getting a “forever” case like the Node 304. You won’t regret the purchase and you can use for any future upgrades. It stores 8 (correction, 6) 3.5 drives, so you can add on as you grow.

Find a used a motherboard like this: www.ebay.com/itm/235546915389?mkcid=16&mkevt=1&mk…

With a cheap GE (low power version) AMD processor and 16/32gb ram and whatever nvme ssd you can scrounge.

It will cost you maybe $100 over some alternatives, but you can use it for years and keep upgrading as you go.

Most Dell and OEM parts won’t work on standard cases, FYI.

theorangeninja@lemmy.today on 11 Jun 18:44 next collapse

This case looks good but is a bit out of my budget for now. But to understand this properly, the Node 304 fits a micro-atx mainboard? Which this one from gigabyte is, right?

Most Dell and OEM parts won’t work on standard cases, FYI.

This was very helpful, thank you! I would have spent money for nothing!

___@lemm.ee on 11 Jun 19:33 collapse

Correct. Micro-ATX is the smaller version of the larger ATX and still larger EATX (extended atx). Your old case probably fits micro atx if it’s not OEM. You can populate it with a mb, cpu, ram, ssd, and power supply (don’t need more than 500w for your use case) and eventually move to a nicer case like that Node if/when you fall in love with the hobby. My Rpis are collecting dust since switching to a low power server.

It’s a whole different experience when general advice applies to your hardware vs the Rpi ecosystem. Many more options. In 2024, ATX offers no real benefit over the smaller form factor beyond better heat management for high power builds with spaced out components.

And a correction: node 304 supports 6HD, the 804 supports 8

theorangeninja@lemmy.today on 11 Jun 20:50 collapse

Sounds good, I will check how much that would cost and consider it. There are probably plenty of resources going over low power cpu right? Thank you!

___@lemm.ee on 12 Jun 02:28 collapse

They’re basically the same as regular, but the wattage rating (usually called tdp) is lower.

ShepherdPie@midwest.social on 11 Jun 19:30 collapse

The Define series of cases from Fractal are also an excellent option. I have 9 HDD and a 5.25" optical drive in mine (Define R6) with room to spare and the whole thing is silent.

SoleInvictus@lemmy.world on 12 Jun 02:28 collapse

Seconded, I use a Define 7 and it’s fantastic. Best big black box I’ve ever owned.

just_another_person@lemmy.world on 11 Jun 14:23 next collapse

I think you’re confusing a few ideas here, and it’s hard to understand what your main goal is. Let me see if I can break down what you want here:

  • Small form factor if possible
  • Storage expansion
  • Low power (antithesis to 3.5" HDDs)
  • NAS features? (unclear here)

If you’re just trying to run containers easily, Synology NAS that support it (certain tier) are really easy to use, and you won’t have to worry about hardware except inserting the initial drives to use.

If you’re worried about cost, sure, building your own is going to be the best bet. If you’re not expecting to really tax the I/O of the drives, USB 3+ won’t be the worst thing in the world, but the management of a storage array over USB will be problematic if doing it yourself.

Lastly, it may help us if you describe what you’re actually trying to to host on this hardware. It’s the difference between someone suggesting a very low power CPU like an N100, or a lowER power CPU like and AMD that has a bit more upfront cost.

If any of this is confusing, just have a look at Synology or Qnap maybe. It’ll be easier to manage in the long run if you’re not comfortable or enjoy fiddling with hardware.

theorangeninja@lemmy.today on 11 Jun 18:53 collapse

Alright, I would like a NAS and (separated) a server with some small services (pi-hole or adguard, syncthing, jellyfin (getting the data from the NAS), and so on). I thought about running the small services with docker on a RPi 4 and the NAS on a refurbished business PC with SATA drives in the case (I checked ebay and there are mainboards with 4 SATA III connectors and PCI so I could even add more SATA connectors). In a second moment a backup server (maybe with borg) would be a good idea but I could also do manual backups with an external USB HDD for the time being. And I have a tight budget.

This is roughly what I want to to with my system. A synology sounds nice but they are pricey and I’m not learning so much so I’d go another route if possible.

Maybe it’s best if I just hook up some USB drives to my Pi and get my hands dirty with that. If the performance is not too bad (like you said).

ShepherdPie@midwest.social on 11 Jun 19:28 collapse

Maybe it’s best if I just hook up some USB drives to my Pi and get my hands dirty with that. If the performance is not too bad (like you said).

Just do this and grow as you learn. If you buy WD Easystore/Elements/MyBook external drives, they can be very easily removed from their enclosures later and installed internally.

The only caveat here is that a Pi is going to be terrible for Jellyfin unless you only download media that is 100% compatible with the devices you’re watching it on. If any transcoding is needed, the Pi won’t keep up. A NUC or Optiplex Micro might work better here as they both have full-fledged PC hardware and aren’t too much more than a Pi.

theorangeninja@lemmy.today on 11 Jun 20:46 collapse

I have a seagate external drive at home, do you know if that one can be opened too? But good to know, thanks.

I will consider it, do you think a refurbished business 1L client would work too?

ShepherdPie@midwest.social on 11 Jun 21:47 collapse

I’m not sure as I’ve always stuck to WD drives. You should be able to Google the model + “shuck” and see if anyone else has done it. I know certain models either solder the controller to the drive or add it internally so that there’s no standard SATA port.

The larger clients should work the same as the micro sized ones, but don’t expect to get much more use out of them than maybe being able to store a drive internally as they’re typically full of proprietary connectors and stripped down motherboards. I’d only bother with one if you can buy it cheaper than one of the micro sized options like the Optiplex 3050

gravitas_deficiency@sh.itjust.works on 11 Jun 15:14 next collapse

Some foundational questions:

  • budget?
  • rough desired capacity?
  • desired level of resiliency?
theorangeninja@lemmy.today on 11 Jun 18:50 collapse

Alright, I would like a NAS and (separated) a server with some small services (pi-hole or adguard, syncthing, jellyfin (getting the data from the NAS), and so on). I thought about running the small services with docker on a RPi 4 and the NAS on a refurbished business PC with SATA drives in the case (I checked ebay and there are mainboards with 4 SATA III connectors and PCI so I could even add more SATA connectors). In a second moment a backup server (maybe with borg) would be a good idea but I could also do manual backups with an external USB HDD for the time being. And I have a tight budget.

This describes what I’d like to do. Budget is low and I don’t have a lot of hardware laying around. For the capacity I don’t know yet but for sure 6tb to start with. I’d like to try RAID (heard a lot, never tried it yet) and another backup (maybe something for the future).

gravitas_deficiency@sh.itjust.works on 11 Jun 20:08 collapse

I would recommend:

  • go on eBay and find some sort of cheap Lenovo/dell/hp thin client for your secondary node. You can find workable 1L-class boxes for around $100. You can get away with some of the older m700/710/900/910 tiny models, but the extensibility of the m720/920 tiny models is going to be much better.
  • for your primary, I think you’d probably be best off finding an old server tower with 8 3.5” bays - if you’re lucky and on-the-ball, you may be able to snipe something like this, but shipping is of course going to be a bitch. An alternative is to pick up another one of those thin clients (making sure it’s a model with USB3, but preferably 3.1 or 3.2 whatever the gen is (side note: fuck anyone involved with the USB versioning scheme, because it’s absolutely indecipherable) that can actually support meaningful data transfer, and then just find a cheap DAS and connect it to that node.
theorangeninja@lemmy.today on 11 Jun 20:53 next collapse

Thank you very much! Can you elaborate on why m720/920 have a better extensibilty? And what would be a resonable data transfer rate for a DAS?

gravitas_deficiency@sh.itjust.works on 11 Jun 21:39 collapse

They support NVMe and have a PCIE riser; if you get the little adapter from Lenovo’s proprietary slot to standard PCIE, you can run it as a nic, or get an HBA with external SFF-8008 ports and then find a cheap enclosure to use as a custom DAS solution.

theorangeninja@lemmy.today on 03 Jul 07:57 collapse

Hello, sorry to bother again but I have a question. Do you think adding a M.2 card with six SATA3 connectors to a Lenovo ThinkCentre M910q would work? I found a M910q for 50 bucks, quite cheap I’d say and the expansion card is around 30 bucks.

gravitas_deficiency@sh.itjust.works on 03 Jul 12:22 collapse

No, for 2 reasons:

  • You will have better luck with a full-fledged PCIE HBA from ebay
  • that won’t fit with how the chassis is designed (at least on the “tiny” model - I’ve no experience with the larger SFF model). It’s on the underside too, so just leaving part of the cover off is not an option.
theorangeninja@lemmy.today on 03 Jul 12:33 collapse

Thank you very much, you saved me money and hassle!

gravitas_deficiency@sh.itjust.works on 03 Jul 12:37 collapse

No worries. Cheers, and good luck finding a system to suit your needs!

geography082@lemm.ee on 12 Jun 06:07 next collapse

I have a Chinese minipc (N100 , passive cooling, two network) with proxmox installed, with some vms and some containers running all kind of things in docker too. With an old external usb hdd 4tb plugged in . And Tailscale . Backing up all my shit with rclone crypt to a cheap office365 family plan (4tb) .I have all the self hosting I want for a total … 200 bucks .

Lifebandit666@feddit.uk on 12 Jun 12:59 next collapse

Eh I did all this with a cheap thin client.

Proxmox as the frontend

OMV in a VM with usb passed through

Debian VM for Plex and Docker

Adguard and Nginx and Arr in Docker

Network sharing from the OMV VM

HDDs to USB.

theorangeninja@lemmy.today on 12 Jun 13:19 collapse

Are you refering to this as a thin client?

Lifebandit666@feddit.uk on 13 Jun 04:53 collapse

It’s a Dell Optiplex 7050

Voroxpete@sh.itjust.works on 12 Jun 14:50 collapse

Yeah, try to avoid using USB hard drives.

A refurbished business PC is an excellent choice (or, better yet, make friends with someone who works in an IT department and grab a few machines when they’re being thrown out; you’d be amazed how often companies dump perfectly good hardware). Don’t worry about the windows license, you’re not actually paying for it by the time you get to refurb prices.

You should easily be able to pick up something decent for under $200 (hopefully that fits your budget). If you go with a small form factor (not ultra small) you can probably get an SSD and two 3.5" drives in there (watch out for the small form factor Lenovos though, they only have one 3.5" slot). Alternatively, look for a larger desktop tower style that could have 3 or 4 drive bays if you want to do something like a RAID5.

Don’t sweat too much about buying older hardware. What’s old and busted for Windows is lightning fast when we’re talking about self-hosting a file server or a Pihole.

theorangeninja@lemmy.today on 12 Jun 19:47 next collapse

Yes, having friends who deal with hardware sounds very good.

I learned a lot from this post about small form factor pcs having different mainboards than towers so I might get a micro atx for my old tower to stay flexible for the future.

RootBeerGuy@discuss.tchncs.de on 13 Jun 13:29 collapse

Yeah, try to avoid using USB hard drives.

Can you elaborate for which use case you’d see them as less reliable than other options? I am using USB connected drives now for about 2 years in a home setup and haven’t had any bad experiences. My use case might be a lot more low tech and than others though.

Voroxpete@sh.itjust.works on 13 Jun 19:49 collapse

You definitely wouldn’t want to use them in any kind of RAID for a start.