We are still actively working on the spam issue.

Difference between revisions of "Home Server/Single Board Computers"

From InstallGentoo Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Home Server]]
 
[[Category:Home Server]]
 
[[File:Odroid-cluster.png|350px|thumb|right|A cluster of Odroid HC2]]
 
[[File:Odroid-cluster.png|350px|thumb|right|A cluster of Odroid HC2]]
For simple home server use, such as a file server or single user direct play PLEX server, these options might be an appealing and inexpensive and energy efficient option for your home server. Expect performance issues if you try to scale though, and don't expect to be able to run multiple virtual machines or do heavy transcoding, you don't have many options for expansion and little to no options for upgrading either. Forget a hardware RAID card or having any SATA ports at all. You likely won't be able to add much more ram, and definitely won't be able to increase processing power unless you go the clustering route and purchase multiple units. If your use case is compute intensive or would require expansion cards (like a [[GPU]] for example) SBCs are likely not a good option.
 
  
If you decide to go with an ARM-based board be aware that some software will not work because it is only available for x86-based CPUs.
+
For simple home server use, such as a file server or single user direct play PLEX server, these options are an inexpensive and energy efficient option for a home server. But, you will encounter performance issues if you try to load up your single board computer (SBC) and don't expect to be able to run virtual machines or transcoding.
The reason is usually that the software is [[proprietary]] and was only ever released for x86.
 
Among ARM-based SBCs the [[Raspberry Pi]] has by far the best software support as it has the largest userbase.
 
  
Connecting hard drives via USB docks may have some performance impact. Use USB 3 where possible and don't attach too many drives to a single port.  
+
===Pros===
 +
* Silent operation (no fans).
 +
* Low cost.
 +
* Minimal hardware complexity.
 +
* Easy to get up and running quickly.
  
* [[Raspberry Pi]]
+
===Cons===
** [https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ Rpi4 recommended] - Better Ethernet and more powerful than the 3b.
+
* Expansion and upgrades are very limited.
 +
* Nearly non-existent SATA ports.
 +
* Limited USB ports.
 +
* Adding more drives through USB can be slow and unreliable.
 +
* MicroSD cards are unreliable.
  
* [[Odroid]]
+
'''TL;DR''' an SBC is a fantastic entry into the world of home servers. Just don't plan on running everything off of it forever.
** [https://www.youtube.com/watch?v=mLLKP21nXyg Odroid N2+ recommended]
 
** [https://forum.odroid.com/viewtopic.php?f=29&t=40609 Ondroid HC4 storage server] - Cheap two drive system
 
** [https://magazine.odroid.com/article/200tb-glusterfs-server-using-the-odroid-hc2-for-massively-distributed-applications/ Odroid HC2 is an option] - if you don't mind dipping your toes into distributed systems.  
 
  
* NanoPi
+
==SBC Choices==
** [https://www.friendlyarm.com/index.php?route=product/product&path=69&product_id=268 NanoPi M4V2] More expensive than a Rpi4 but more powerful hardware with the option to install a x4 SATA HAT.
 
  
* Intel NUC
+
===Raspberry Pi===
** Search your NUC [https://ark.intel.com/content/www/us/en/ark.html#@Intel%C2%AENUC here] for more information on it
+
[[File:Raspberry-pi-5-with-cooler.jpg|350px|thumb|right|The Raspberry Pi 5]]
 +
The legendary [[Raspberry Pi]] is the gold standard of single board computers. The ecosystem features extensive hardware support and countless guides solving every issue you may encounter.
 +
 
 +
There are a few models to choose from:
 +
* [https://www.raspberrypi.com/products/raspberry-pi-5/ Raspberry Pi 5]. The most powerful Pi with a 2.4GHz CPU and up to 8GB of RAM. But this comes at a price: you won't be able to find this board under $100. Performs best with active cooling (a fan).
 +
* [https://www.raspberrypi.com/products/raspberry-pi-4-model-b/ Raspberry Pi 4 Model B]. Features 2 USB3 ports and up to 8GB of RAM. This model is a great balance between price and performance. About $80.
 +
* [https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/ Raspberry Pi 3 Model B+]. The oldest Pi still in production. It lacks USB3 and only has 1GB of RAM, but it is the most afforable at $50.
 +
* [https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/ Raspberry Pi Zero 2 W]. Broke-tier Pi at $30.
 +
 
 +
You'll want a beefy power supply and a case for your Pi.
 +
 
 +
===Odroid===
 +
* [https://www.youtube.com/watch?v=mLLKP21nXyg Odroid N2+ recommended]
 +
* [https://forum.odroid.com/viewtopic.php?f=29&t=40609 Ondroid HC4 storage server] - Cheap two drive system
 +
* [https://magazine.odroid.com/article/200tb-glusterfs-server-using-the-odroid-hc2-for-massively-distributed-applications/ Odroid HC2 is an option] - if you don't mind dipping your toes into distributed systems.
 +
 
 +
===NanoPi===
 +
[https://www.friendlyarm.com/index.php?route=product/product&path=69&product_id=268 NanoPi M4V2]
 +
 
 +
More expensive than a Rpi4 but more powerful hardware with the option to install a x4 SATA HAT. Software support may be limited.
 +
 
 +
==Intel NUCs and Thin clients==
 +
[[File:Intel-nuc.jpg|350px|thumb|right|Intel NUC]]
 +
[[File:Dell-wyse-5070-slim.jpg|350px|thumb|right|Dell Wyse 5070 thin client]]
 
NUCs have significantly more power than a SBC, and are exclusively Intel-based. They run the gamut from small celerons to some of Intel's most powerful mobile chipsets. Very feature-rich, most all of them will include quicksync features for transcoding, and have some amount of expansion capabilities (adding/changing ram, additional SSD in some cases).  NUCs will also be significantly more expensive than the above listed SBCs.
 
NUCs have significantly more power than a SBC, and are exclusively Intel-based. They run the gamut from small celerons to some of Intel's most powerful mobile chipsets. Very feature-rich, most all of them will include quicksync features for transcoding, and have some amount of expansion capabilities (adding/changing ram, additional SSD in some cases).  NUCs will also be significantly more expensive than the above listed SBCs.
 +
 +
Search your NUC [https://ark.intel.com/content/www/us/en/ark.html#@Intel%C2%AENUC here] for more information on it

Revision as of 02:57, 19 February 2024

A cluster of Odroid HC2

For simple home server use, such as a file server or single user direct play PLEX server, these options are an inexpensive and energy efficient option for a home server. But, you will encounter performance issues if you try to load up your single board computer (SBC) and don't expect to be able to run virtual machines or transcoding.

Pros

  • Silent operation (no fans).
  • Low cost.
  • Minimal hardware complexity.
  • Easy to get up and running quickly.

Cons

  • Expansion and upgrades are very limited.
  • Nearly non-existent SATA ports.
  • Limited USB ports.
  • Adding more drives through USB can be slow and unreliable.
  • MicroSD cards are unreliable.

TL;DR an SBC is a fantastic entry into the world of home servers. Just don't plan on running everything off of it forever.

SBC Choices

Raspberry Pi

The Raspberry Pi 5

The legendary Raspberry Pi is the gold standard of single board computers. The ecosystem features extensive hardware support and countless guides solving every issue you may encounter.

There are a few models to choose from:

  • Raspberry Pi 5. The most powerful Pi with a 2.4GHz CPU and up to 8GB of RAM. But this comes at a price: you won't be able to find this board under $100. Performs best with active cooling (a fan).
  • Raspberry Pi 4 Model B. Features 2 USB3 ports and up to 8GB of RAM. This model is a great balance between price and performance. About $80.
  • Raspberry Pi 3 Model B+. The oldest Pi still in production. It lacks USB3 and only has 1GB of RAM, but it is the most afforable at $50.
  • Raspberry Pi Zero 2 W. Broke-tier Pi at $30.

You'll want a beefy power supply and a case for your Pi.

Odroid

NanoPi

NanoPi M4V2

More expensive than a Rpi4 but more powerful hardware with the option to install a x4 SATA HAT. Software support may be limited.

Intel NUCs and Thin clients

Intel NUC
Dell Wyse 5070 thin client

NUCs have significantly more power than a SBC, and are exclusively Intel-based. They run the gamut from small celerons to some of Intel's most powerful mobile chipsets. Very feature-rich, most all of them will include quicksync features for transcoding, and have some amount of expansion capabilities (adding/changing ram, additional SSD in some cases). NUCs will also be significantly more expensive than the above listed SBCs.

Search your NUC here for more information on it