Skip to content

Commit 7f19361

Browse files
Aleksandar GrbicAleksandar Grbic
authored andcommitted
Update affordable hardware recommendations in Raspberry Pi setup documentation
1 parent 094d6b2 commit 7f19361

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docusaurus/docs/hardware-raspberry-pi-setup/hardware.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@ import ImageGallery from "react-image-gallery";
6565

6666
## Affordable Hardware (If you don't want to follow my setup)
6767

68-
[Mikrotik hEX lite](https://mikrotik.com/product/RB750r2) - This is the cheapest Mikrotik router. Most importantly, it comes with their original RouterOS. That essentially means that you can follow my guide to the letter.
68+
If you want to follow my k3s guide on a tight budget, here's the absolute cheapest Mikrotik combo I could find after some digging:
69+
70+
**Cheapest Router:**
71+
72+
- **[MikroTik hAP lite (RB941-2nD)](https://mikrotik.com/product/RB941-2nD-TC):** This is about as cheap as it gets. Prices jump around, but I've seen it listed for roughly 168 DKK (about $24 USD).
73+
- **[MikroTik hEX lite (RB750r2)](https://mikrotik.com/product/RB750r2):** Another solid low-cost pick, usually around $40. You get 5 Ethernet ports, an 850MHz CPU, and 64MB RAM—plenty for a basic home lab.
74+
75+
**Cheapest Switch:**
76+
77+
- **[MikroTik RB260GS](https://mikrotik.com/product/RB260GS):** 5-port Gigabit smart switch, also about $40. Bonus: it has an SFP cage if you ever want to mess with fiber.
78+
79+
So, if you're really trying to keep costs down, grab the hAP lite router and the RB260GS switch. This combo gives you all the routing and switching you need to follow along with my guide, without spending a fortune on higher-end gear.
6980

7081
As of the Raspberry Pi and/or Mini PC, you can really use anything. For instance, if you have an old Intel laptop laying around, that is perfect. If you have an older version of Raspberry Pi, that is also perfect. No matter your hardware, you can still follow this guide and release your service, or services, by the end of it.
7182

@@ -113,7 +124,7 @@ import Image from "@theme/IdealImage";
113124

114125
## Network
115126

116-
**[Mikrotik RB3011UiAS-RM](https://mikrotik.com/product/RB3011UiAS-RM)**: I went with a MikroTik router because it offers professional-grade features at a price thats hard to beat. Its packed with options youd usually only find in high-end gear like Cisco, but without the hefty price tag. The advanced routing, solid firewall, and built-in VPN support made it an easy choice for what I needed.
127+
**[Mikrotik RB3011UiAS-RM](https://mikrotik.com/product/RB3011UiAS-RM)**: I went with a MikroTik router because it offers professional-grade features at a price that's hard to beat. It's packed with options you'd usually only find in high-end gear like Cisco, but without the hefty price tag. The advanced routing, solid firewall, and built-in VPN support made it an easy choice for what I needed.
117128

118129
**[Mikrotik CRS326-24G-2S+RM](https://mikrotik.com/product/CRS326-24G-2SplusRM)**: SwOS/RouterOS powered 24 port Gigabit Ethernet switch with two SFP+ ports. We need a switch with sufficient ports and SFP+ ports for future expansion, but also to do proper VLANs (network isolation) and QoS (quality of service) for different services.
119130

0 commit comments

Comments
 (0)