55
submitted 3 months ago* (last edited 3 months ago) by AlexPewMaster@lemmy.zip to c/selfhosted@lemmy.world

I recently bought a domain from Porkbun (thanks to all of the comments on this post!) and I want to self-host some services myself. I currently have a Raspberry Pi 3 Model B+ and I'm not quite sure if it can handle these things:

  • A matrix homeserver
  • A lemmy instance
  • A website with static HTML pages
  • Privacy-respecting frontends (Piped, Redlib etc.)

I am thinking about getting a maxed-out Raspberry Pi 5 with a whole 8 Gigabytes of RAM. Is it worth it? I need a machine that is quiet, doesn't draw that much power and is overall pretty good for the money.

Edit: I bought this Mini PC instead of the Raspberry Pi 5. Thanks to all the comments!!

top 50 comments
sorted by: hot top controversial new old
[-] MangoPenguin@lemmy.blahaj.zone 36 points 3 months ago

A Pi 5 8GB is very expensive once you buy the power supply, case, cooling, adapters, etc.. And you're stuck with ARM64 stuff which doesn't support some things.

Personally in your shoes I would spend $80 or so on a USFF PC with an 8th or 9th gen Intel CPU off ebay.

[-] Faceman2K23@discuss.tchncs.de 28 points 3 months ago

I replaced 4x Pi4 4gb with a single N95 mini PC with 16gb ram and wont look back.

Only PI left in my home is just running a 24/7 USBIP bridge.

the only reason to use a pi is if you need GPIO pins for custom devices.

[-] lemmyingly@lemm.ee 3 points 3 months ago

USBIP bridge as in USB over ethernet?

[-] Faceman2K23@discuss.tchncs.de 5 points 3 months ago

Yip, I have a Linux VM running on one of my boxes in the garage that is plugged into a video matrix so I can bring it up on any screen in the house, I use the pi to connect Keyboard/Mouse/controllers etc to that when I'm using it.

[-] Revan343@lemmy.ca 2 points 3 months ago

Well that sounds cool

[-] DaseinPickle@leminal.space 23 points 3 months ago

Why not get an Intel N100? It’s about the same price and much better performance. Raspberry Pis is kind of overpriced these days.

[-] Ebby@lemmy.ssba.com 7 points 3 months ago

Just looked them up, and found products 2x my Pi 5. Maybe there are sales out there?

[-] lemmyingly@lemm.ee 9 points 3 months ago

RPi5, plus a PSU, plus a storage device, plus any extra cooling, plus a case ends up about the same as an N100 without anything extra. For the extra $10 or so, the N100 ends up being the better buy.

[-] Ebby@lemmy.ssba.com 5 points 3 months ago

Just bought one a month ago. RPi5 was $80 (8gb ram, $60 for 4gb), case with fan was $5 and USB-C PD supply was $10.

Lowest n100 I see is $150. Still, they do look more beefy and probably worth it for some.

[-] lemmyingly@lemm.ee 4 points 3 months ago

A case for $5 is a good find unless you found literally the cheapest thing you could find. For a half decent case I'd expect $10-20, and more if you want something fancy.

What are you doing for storage?

[-] Rehwyn@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

I was weighing the same options recently and went with a n100 mini PC with 8gb RAM and 256GB m.2 SSD for $150. Absolutely no regrets.

I noticed you didn't list storage with your RPi5. Are you just using eMMC? I'd strongly recommend against eMMC as your only storage if you're doing anything write-intensive, since the life cycle of eMMC is generally much shorter than even cheap SSDs (and performance is much lower compared to m.2 via PCIe) and it's not something you can just swap out if it dies. On my existing Pis and other SBCs, I use any eMMC only for the bootloader and/or core OS image (if at all) and store anything else either on physically attached SD cards, SSDs, or mounted network volumes.

This additional storage adds even more cost to the Pi, even if you go with my recommended minimum of a SD card (low life cycle, but at least you can replace it). So now the 8GB Pi is $80 + $10-15 for case with fan and heatsinks + $10-15 for power supply + $15+ for a SD card or other storage = $115-125+ total.

In comparison, the $150 n100 mini PC comes with case, power supply, and storage. Both the included m.2 256GB SSD and 8GB RAM are easily replaced or upgraded using standard SSDs and laptop memory (up to 16GB DDR4-3200). The Intel n100 scores more than twice as high in Passmark compared to the ARM Cortex A76, and includes a full Alder Lake QuickSync engine (meaning it can hardware encode/decode a large variety of video codecs with the integrated GPU including very new and demanding ones like 10-bit AV1). I've stress tested it recently and it was capable of simultaneously transcoding 2x 4K HDR movies (both full UHD Blu-ray quality, one of them 60fps and 100Mbps bitrate) with tone mapping in Plex in real time while also doing a full library scan and credit detection. In addition, x86 architecture is still more broadly supported than arm, so compatibility is less an issue. (That said, in this particular case, the n100 is only fully supported in newer Linux kernels. I upgraded Ubuntu 22.04.4 to 6.5 kernel and installed a few other driver packages to get it fully working, which wasn't hard, but it's an additional step).

For me, in the end the price difference was at most $25 and the advantages made it clearly worth it.

That said, if all I wanted was a much lower powered SBC just to run a handful of light services, I might look at one of the cheaper Pis or similar and just accept that it'll eventually die when the eMMC dies (and back up any persistent data I'd want to retain).

[-] AlexPewMaster@lemmy.zip 8 points 3 months ago

I've noticed the same thing. Every Intel N100-based machine costs ~200€ on Amazon.

load more comments (10 replies)
[-] AtariDump@lemmy.world 5 points 3 months ago

Because I can’t power an N100 via PoE.

[-] Atemu@lemmy.ml 4 points 3 months ago* (last edited 3 months ago)

You probably could. Though I don't see the point in powering a home server over PoE.

A random SBC in the closet? WAP? Sure. Not a home server though.

[-] AtariDump@lemmy.world 1 points 3 months ago

Though I don't see the point in powering a home server over PoE.

There’s a lot of technology I don’t see the point in; it doesn’t mean it’s not useful to somebody else.

[-] AlexPewMaster@lemmy.zip 2 points 3 months ago

I've never heard of Intel N100 before, what's that? Just so you know, a Raspberry Pi 5 with 8 Gigabytes of RAM costs ~90€ in my country (Germany). I wouldn't really count that as overpriced. Could you show me some machine examples with Intel N100?

[-] cron@feddit.de 3 points 3 months ago

I think he meant something like these mainboards (german comparison portal). These mainboards contain the CPU.

However, you also need memory, a case, storage and a power supply, which brings you closer to 200€.

[-] sabreW4K3@lazysoci.al 4 points 3 months ago

They essentially mean something like https://a.aliexpress.com/_EIX2dNj

The price is comparable to a Raspberry Pi

[-] cron@feddit.de 3 points 3 months ago

True, they are much cheaper on aliexpress than on our local suppliers.

[-] sabreW4K3@lazysoci.al 2 points 3 months ago

An AliExpress account is something everyone should have. The savings are wunderbar!

[-] popcorp@discuss.tchncs.de 2 points 3 months ago

Look into beelink mini s12 pro for example. Currently 199 eur on Amazon. Just install Linux on it and Bob's your uncle. It's x86 so no weird arm issues. Full support of the hw in mainline kernel.

Intel, 500 GB SSD , 16 GB ram, GPU acceleration, WiFi 6, Bluetooth, 1 Gbps link. You can add another SSD drive. Raspberry is clearly an underdog here.

[-] DaseinPickle@leminal.space 2 points 3 months ago

That’s cheap. If a raspberry pi 5 with power supply, case, nvme ssd is about 270 euro in my country. That’s about the same for a N100 mini pc.

load more comments (1 replies)
[-] possiblylinux127@lemmy.zip 20 points 3 months ago

Why not get a minipc? For the same cost you can get way more performance

[-] TheProtector0034@feddit.nl 20 points 3 months ago* (last edited 3 months ago)

In my humble opinion the Pi 5 is very expensive for what you get. You just don’t buy the board, you also buy the fan (cooling), case, power supply and SSD + connection adapter. For more or less the same price you can get a refurbished Intel NUC with a i3, 8GB RAM and 128GB SSD. Or you can look for N100 at AliExpress. You will get the full blown experience and reliability + x86. And if you want to use Plex then you can make use of QuickSync for hardware encoding. I don’t understand why people bother with the Pi if they don’t need the GPIO. The extra power consumption of a NUC compared to the Pi 5 is minimal, in my case just 70 cents a month. Do yourself a big pleasure and get a NUC. The Pi is not the all in one cheap solution anymore it used to be. And x86 so no goofy community maintained as is ports to arm.

And you can upgrade a NUC with more RAM up to 32 GB if you pick a model which supports that amount.

[-] Landless2029@lemmy.world 3 points 3 months ago

My go to is a refurbished slim mini pc. Like a dell or HP for sub $100

load more comments (1 replies)
[-] Max_P@lemmy.max-p.me 16 points 3 months ago

I'm running my Matrix and Lemmy on a VM smaller than that, so it should be fine. Just don't run it off an SD card as the others have said, because that's going to be a database heavy workload which means loads of writes to storage.

load more comments (1 replies)
[-] BigMikeInAustin@lemmy.world 12 points 3 months ago

If you don't need the I/O pins, look into a mini PC. In the US, used can easily get you something under $100 US. New would probably be around $100-$150.

If you get a low CPU, they idle around what the PI would be doing.

A PC would give you faster, more durable storage, inside of a case. And maybe memory upgradability, if you need it eventually.

A PC would be bigger, but some are not much bigger, especially if you add any USB dongles or external storage to the PI.

The YouTube channel "Hardware Haven" has a bunch of random old "junk" computers he's worked on.

[-] towerful@programming.dev 8 points 3 months ago

I agree.
Pis are great for tinkering, GPIO things, or ultra low power.
Plenty of older hardware out there that is as powerful (or more so), more reliable (ie, not an sd card), and more maintainable (ie can swap CPU/ram/disks/fans/psu).
But, power consumption is always a concern. At $0.30/kwh, 10 watts is $27 per year.
So, if a pi draws 5w and an SFF draw 25w, thats $55 per year. Any price benefit of a larger/older PC is negligiable after a year or 2, so reliability probably wont come into it.

[-] AtariDump@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

Is there an intel/amd/x86_64 computer I can power via PoE?

[-] towerful@programming.dev 1 points 3 months ago

A quick google found things like these:
https://things-embedded.com/us/edge-computers/poe-computers/

Obviously tailored more to the industrial/automation/embedded side of things with odd IO. And probably a ridiculous prolice tag.
PoE++ (802.3bt) can deliver 60w. UPoE extends this to 100w. So, there is a LOT you can power from that!

[-] AtariDump@lemmy.world 2 points 3 months ago

Neat, and agreed that the price is probably stupid money.

With that in mind, it’s why I like the Pi for smaller projects - I can power them via PoE.

load more comments (3 replies)
[-] CyberPingU@lemmy.cyberveins.eu 10 points 3 months ago* (last edited 3 months ago)

@AlexPewMaster@lemmy.zip I'm in your situation. At the moment on my RPI 5 I'm hosting (via docker) the followings:

  • lemmy
  • mastodon
  • gotosocial
  • peertube
  • pixelfed
  • grav CMS
  • matrix homeserver (synapse)
  • gitea
  • nextcloud And outside docker
  • teleport cluster
  • nginx for some reverse proxy
  • minecraft java 1.20.1 server

For the sake of clarity, here is my docker ps -a | wc -l

cyberpingu@vega:~ $ docker ps -a | wc -l
36
cyberpingu@vega:~ $ 

Almost everything is behind a reverse proxy (on another machine, a rpi4 with KVM) with an argo tunnel. And again

top - 10:38:34 up 9 days, 14:33, 14 users,  load average: 1.06, 0.50, 0.34
Tasks: 544 total,   1 running, 543 sleeping,   0 stopped,   0 zombie
%Cpu0  :  2.0 us,  2.0 sy,  0.0 ni, 96.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
%Cpu1  :  1.3 us,  0.7 sy,  0.3 ni, 97.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
%Cpu2  :  2.6 us,  1.3 sy,  0.0 ni, 95.4 id,  0.3 wa,  0.0 hi,  0.3 si,  0.0 st 
%Cpu3  :  2.7 us,  0.7 sy,  0.0 ni, 96.0 id,  0.3 wa,  0.0 hi,  0.3 si,  0.0 st 
MiB Mem :   8053.5 total,    156.8 free,   5744.0 used,   2683.2 buff/cache     
MiB Swap:  16384.0 total,  11620.0 free,   4764.0 used.   2309.5 avail Mem 

So if the question is "Is it enough a RPI 5"? The answer is yes, it is enough (at least for moderate traffic OFC). If the question is "I have to buy hardware: is a RPI 5 the best choice?" the answer may vary depending on many things. As you've been told, if GPIO is not a problem, maybe a minipc is better.

[-] poVoq@slrpnk.net 4 points 3 months ago

You will need an NVMe adapter and a bigger SSD to store the Matrix database and it will put a lot of stress on the system if you join bigger rooms.

Otherwise it should be fine, although I personally would recommend skipping Matrix all together and rather install an lightweight XMPP server (and if you really need it a Matrix gateway for that).

[-] sabreW4K3@lazysoci.al 3 points 3 months ago

As someone that has only recently started selfhosting stuff, I can't offer much advice. But having bought an RPi5, which runs most of my things, I'll tell you this finding from my research. They're awesome, but the SD cards don't last long, so ideally you want to minimise the writes. I'm not sure a Matrix server allows you to do that. Though it absolutely can handle all of the above.

[-] AlexPewMaster@lemmy.zip 2 points 3 months ago* (last edited 3 months ago)

but the SD cards don't last long

This is what scares me the most. Ideally, I want a whole SSD to store data. I really don't want to lose any important data. I plan on hosting public services (like the services I've mentioned above) under my domain, so having a reliable drive would be really helpful.

[-] atzanteol@sh.itjust.works 7 points 3 months ago

General rule: if you have "important data" don't go cheap. Get a real computer. Have backups. Test them.

[-] sabreW4K3@lazysoci.al 2 points 3 months ago

Yeah. You can pretty much mitigate all of your concerns with an SSD. But I've never run anything public facing. So make sure you confirm that there's people running said services on Pis before you pull the trigger.

load more comments (1 replies)
[-] Nibodhika@lemmy.world 3 points 3 months ago

You can try a mini PC, you mentioned Germany so for example this https://amzn.eu/d/0Evab2M I think that should be a bit more powerful than a Pi, but not sure by how much.

[-] AlexPewMaster@lemmy.zip 2 points 3 months ago

Is a Pentium powerful enough? I recently found a YouTube channel called "Wolfgang's Channel" and he also has a home server with a Pentium. He says it is plenty enough for these kind of tasks.

[-] Nibodhika@lemmy.world 2 points 3 months ago

If that's not powerful enough a raspberry pi isn't either, that CPU ranks slightly higher than the one on a pi 5 https://www.cpubenchmark.net/compare/5743vs2633/ARM-Cortex-A76-4-Core-2400-MHz-vs-Intel-Pentium-G4400T

Also I don't know how I forgot about this (since it's what I do a lot of the times), but you can buy from other Amazon's in Europe, for example in Spain you can get this CPU https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-6500T+%40+2.50GHz&id=2627 which is almost double the benchmark of a Pi for 127 https://amzn.eu/d/6UwsUqf

Those mini PCs are awesome, the only reason my home server isn't one of them is because I have a 3.5" HDD which doesn't fit in them, but I'm looking to switch to some other alternative because the franken-desktop I have now uses too much power for what it's doing.

[-] thantik@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

I bought a CN62 Chromebox, and put MrChromebox's Bios on it -- I did the rounds comparing it with a Pi 4 and it was 2.5x faster, and could easily saturate my gigabit connection. It came with 16gb of storage, and 2gb of ram; but using ACTUAL DRAM slots. I could upgrade it to 16gb if I needed to down the line.

The whole thing, cost me like $45 shipped; power supply, storage, everything needed...and it's an X86 instruction set - so I can use whatever version of Linux I want, without any crazy Raspberry Pi specific patches/builds.

[-] Decronym@lemmy.decronym.xyz 1 points 3 months ago* (last edited 3 months ago)

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

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
NAS Network-Attached Storage
NUC Next Unit of Computing brand of Intel small computers
NVMe Non-Volatile Memory Express interface for mass storage
PCIe Peripheral Component Interconnect Express
PSU Power Supply Unit
Plex Brand of media server package
PoE Power over Ethernet
RPi Raspberry Pi brand of SBC
SBC Single-Board Computer
SSD Solid State Drive mass storage
nginx Popular HTTP server

[Thread #615 for this sub, first seen 19th Mar 2024, 23:15] [FAQ] [Full list] [Contact] [Source code]

load more comments
view more: next ›
this post was submitted on 19 Mar 2024
55 points (96.6% liked)

Selfhosted

37824 readers
403 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS