How to Harden Your Linux Server for Self-Hosting — SSH Keys, 2FA, and More

When you expose a server to the internet — whether it’s hosting your personal cloud, a website, or home services — security becomes critical. Default configurations are designed for convenience, not security. Without proper hardening, your server is vulnerable to brute force attacks, unauthorized access, and potential compromise. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. This comprehensive guide walks you through essential security measures every self-hoster should implement: SSH key authentication, two-factor authentication, firewall configuration, automatic security updates, and additional hardening techniques that will significantly reduce your attack surface. ...

February 22, 2026 · 11 min · SelfHostWise

How to Set Up a Self-Hosted VPN Kill Switch with Docker and iptables

When running privacy-sensitive applications through a VPN, one of your biggest concerns should be connection drops. If your VPN disconnects unexpectedly, your real IP address gets exposed—defeating the entire purpose of using a VPN in the first place. A VPN kill switch solves this problem by blocking all non-VPN traffic automatically. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. In this guide, we’ll build a robust, self-hosted VPN kill switch using Docker containers and iptables firewall rules. You’ll learn how to create an isolated network namespace where applications can only communicate through the VPN tunnel—if the VPN drops, all traffic stops completely. We’ll use qBittorrent as our example application, but the same approach works for any Docker container. ...

February 21, 2026 · 10 min · SelfHostWise

How to Set Up Traefik v3 as a Reverse Proxy with Docker — Complete Guide

If you’re running multiple self-hosted services on Docker, managing access to each one can quickly become a mess. Different ports, manual SSL certificate management, and complex nginx configurations are enough to make anyone want to give up. That’s where Traefik comes in—a modern, Docker-native reverse proxy that automatically discovers your services and handles SSL certificates without you lifting a finger. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. Traefik v3, released in 2024, brings significant improvements over v2, including better performance, enhanced middleware options, and improved configuration syntax. In this complete guide, you’ll learn how to set up Traefik v3 from scratch, configure automatic SSL certificates with Let’s Encrypt, and connect your Docker services—all without touching a single nginx config file. ...

February 20, 2026 · 9 min · SelfHostWise

Self-Hosted Video Surveillance: Frigate NVR vs Shinobi vs ZoneMinder — Complete Guide

Running your own Network Video Recorder (NVR) software is one of the most practical things you can self-host. You keep your footage private, avoid cloud subscription fees, and get features most commercial systems charge premium prices for — including AI-powered object detection. But which self-hosted NVR is the right fit for your setup? This guide compares the three most popular open-source NVR solutions: Frigate NVR, Shinobi, and ZoneMinder. We’ll cover hardware requirements, ease of setup, AI detection capabilities, and the real trade-offs between them so you can make an informed choice. ...

February 19, 2026 · 11 min · SelfHostWise

How to Set Up Watchtower — Automated Docker Container Updates

Keeping Docker containers up to date is one of those chores that sounds simple but quickly becomes a time sink when you’re running a dozen self-hosted services. Miss an update and you might leave a security hole open for weeks. That’s where Watchtower comes in — a lightweight container that monitors your running Docker containers, detects new image versions, and automatically pulls and restarts them for you. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. Watchtower has been a staple of the homelab community for years, and for good reason: it’s dead simple to configure, surprisingly flexible, and it runs entirely inside Docker itself. This guide covers everything from a basic one-shot update run to a fully configured, notification-enabled automatic update setup — including how to exclude containers you don’t want touched. ...

February 18, 2026 · 10 min · SelfHostWise

Self-Hosted Speedtest: LibreSpeed vs Speedtest Tracker

If you’ve ever wanted to track your internet speeds over time without relying on third-party services that log your data, self-hosting your own speed test tool is the answer. Two of the most popular options in the homelab community are LibreSpeed and Speedtest Tracker — and they serve surprisingly different purposes despite sharing a similar name space. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. In this guide, we’ll break down what each tool does, how to set them up with Docker, and which one makes sense for your homelab. By the end, you’ll know exactly which to deploy — or whether you need both. ...

February 17, 2026 · 8 min · SelfHostWise

How to Set Up a Self-Hosted Grafana + Prometheus Monitoring Stack

Running a homelab without proper monitoring is flying blind. You don’t know when your disk is about to fill up, when your RAM spikes, or when a container silently dies — until something breaks. Grafana and Prometheus fix that. Together, they give you gorgeous real-time dashboards and deep metrics for every server, container, and service you run. This guide walks you through setting up a complete Grafana + Prometheus monitoring stack using Docker Compose. By the end, you’ll have live dashboards showing CPU, RAM, disk, network, and container stats — all self-hosted, no cloud dependency. ...

February 16, 2026 · 12 min · SelfHostWise

Syncthing vs Nextcloud — Which File Sync Solution Should You Choose? (2026)

If you’ve decided to stop trusting Google Drive, Dropbox, or iCloud with your files, you’ve got two outstanding self-hosted options staring you in the face: Syncthing and Nextcloud. Both are open-source, both respect your privacy — but they are built around fundamentally different philosophies. This guide cuts through the noise. By the end, you’ll know exactly which one fits your situation. 💡 This article contains affiliate links. If you buy through them, we earn a small commission at no extra cost to you. Learn more. The Core Difference: Sync vs Cloud Before diving into feature tables, you need to internalize this: ...

February 15, 2026 · 10 min · SelfHostWise

How to Set Up Pi-hole on Docker — Complete Ad-Blocking Guide

Pi-hole is one of the most popular self-hosted tools in the homelab community — and for good reason. It blocks ads, trackers, and malicious domains at the network level, protecting every device on your network without installing anything on individual devices. Smart TVs, smartphones, game consoles — they all benefit automatically. In this guide, you’ll learn how to run Pi-hole in Docker, configure it properly, set up custom DNS records, and squeeze every last bit of blocking power out of it. ...

February 14, 2026 · 11 min · SelfHostWise

How to Secure Your Self-Hosted Services — Complete Guide (2026)

Self-hosting gives you complete control over your data and services. But with great power comes great responsibility — if your Nextcloud, Jellyfin, or Vaultwarden instance is misconfigured or exposed, you become an easy target. Security breaches in home servers are real: exposed ports get hit by scanners within minutes of going online. This guide covers the practical security layers every self-hoster should have in place in 2026 — from firewalls and HTTPS to authentication layers and intrusion prevention. You don’t need to implement everything at once, but each layer you add makes your setup significantly harder to compromise. ...

February 13, 2026 · 10 min · SelfHostWise