# Homelab

A home-based server and network environment used to experiment with infrastructure, test software, and run self-hosted services.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Using the Komodo MCP Server to Manage Docker Infrastructure with AI Assistants

DevFeed: [Using the Komodo MCP Server to Manage Docker Infrastructure with AI Assistants](<https://devfeed.tech/articles/i-gave-ai-control-of-my-docker-home-lab-with-komodo-mcp-26858.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-gave-ai-control-of-my-docker-home-lab-with-komodo-mcp/>)

Author: Brandon Lee

Published: 2026-09-15T12:38:26Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [containers](<https://devfeed.tech/tags/containers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [mcp](<https://devfeed.tech/tags/mcp.md>)

### AI overview

This tutorial introduces the Komodo MCP Server, which connects AI assistants such as Claude and GitHub Copilot to Komodo for managing Docker environments. It describes natural-language control of containers, stacks, deployments, servers, builds, repositories, and related infrastructure through the Model Context Protocol.

### Source excerpt

There are so many cool projects now that we have access to in the the realm of home lab, especially when it comes to automation and AI Ops for our... The post I Gave AI Control of My Docker Home Lab With Komodo MCP appeared first on Virtualization Howto.

## I Added Break-Glass Accounts Before My Home Lab Locked Me Out

DevFeed: [I Added Break-Glass Accounts Before My Home Lab Locked Me Out](<https://devfeed.tech/articles/i-added-break-glass-accounts-before-my-home-lab-locked-me-out-17876.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-added-break-glass-accounts-before-my-home-lab-locked-me-out/>)

Author: Brandon Lee

Published: 2026-09-14T12:16:15Z

Content type: article

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Database](<https://devfeed.tech/topics/database.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Server](<https://devfeed.tech/topics/server.md>), [Amazon Route 53](<https://devfeed.tech/topics/amazon-route-53.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [container](<https://devfeed.tech/tags/container.md>), [database](<https://devfeed.tech/tags/database.md>), [dns](<https://devfeed.tech/tags/dns.md>), [docker](<https://devfeed.tech/tags/docker.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [networking](<https://devfeed.tech/tags/networking.md>), [server](<https://devfeed.tech/tags/server.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

The article explains why a home lab that centralizes authentication through single sign-on can become inaccessible during an outage. It introduces "break glass" accounts as a recovery measure and emphasizes treating the authentication service as infrastructure with dependencies such as its application, database, certificates, networking, reverse proxy, and DNS.

### Source excerpt

One of the coolest things that you can do is centralize your authentication in the home lab. So, instead of having all kinds of separate usernames and passwords that are... The post I Added Break-Glass Accounts Before My Home Lab Locked Me Out appeared first on Virtualization Howto.

## Seven Reliability Tests for Home Lab Services

DevFeed: [Seven Reliability Tests for Home Lab Services](<https://devfeed.tech/articles/i-don-t-trust-a-home-lab-service-until-it-passes-these-7-tests-10489.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-dont-trust-a-home-lab-service-until-it-passes-these-7-tests/>)

Author: Brandon Lee

Published: 2026-09-13T12:34:15Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Network](<https://devfeed.tech/topics/network.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>)

Tags: [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [network](<https://devfeed.tech/tags/network.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

The article presents seven reliability tests for home lab services, including disconnecting Internet access and stopping one container in a redundant setup. It explains how these tests can reveal dependencies on external resources and weaknesses in DNS and service design.

### Source excerpt

When it comes to putting a new service into the home lab that is something I will feel like I can rely on and trust, it has to be able... The post I Don't Trust a Home Lab Service Until It Passes These 7 Tests appeared first on Virtualization Howto.

## Using Komodo to Manage and Update Docker Compose Stacks Across Multiple Hosts

DevFeed: [Using Komodo to Manage and Update Docker Compose Stacks Across Multiple Hosts](<https://devfeed.tech/articles/i-stopped-manually-updating-my-docker-container-stacks-i-use-this-instead-10490.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-stopped-manually-updating-my-docker-container-stacks-i-use-this-instead/>)

Author: Brandon Lee

Published: 2026-09-12T12:32:29Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

The article explains how Komodo, an open source platform, can centrally manage Docker servers, containers, Compose stacks, and deployments across multiple hosts, reducing the need to update each stack manually.

### Source excerpt

There are SO many tools out there that allow you to keep your containers updated and I have used just about all of them, including Watchtower, Dockcheck, and others. Running... The post I Stopped Manually Updating My Docker Container Stacks. I Use This Instead appeared first on Virtualization Howto.

## If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things

DevFeed: [If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things](<https://devfeed.tech/articles/if-i-had-2-hours-for-my-home-lab-this-weekend-i-d-do-these-7-things-10494.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/if-i-had-2-hours-for-my-home-lab-this-weekend-id-do-these-7-things/>)

Author: Brandon Lee

Published: 2026-09-11T12:53:06Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [backups](<https://devfeed.tech/topics/backups.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>)

Tags: [backups](<https://devfeed.tech/tags/backups.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

A practical two-hour home lab maintenance plan covering selective updates, backup verification, storage health, reboot checks, and focused remediation. It discusses Proxmox hosts, Docker images, Docker Compose stacks, and optional automatic updates.

### Source excerpt

Let's face it, our time in the home lab among other things we have going on in our lives and families may be hard to come by and there are... The post If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things appeared first on Virtualization Howto.

## I Turned My Proxmox Server Into a NAS Without Installing TrueNAS

DevFeed: [I Turned My Proxmox Server Into a NAS Without Installing TrueNAS](<https://devfeed.tech/articles/i-turned-my-proxmox-server-into-a-nas-without-installing-truenas-10492.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-turned-my-proxmox-server-into-a-nas-without-installing-truenas/>)

Author: Brandon Lee

Published: 2026-09-10T12:46:18Z

Content type: article

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Debian](<https://devfeed.tech/topics/debian.md>)

Tags: [ceph](<https://devfeed.tech/tags/ceph.md>), [debian](<https://devfeed.tech/tags/debian.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [linux](<https://devfeed.tech/tags/linux.md>), [nas](<https://devfeed.tech/tags/nas.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [server](<https://devfeed.tech/tags/server.md>), [storage](<https://devfeed.tech/tags/storage.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article presents ANAS, a project that adds native storage-management panels to the existing Proxmox VE web interface. It aims to let Proxmox manage storage using the underlying Debian/Linux capabilities without installing TrueNAS or introducing a separate management interface.

### Source excerpt

Proxmox is really good with all types of storage and I have used it as a dedicated NAS appliance many times. I have used dedicated NAS devices. I have also... The post I Turned My Proxmox Server Into a NAS Without Installing TrueNAS appeared first on Virtualization Howto.

## Using Proxmox Resource Mappings for GPU Passthrough Across Cluster Nodes

DevFeed: [Using Proxmox Resource Mappings for GPU Passthrough Across Cluster Nodes](<https://devfeed.tech/articles/i-changed-how-i-do-gpu-passthrough-in-proxmox-after-finding-this-feature-10488.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-changed-how-i-do-gpu-passthrough-in-proxmox-after-finding-this-feature/>)

Author: Brandon Lee

Published: 2026-09-09T12:43:14Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

This tutorial explains how Proxmox Resource Mappings can represent passthrough hardware as logical resources across cluster nodes. It contrasts this approach with assigning a VM a fixed PCI address, which may fail when the VM moves to a node where the device has a different address.

### Source excerpt

Many home labbers are starting to experiment with AI in the home lab and are using things like GPU passthrough on their Proxmox hosts. But passthrough is not just something... The post I Changed How I Do GPU Passthrough in Proxmox After Finding This Feature appeared first on Virtualization Howto.

## OpenNMC is an open replacement for expensive APC management cards

DevFeed: [OpenNMC is an open replacement for expensive APC management cards](<https://devfeed.tech/articles/opennmc-is-an-open-replacement-for-expensive-apc-management-cards-10474.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/opennmc-apc-ups-replacement-card/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-09-08T16:00:00Z

Content type: article

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Opennmc](<https://devfeed.tech/topics/opennmc.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitLab](<https://devfeed.tech/topics/gitlab.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Crowd Supply](<https://devfeed.tech/topics/crowd-supply.md>), [Reddit](<https://devfeed.tech/topics/reddit.md>)

Tags: [apc](<https://devfeed.tech/tags/apc.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [gitlab](<https://devfeed.tech/tags/gitlab.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opennmc](<https://devfeed.tech/tags/opennmc.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [ups](<https://devfeed.tech/tags/ups.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

The article tests OpenNMC, an open-source replacement for proprietary APC UPS management cards. It describes hot-pluggable installation, built-in NUT server support, Ethernet and wireless connectivity, and an initial USB-C serial setup.

### Source excerpt

UPSes are typically the most boring part of your homelab, but they're important. One of their main jobs is to give servers time to shut down safely if the power goes out. Another job is to condition your power so your servers can run smoothly. To do both of those things well, you need a smart interface. And at least with APC, there are tons of older UPSes that use Network Management Cards. The one pictured below is the NMC 2, and I pulled out of my old APC Smart-UPS 2200 XL (pictured above).

## I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It

DevFeed: [I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It](<https://devfeed.tech/articles/i-was-running-redundant-vms-on-the-same-proxmox-host-without-realizing-it-10493.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-was-running-redundant-vms-on-the-same-proxmox-host-without-realizing-it/>)

Author: Brandon Lee

Published: 2026-09-08T12:19:53Z

Content type: opinion

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [systems](<https://devfeed.tech/tags/systems.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article describes discovering that two supposedly redundant VMs were running on the same Proxmox host. It explains how shared failure domains can make apparently resilient home-lab architectures fail together and recommends auditing workload placement across hosts and dependencies.

### Source excerpt

If you have spent a lot of time over the years building redundancy into your home lab, you probably have looked at many of the same layers that I have.... The post I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It appeared first on Virtualization Howto.

## 7 Weekend Projects That Make Your Home Lab Less Dependent on You

DevFeed: [7 Weekend Projects That Make Your Home Lab Less Dependent on You](<https://devfeed.tech/articles/7-weekend-projects-that-make-your-home-lab-less-dependent-on-you-10487.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/7-weekend-projects-that-make-your-home-lab-less-dependent-on-you/>)

Author: Brandon Lee

Published: 2026-09-06T12:32:10Z

Content type: article

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Git](<https://devfeed.tech/topics/git.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [automation](<https://devfeed.tech/tags/automation.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [git](<https://devfeed.tech/tags/git.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article presents weekend projects for making a home lab more understandable, recoverable, resilient, and predictable when its owner is unavailable. The supplied text covers documenting the lab and moving configurations into Git, including recording hosts, IP addresses, VLANs, and architecture.

### Source excerpt

I have been pretty focused on automation in the home lab. But there is also mindset changes I needed to make to keep from having to baby sit my lab... The post 7 Weekend Projects That Make Your Home Lab Less Dependent on You appeared first on Virtualization Howto.

## 7 Simple Home Lab HA Projects for This Weekend

DevFeed: [7 Simple Home Lab HA Projects for This Weekend](<https://devfeed.tech/articles/7-simple-home-lab-ha-projects-for-this-weekend-10486.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/7-simple-home-lab-ha-projects-for-this-weekend/>)

Author: Brandon Lee

Published: 2026-09-05T12:22:03Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Pi-hole](<https://devfeed.tech/topics/pihole.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [containers](<https://devfeed.tech/tags/containers.md>), [dns](<https://devfeed.tech/tags/dns.md>), [docker](<https://devfeed.tech/tags/docker.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>)

### AI overview

This article presents seven simple high-availability projects for a home lab. Its detailed example recommends running two DNS servers, separating them across Docker hosts, configuring primary and secondary DNS addresses, and synchronizing the DNS platforms.

### Source excerpt

A lot of times we think about high availability being some complicated or complex thing that we just think in the home lab it isn't worth doing. However, HA doesn't... The post 7 Simple Home Lab HA Projects for This Weekend appeared first on Virtualization Howto.

## I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts

DevFeed: [I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts](<https://devfeed.tech/articles/i-thought-keepalived-only-protected-my-home-lab-servers-then-i-found-track-scripts-10491.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-thought-keepalived-only-protected-my-home-lab-servers-then-i-found-track-scripts/>)

Author: Brandon Lee

Published: 2026-09-04T12:32:34Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Network](<https://devfeed.tech/topics/network.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Server](<https://devfeed.tech/topics/server.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [dns](<https://devfeed.tech/tags/dns.md>), [docker](<https://devfeed.tech/tags/docker.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [linux](<https://devfeed.tech/tags/linux.md>), [network](<https://devfeed.tech/tags/network.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [servers](<https://devfeed.tech/tags/servers.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article explains how Keepalived provides high availability for home lab servers by moving a virtual IP address between Proxmox hosts using VRRP. It focuses on track scripts, which allow failover decisions based on application-level checks rather than only complete server failure, with Docker-based DNS services as an example.

### Source excerpt

I have used Keepalived in my home lab for quite some time and most of the time, I have thought of it in a very simple way as to what... The post I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts appeared first on Virtualization Howto.

## Pi-hole vs AdGuard Home vs Technitium: which DNS ad-blocker to run

DevFeed: [Pi-hole vs AdGuard Home vs Technitium: which DNS ad-blocker to run](<https://devfeed.tech/articles/pi-hole-vs-adguard-home-vs-technitium-which-dns-ad-blocker-to-run-10749.md>)

Original publisher: [Read original article](<https://shedstack.dev/posts/pi-hole-vs-adguard-home-vs-technitium.html>)

Author: Shed Stack

Published: 2026-09-02T18:00:00Z

Content type: comparison

Language: en

Sources: [Shed Stack](<https://devfeed.tech/sources/shed-stack.md>)

Topics: [Pi-hole](<https://devfeed.tech/topics/pihole.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [DNSSEC](<https://devfeed.tech/topics/dnssec.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [dns](<https://devfeed.tech/tags/dns.md>), [dnssec](<https://devfeed.tech/tags/dnssec.md>), [features](<https://devfeed.tech/tags/features.md>), [go](<https://devfeed.tech/tags/go.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

Practical comparison of Pi-hole, AdGuard Home, and Technitium as self-hosted DNS ad-blockers. Pi-hole emphasizes its mature blocklist ecosystem, AdGuard Home offers a broader built-in feature set and modern interface, and Technitium provides a full DNS server with blocking capabilities for users who want greater control over DNS.

### Source excerpt

A practical breakdown of the three self-hosted DNS ad-blockers, from a homelab that actually ran all of them.

## Open WebUI v0.11.1 Adds Human-in-the-Loop Tool Approval

DevFeed: [Open WebUI v0.11.1 Adds Human-in-the-Loop Tool Approval](<https://devfeed.tech/articles/open-webui-v0-11-1-adds-human-in-the-loop-tool-approval-10725.md>)

Original publisher: [Read original article](<https://selfhostlab.io/open-webui-v0-11-1-human-in-the-loop/>)

Author: Christian Rakoot

Published: 2026-08-30T06:34:36Z

Content type: article

Language: en

Sources: [Self Host Lab](<https://devfeed.tech/sources/self-host-lab.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [news](<https://devfeed.tech/tags/news.md>), [news-self-hosted-ai](<https://devfeed.tech/tags/news-self-hosted-ai.md>), [open-webui](<https://devfeed.tech/tags/open-webui.md>), [release](<https://devfeed.tech/tags/release.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [self-hosted-ai](<https://devfeed.tech/tags/self-hosted-ai.md>)

### AI overview

Open WebUI v0.11.1 adds human-in-the-loop approval for selected AI tool calls, allowing users to review actions before execution. The release also fixes terminal-attached chat failures and two calendar timezone-related bugs.

### Source excerpt

Open WebUI v0.11.1 adds human-in-the-loop tool approval, letting you manually confirm certain tool calls before the AI runs them. The release also fixes chats with an attached personal terminal, plus two calendar bugs: new events now default to today's date, and recurring events finally display at the time you actually configured, not a miscalculated one.

## Building a mini Homelab that fits in my carry-on

DevFeed: [Building a mini Homelab that fits in my carry-on](<https://devfeed.tech/articles/building-a-mini-homelab-that-fits-in-my-carry-on-10470.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/mini-homelab-network-fits-in-carry-on/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-08-28T15:00:00Z

Content type: opinion

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Ubiquiti](<https://devfeed.tech/topics/ubiquiti.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [SOC](<https://devfeed.tech/topics/soc.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [arm](<https://devfeed.tech/tags/arm.md>), [battery](<https://devfeed.tech/tags/battery.md>), [building](<https://devfeed.tech/tags/building.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [fees](<https://devfeed.tech/tags/fees.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [networking](<https://devfeed.tech/tags/networking.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [portable](<https://devfeed.tech/tags/portable.md>), [ubiquiti](<https://devfeed.tech/tags/ubiquiti.md>), [unifi](<https://devfeed.tech/tags/unifi.md>), [video](<https://devfeed.tech/tags/video.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

### AI overview

The author describes building a portable homelab that fits in carry-on luggage for a trip to Chicago. It supports 1-10 Gbps networking, battery operation, multiple WAN connections, and 12 wired Ethernet connections. The article also shares first impressions of Ubiquiti UniFi, highlighting its local-first operation, optional cloud integration, lack of core licensing fees, and easy web-based management, while criticizing its proprietary ecosystem and limited hardware control.

### Source excerpt

I'm traveling to Chicago for VCF Midwest next month. I'll be demoing NTP time history on vintage Macs, with my own GPS-derived NTP service hosted on an Xserve G5, synced via NTP or a strange AppleTalk timing extension from the 1990s. So I built a little 'portable homelab' (pictured above) that supports 1-10 Gbps networking, can run off a small battery for at least an hour, switches between multiple WANs (so I can get my own 5G Internet connection, in case I need it), and gives me 12 wired Ethernet connections.

## Debugging my new network, when 10 Gigabit Ethernet Runs at 300 Megabits

DevFeed: [Debugging my new network, when 10 Gigabit Ethernet Runs at 300 Megabits](<https://devfeed.tech/articles/debugging-my-new-network-when-10-gigabit-ethernet-runs-at-300-megabits-21852.md>)

Original publisher: [Read original article](<https://www.hanselman.com/blog/debugging-my-new-network-when-10-gigabit-ethernet-runs-at-300-megabits>)

Published: 2026-08-27T15:25:48Z

Content type: article

Language: en

Sources: [Scott Hanselman](<https://devfeed.tech/sources/scott-hanselman.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [UniFi UNAS Pro](<https://devfeed.tech/topics/unifi-unas-pro.md>), [intel](<https://devfeed.tech/topics/intel.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [NVMe](<https://devfeed.tech/topics/nvme.md>)

Tags: [debugging](<https://devfeed.tech/tags/debugging.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [intel](<https://devfeed.tech/tags/intel.md>), [musings](<https://devfeed.tech/tags/musings.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [smb](<https://devfeed.tech/tags/smb.md>), [ssd](<https://devfeed.tech/tags/ssd.md>), [storage](<https://devfeed.tech/tags/storage.md>), [unifi-unas-pro](<https://devfeed.tech/tags/unifi-unas-pro.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A Windows desktop connected to a 10GbE homelab network was limited to roughly 100-200 megabits per second despite 10-gigabit link indications. Direct testing traced the problem to the Windows/NIC path: increasing the Intel E610 driver's receive buffers eliminated discarded packets and improved receive throughput, while disabling IPv4 Large Send Offload V2 raised transmit throughput to 7.03 Gbit/sec.

### Source excerpt

I've been moving my home storage over to a UniFi UNAS Pro 8 as part of a larger homelab moderization. My main IRONHEART (the ultimate PC from a few years back) desktop now has an Intel E610-XT2 10GbE card, the NAS is on 10GbE, and there's a Minisforum MS-01 miniPC on the same network with a 10GbE SFP+ connection running Immich and Portainer and a few other things. Everything says 10 gigabit. Windows says 10 gigabit. UniFi says 10 gigabit. SMB copies are using the correct NIC but my file copies are running at around 100 to 200 megabits per second which is sad making. Naturally, I blamed the NAS, and the spinning rust within. The UNAS has six 16 TB spinning disks in RAID 6 and a pair of NVMe SSDs being used as cache. I'm also running Immich on the MS-01, with its photo library living on the UNAS, so there are lots of thumbnails, metadata reads, and little background writes happening. All seem like reasonable suspects. I switched the UNAS SSD cache from read-write to read-only. No meaningful difference. I stopped Immich completely. No difference. I looked at iostat; the disks weren't saturated. We looked at SMB signing and Windows Defender network scanning. Still slow. Then I stopped testing the NAS and ran iperf3 directly between the Windows desktop and the MS-01: iperf3 -c 192.168.1.222 -P 4 133 Mbit/sec Oops. The reverse test was better, but still wrong: iperf3 -c 192.168.1.222 -P 4 -R 1.33 Gbit/sec That's weird. Now the disks, SMB, Immich, RAID, and the NAS itself were completely out of the equation. This was a Windows/NIC problem and it's weirdly asymmetrical. Looking at the Intel adapter statistics shows me... Get-NetAdapterStatistics -Name "Ethernet - 10 Gig Intel" There were nearly a million ReceivedDiscardedPackets. During one ten-second iperf3 test, the counter increased by another 268. Why? The E610 driver had its receive buffers at the default 512, although it supported up to 4096. I increased them. I love an increased buffer. Set-NetAdapterAdvancedProperty

## My Home Lab, V2

DevFeed: [My Home Lab, V2](<https://devfeed.tech/articles/my-home-lab-v2-10752.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/my-home-lab-v2>)

Author: EduuhMuraya

Published: 2026-08-17T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Network](<https://devfeed.tech/topics/network.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Server](<https://devfeed.tech/topics/server.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

An updated home lab replaces a multi-node Kubernetes setup with one mini PC running Proxmox. The article covers segmented networks enforced by OPNsense, firewall testing from within each segment, and a solar-power system integrated with Home Assistant through USB and MQTT. It also describes load-shedding and shutdown safeguards during battery depletion.

### Source excerpt

The Kubernetes cluster is gone. One mini PC runs the whole house now: four network segments, a solar inverter Home Assistant can act on, and a guard that shuts the servers down before the battery does.

## How to Add the 007revad Community Package Source to Synology DSM

DevFeed: [How to Add the 007revad Community Package Source to Synology DSM](<https://devfeed.tech/articles/a-new-and-easier-way-to-mod-your-synology-nas-17358.md>)

Original publisher: [Read original article](<https://nascompares.com/2026/08/10/a-new-and-easier-way-to-mod-your-synology-nas/>)

Author: Rob Andrews

Published: 2026-08-10T16:00:01Z

Content type: tutorial

Language: en

Sources: [NAS Compares](<https://devfeed.tech/sources/nas-compares.md>)

Topics: [Synology](<https://devfeed.tech/topics/synology.md>), [synology nas](<https://devfeed.tech/topics/synology-nas.md>), [Package Management](<https://devfeed.tech/topics/package-management.md>), [Script](<https://devfeed.tech/topics/script.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Transcodings](<https://devfeed.tech/topics/transcodings.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [007revad](<https://devfeed.tech/tags/007revad.md>), [007revad-mod](<https://devfeed.tech/tags/007revad-mod.md>), [007revad-synology](<https://devfeed.tech/tags/007revad-synology.md>), [airconnect](<https://devfeed.tech/tags/airconnect.md>), [aqc-unlock](<https://devfeed.tech/tags/aqc-unlock.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [data-recovery](<https://devfeed.tech/tags/data-recovery.md>), [dave-russell](<https://devfeed.tech/tags/dave-russell.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [drive](<https://devfeed.tech/tags/drive.md>), [dsm-7](<https://devfeed.tech/tags/dsm-7.md>), [github](<https://devfeed.tech/tags/github.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homebridge](<https://devfeed.tech/tags/homebridge.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [librespeed](<https://devfeed.tech/tags/librespeed.md>), [nas](<https://devfeed.tech/tags/nas.md>), [nas-apps](<https://devfeed.tech/tags/nas-apps.md>), [nas-mods](<https://devfeed.tech/tags/nas-mods.md>), [nas-software](<https://devfeed.tech/tags/nas-software.md>), [nascompares](<https://devfeed.tech/tags/nascompares.md>), [network](<https://devfeed.tech/tags/network.md>), [network-attached-storage-nas](<https://devfeed.tech/tags/network-attached-storage-nas.md>), [ookla-speedtest](<https://devfeed.tech/tags/ookla-speedtest.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openspeedtest](<https://devfeed.tech/tags/openspeedtest.md>), [package-management](<https://devfeed.tech/tags/package-management.md>), [plex](<https://devfeed.tech/tags/plex.md>), [projects](<https://devfeed.tech/tags/projects.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [storage](<https://devfeed.tech/tags/storage.md>), [synocr](<https://devfeed.tech/tags/synocr.md>), [synology](<https://devfeed.tech/tags/synology.md>), [synology-007revad](<https://devfeed.tech/tags/synology-007revad.md>), [synology-10gbe](<https://devfeed.tech/tags/synology-10gbe.md>), [synology-2-5g-driver](<https://devfeed.tech/tags/synology-2-5g-driver.md>), [synology-2026](<https://devfeed.tech/tags/synology-2026.md>), [synology-2027](<https://devfeed.tech/tags/synology-2027.md>), [synology-5gbe-driver](<https://devfeed.tech/tags/synology-5gbe-driver.md>), [synology-add-ons](<https://devfeed.tech/tags/synology-add-ons.md>), [synology-apps](<https://devfeed.tech/tags/synology-apps.md>), [synology-community](<https://devfeed.tech/tags/synology-community.md>), [synology-community-packages](<https://devfeed.tech/tags/synology-community-packages.md>), [synology-container-manager](<https://devfeed.tech/tags/synology-container-manager.md>), [synology-nas](<https://devfeed.tech/tags/synology-nas.md>), [uncategorised](<https://devfeed.tech/tags/uncategorised.md>)

### AI overview

This tutorial explains how to add 007revad's unofficial community package source to Synology DSM Package Center. It describes how the source makes selected community packages easier to discover, install, and update, while noting that package availability depends on the NAS model, CPU architecture, and DSM version.

### Source excerpt

A New and Easier Way to Mod Your Synology NAS Synology's gradual shift towards business and enterprise users has changed what some home, enthusiast and homelab users can do with DSM, particularly when it comes to 3rd-party drives, SSDs, network adapters, hardware transcoding and other unofficial modifications. Community-developed scripts have helped restore or extend many [...]

## The dashboard that finally told me what my rack was doing

DevFeed: [The dashboard that finally told me what my rack was doing](<https://devfeed.tech/articles/the-dashboard-that-finally-told-me-what-my-rack-was-doing-10759.md>)

Original publisher: [Read original article](<https://shedstack.dev/posts/the-dashboard-that-told-me.html>)

Author: Shed Stack

Published: 2026-08-06T15:00:00Z

Content type: opinion

Language: en

Sources: [Shed Stack](<https://devfeed.tech/sources/shed-stack.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

A personal account of building a self-hosted homelab monitoring stack with Telegraf, InfluxDB, and Grafana. The setup detected a failing disk early enough to replace it without data loss, and the article recommends starting with a small set of actionable metrics rather than monitoring everything.

### Source excerpt

Telegraf, InfluxDB, and Grafana on the homelab. It caught a dying disk within a week.

## Immich: tu galería de fotos autoalojada

DevFeed: [Immich: tu galería de fotos autoalojada](<https://devfeed.tech/articles/immich-tu-galeria-de-fotos-autoalojada-34064.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/immich-galeria-fotos-autoalojada/>)

Author: Antonio Pérez

Published: 2026-08-06T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Nextcloud](<https://devfeed.tech/topics/nextcloud.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

This Spanish tutorial presents Immich as a self-hosted, open-source photo and video platform that runs on a personal server. It compares Immich with Nextcloud, explains local facial recognition and semantic search, and outlines hardware, architecture, filesystem, storage, and Docker Engine requirements.

### Source excerpt

Instala Immich con Docker Compose: galería tipo Google Fotos con reconocimiento facial y búsqueda por IA que corren en tu propio servidor.

## Beszel: monitorización ligera para Docker

DevFeed: [Beszel: monitorización ligera para Docker](<https://devfeed.tech/articles/beszel-monitorizacion-ligera-para-docker-34046.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/beszel-monitorizacion-ligera-docker/>)

Author: Antonio Pérez

Published: 2026-08-06T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>)

Tags: [dashboards](<https://devfeed.tech/tags/dashboards.md>), [docker](<https://devfeed.tech/tags/docker.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>)

### AI overview

This article explains Beszel, a lightweight, self-hosted, open-source server monitoring platform for CPU, memory, disk, network, and Docker container metrics. It describes the hub-and-agent architecture, deployment options, suitable homelab and small VPS use cases, and trade-offs versus Prometheus, Grafana, and Zabbix.

### Source excerpt

Instala Beszel, monitorización ligera con arquitectura hub-and-agent para vigilar CPU, RAM, disco y contenedores Docker sin montar un stack pesado.

## The Mini Rack Accessories You Didn't Know You Needed

DevFeed: [The Mini Rack Accessories You Didn't Know You Needed](<https://devfeed.tech/articles/the-mini-rack-accessories-you-didn-t-know-you-needed-10604.md>)

Original publisher: [Read original article](<https://technotim.com/posts/minirack-accessories/>)

Author: Techno Tim

Published: 2026-07-28T13:00:00Z

Content type: article

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [accessories](<https://devfeed.tech/tags/accessories.md>), [building](<https://devfeed.tech/tags/building.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [lighting](<https://devfeed.tech/tags/lighting.md>), [network](<https://devfeed.tech/tags/network.md>), [products](<https://devfeed.tech/tags/products.md>), [remote](<https://devfeed.tech/tags/remote.md>), [storage](<https://devfeed.tech/tags/storage.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ups](<https://devfeed.tech/tags/ups.md>)

### AI overview

This article evaluates accessories for building a 10-inch mini rack, covering shelves, cooling, patch panels, lighting, displays, power accessories, a compact UPS, and a four-port network KVM. The author installs the equipment in a 12U DeskPi RackMate T2 and discusses its design, usability, and hardware limitations.

### Source excerpt

The easy part of building a mini rack is deciding what goes inside it. You probably already know which switch, mini PC, or storage device you want. Everything after this is the hard part. How do you power everything without filling the rack with adapters? Where does the UPS go? How do you handle cooling, cables, patching, remote access, and a local display without using up every rack unit? T...

## VLANs explicadas: segmenta tu red

DevFeed: [VLANs explicadas: segmenta tu red](<https://devfeed.tech/articles/vlans-explicadas-segmenta-tu-red-34092.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/vlans-explicadas-segmentar-red/>)

Author: Antonio Pérez

Published: 2026-07-27T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [interfaces](<https://devfeed.tech/topics/interfaces.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [ethernet](<https://devfeed.tech/tags/ethernet.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [lan](<https://devfeed.tech/tags/lan.md>), [linux](<https://devfeed.tech/tags/linux.md>), [vlan](<https://devfeed.tech/tags/vlan.md>)

### AI overview

This tutorial explains how VLANs divide one physical network into separate logical networks. It covers 802.1Q tagging, VLAN IDs, access and trunk ports, PVIDs, and configuring VLANs on managed switches and Linux for homelab network segmentation.

### Source excerpt

Qué son las VLANs y el etiquetado 802.1Q, cómo configurarlas en un switch gestionado y en Linux, y cuándo merece la pena segmentar tu red de homelab.

## Proxmox VE: monta tu propio hipervisor casero

DevFeed: [Proxmox VE: monta tu propio hipervisor casero](<https://devfeed.tech/articles/proxmox-ve-monta-tu-propio-hipervisor-casero-34077.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/proxmox-ve-hipervisor-casero/>)

Author: Antonio Pérez

Published: 2026-07-25T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [bios](<https://devfeed.tech/tags/bios.md>), [debian](<https://devfeed.tech/tags/debian.md>), [ext4](<https://devfeed.tech/tags/ext4.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [net-10](<https://devfeed.tech/tags/net-10.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [uefi](<https://devfeed.tech/tags/uefi.md>), [xfs](<https://devfeed.tech/tags/xfs.md>), [zfs](<https://devfeed.tech/tags/zfs.md>)

### AI overview

A Spanish tutorial explains how to install and configure Proxmox VE as a type 1 hypervisor for a homelab. It covers hardware requirements, installation media, filesystem choices, networking, and initial access to the web interface.

### Source excerpt

Instala y configura Proxmox VE como hipervisor tipo 1 para tu homelab: creación de VMs, snapshots, backups y primeros pasos con la red.

[Next page](<https://devfeed.tech/topics/homelab.md?cursor=WyIyMDI2LTA3LTI1VDAwOjAwOjAwKzAwOjAwIiwgIjFjOTBkNDVmLTUyYzItNGNlYS1iOTkwLWE3OGQ4ZmY3MDIwMSJd>)