DEV Community

Cover image for My Home Lab setup 💻
Abhishek
Abhishek

Posted on • Updated on

My Home Lab setup 💻

Here is my homelab setup that my brother and I created after so many horrific experiences.

The list consists of mostly software requirements.

Virtualization: Hyper-V (Because with Easy-GPU-PV I can split my GPU as much as possible.)

For VMs I use:

  • AtlasOS(It's a very trimmed down version of windows with almost 0 security)
  • Linux Lite

Anti-Virus: Kaspersky

Printer: PaperCut

Remote Desktop: Parsec

Media Server: EMBY

Media collection:

I also do run an Airflow with few DAGs that take care of notifications to my telegram about Emby conversions and torrent downloads.

Tunneling: Twingate

Software Load Balancer: NPM
Static IP VPN: PureVPN
Proxy Server: CCProxy switched to Squid

For Local text sharing: Ssavr.com

Daily Driver: Windows 11 Pro, MacOS Sonoma, Pop!OS elementaryOS

Internet Load Balancer: Tplink ER605
re-flashed with OpenWRT. [credits]

Domain Service: Google Domains

========================================================

Problems I faced:

  • I started with Proxmox, but migrations and handling storage were becoming a bit of a hassle. GPU passthrough was good but needed another Windows with Hyper-V to split even further. When I discovered AtlasOS, it had issues with Hyper-V. I started sponsoring to boost the development. Now there are no issues with the hypervisor, and I'm happily able to run as many GPU splits.
  • I tried the many solutions for tunneling from this repo awesome-tunneling. But none of if it was enough and finally settled on Tailscale (uses WireGuard) before Twingate. Twingate was a game changer, is miles better than any solution available.
  • For Media server, I tried Plex, even took the Plex pass. But the support is not good. Sometimes subtitles won't render even if we tried to burn. Also, my biggest complaint was the exposing to internet. I don't have static IP because I use 2x1Gbps connection load balanced. So, it becomes difficult to manage. Plex doesn't work well under NAT networks. Then I tried Jellyfin which works like a breeze with routing through my static IP VPN. But Jellyfin is just not practical to pay for. Has so many playback related issues. So landed on Emby and it works nicely enough. Also took the premium.
  • I do have a local torrent client which I can route through VPN, but it takes a heavy toll to performance. Have been using seedr for years now. Love the speed. The premium version for API support is a bit costly, so need a little extra work to download from Sonarr/Radarr to seedr. Still looking to improve this. Adding Airflow DAGs were a huge success.
  • NgnixProxyManager works like a charm with Let's encrypt and GoogleDNS.
  • TPlink's firmware is trash and was unable to handle the multi WAN setup. It was only able to fallback with a significant downtime. Flashing ER605 took a few minutes, but is a massive performance boost.

Top comments (0)