I’ve got a fairly powerful mini PC running Unraid. And although I mainly use this PC for Plex and various desktop VMs, I’ve also set it up with a collection of handy, lightweight services.

This article could beverylong, but I just want to hone in on three of the most interesting lightweight services I host on my mini PC—an internet performance dashboard, a batch music metadata editor, and a digital Kanban board.

How-to Geek Mini PC Week banner.

3Speedtest Tracker

I run a network monitoring tool calledSpeedtest Trackeron most of my devices, including my mini PC server. It’s a super-straightforward FOSS app that gives me a clean internet performance dashboard with detailed, long-term metrics—perfect for diagnosing problems on my network. Though, admittedly, I mostly use it to keep track of outages andrequest refunds from Xfinity.

Speedtest Tracker is fairly configurable. you may set the frequency at which it tests your internet performance, generate API tokens for external apps, and add extra users to your dashboard. There’s even a built-in notifications system that can send email notifications or pair with services like Discord and Slack through webhooks. I imagine that the Discord integration would be fairly useful when hosting a gaming server for friends, although I only use Speedtest Tracker as a personal tool.

Screenshot of Speedtest Tracker with 24-hour network data.

I should take this opportunity to note that there areseveralalternatives to Speedtest Tracker, includingOrb, a multi-device network quality dashboard developed by the same people behind Ookla’sSpeedtest.net.

2MusicBrainz Picard

Metadata is often the most challenging aspect of a self-hosted music server. Services likePlexampboast automatic album detection and other perks, but they’re actually not that great at fetching and applying metadata. And if you’ve got a bunch of albums with screwy metadata, your music server will be a useless mess—trust me, I’ve rebuilt mine from scratch several times (and will probably rebuild it again soon).

I used to useMp3tagto apply music metadata on my Mac. But moving music files to and from my server was an annoying chore, so I decided to start using MusicBrainz Picard on my mini PC. It ain’t the prettiest application, and it doesn’t have a proper web UI (it just uses the desktop app UI), but it’s great for retrieving and applying metadata to multiple albums simultaneously. So, I can toss some CDs in the disc drive I’ve connected to my mini PC,rip the contents, and quickly fix up all the files for Plexamp or other music players.

Screenshot of MusicBrainz Picard identifying two albums.

MusicBrainz Picard is also useful for bootleg recordings, of which I have many. It can automatically find the metadata for some popular bootlegs, though it also lets you set custom metadata and album art. I’m actually planning to rip a bunch of NPR Tiny Desk performances and turn them into individual albums at some point—I’ll need a couple of tools to do this, although MusicBrainz Picard will be the last stop for each album before it goes into my streaming library.

1DumbKan

I’m not the best at following schedules, to-do lists, calendars, or planners. Most of my “reminders” are written on Post-It notes, which I stick around my desk without much rhyme or reason. I’ve got a decent sense of time management, but intuition and habit can’t really substitute for a checklist.

So, I’ve spent the past few months experimenting withKanban boards, which are essentially just tasklists organized into vertical columns. Physical Kanban boards are fairly simple—take a whiteboard or a big piece of foam board, draw columns for different tasks or duties, and slap sticky notes with subtasks in each column. When you finish a subtask, you take it off the board.

Screenshot of DumbKan, a virtual Kanban board.

But I don’t have space for a physical Kanban board. I need a digital solution. Unfortunately, popular Kanban services like Trello or Asana are just way too complex for my needs. I don’t need to set up complicated filtering algorithms or program due dates for my tasks, nor do I need comment fields or collaborative functionality. I just want a digital version of a physical Kanban board. You know, columns and Post-It notes.

I tried a handful of different self-hosted or local Kanban apps, including aKanban plugininObsidian, which just wasn’t user-friendly enough for me. Eventually, I landed onDumbKan, which isexactlywhat I was looking for.

DumbKan is a lightweight, self-hostable Kanban solution with a super-simple and responsive interface. I keep it open in a browser tab and hop into it throughout the day, marking my completed tasks or adding new tasks as needed. It automatically saves all of the changes that I make, so I don’t have to worry about losing data, and it works well on mobile. I’ve even pinned the web appto my iPhone’s home screen.

There aren’t any “advanced” features in Dumbkan, although it gives you the option to set up multiple Kanban boards (which I don’t do). So, it’s perfect for me. I’ve currently got it set up with Tailscale for remote access, but I mayset it up as a websitesince it has a rudimentary login system—I still haven’t decided yet, to be honest.