We are still actively working on the spam issue.
Difference between revisions of "Home Server/Single Board Computers"
m (Cyberes moved page Single Board Computers to Home Server/Single Board Computers) |
|||
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 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=== |
− | ** | + | [[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 01:57, 19 February 2024
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.
Contents
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 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
- Odroid N2+ recommended
- Ondroid HC4 storage server - Cheap two drive system
- Odroid HC2 is an option - if you don't mind dipping your toes into distributed systems.
NanoPi
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
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