Skip to the content.

We all want a home server. You may not know it, but you want one. Why though? It’s pretty simple: You can make your life a lot easier and automate many things that you’d otherwise have to painfully do manually. I’ve been running a home server for many years now and have a nice assortment of services that I run on it.

The dinosaur

My old, “dinosaur” home server, which I used to run for many hours a day, was a very inefficient machine but it did most things I needed it to do. Here’s the hardware specs:

This chonker pulls a cool 120 Watts at idle and more than 400 watts at full load. The fans scream bloody murder everytime you use that full power, and in my configuration, that’s just 40% fan speed. The two redundant PSUs could pull up to one kilowatt once fully loaded.

Clearly, this was starting to cut into the power budget with electricity being near unaffordable over here (0,37€/kWh).

So, what do? I still had that box around from when I used to run a custom router, so…

The turtle

I spun up the turtle. Hardware specs:

It sounds about as slow as it was, BUT it did serve me very well. In the end, it ran all the services I needed:

Not exactly very fast, mind you, but it did run them. It’s been a real trooper, it’s served me very well and still does, but it is just time to let go. My ever growing Paperless library is bringing it to its knees almost daily, and I can fit a lot more stuff into the power envelope of 15-20W that it uses.

So I started looking for some mode modern options.

The kolibri

I have since taken to doing some streamripping, i.e. recording things that are on streaming services like Netflix, Disney+ and so on. Pros are that you can easily make a list of what you want to see and are then able to record it all, over night for example (some services working better than others) and using ffmpeg to slice the files like needed.

Hardware:

USB Devices:

Storage:

Measured power in current configuration, 2 VMs, idling: Fluctuating between 17W and 21W

Software:

Operating System: Proxmox Virtual Environment 8.3

VMs:

Debian 12 Windows Server 2022 Standard

LXC containers:

Debian 12 container template

Running on Debian 12 VM:

Native:

Docker:

Running on Windows Server 2022 Standard:

Running on Debian 12 LXC Container:

Roadblocks and drawbacks of this setup:

I have the iGPU passed through to the Windows VM which might sound weird because the main reason I upgraded was to have hardware transcoding in Jellyfin. So that’s stupid… or is it? When recording via OBS (streamripping), the framedrops when using the software encoder are just too much, so I absolutely need the hardware acceleration from the iGPU, no question about it. This means that I record on Windows, transcode the footage into a Jellyfin friendly format on Windows, and SMB it to the Linux VM and SSD for playback in Jellyfin. This is an alright solution for me and it’s serving me very well.

However, Intel QuickSyncVideo support on Windows… sucks! For some reason, you can either QSV DECODE or QSV ENCODE, which in the default configuration leads to HandBrake crashing on selecting the hardware accelerated encoder with a cryptic error message. To fix this, one needs to quit OBS (the hardware accelerated preview cannot be running during this), go into the HandBrake settings and DISABLE “Prefer using QuickSync for decoding video” while simultaneously ENABLING “If available, use low power QuickSync hardware”. After that, select “Encoder: H264 (QSV)” and you’re cooking with gas.

I ran into some Windows Server 2022 Audio issues which I was thankfully able to fix as outlined in that post.

Why not pass the iGPU to Linux, transcode on there and record there, too? I’d have to use the ffmpeg commandline for everything, and I’m not a masochist.

Also even if there’s no playback on the Fire TV Stick happening, and OBS is just running in the background, it will use around 10% of the CPU, causing power spikes. Not the end of the world, but something to be aware of.