// raspi.dev

The raspberry pi dev's dream

Cover Image for How to Build a Flight Tracker with Raspberry Pi Zero 2 W and Flightradar24

Turn a Raspberry Pi Zero 2 W into a live ADS-B flight tracker that feeds data to Flightradar24. This guide covers hardware setup, antenna placement, dump1090 installation, fr24feed configuration, and tips for maximizing your receiver range.

Tom
Tom

More Posts

Cover Image for How to Set Up GlusterFS Distributed Storage Across Raspberry Pi Nodes

How to Set Up GlusterFS Distributed Storage Across Raspberry Pi Nodes

Learn how to install and configure GlusterFS on multiple Raspberry Pi nodes to create replicated, distributed storage. This guide covers peer setup, volume creation, mounting, and replication testing.

Tom
Tom
Cover Image for How to Set Up Traefik as a Reverse Proxy and Load Balancer on Raspberry Pi

How to Set Up Traefik as a Reverse Proxy and Load Balancer on Raspberry Pi

Learn how to deploy Traefik v3 on your Raspberry Pi using Docker Compose. This guide covers reverse proxy configuration, automatic service discovery, dashboard access, and Let's Encrypt SSL certificates.

Tom
Tom
Cover Image for How to Build a Kubernetes Cluster on Raspberry Pi with k3s

How to Build a Kubernetes Cluster on Raspberry Pi with k3s

Learn how to set up a lightweight Kubernetes cluster on Raspberry Pi using k3s. This guide covers installing the master node, joining workers, and deploying your first application.

Tom
Tom
Cover Image for How to Use a Raspberry Pi as a Self-Hosted GitHub Actions Runner

How to Use a Raspberry Pi as a Self-Hosted GitHub Actions Runner

Turn your Raspberry Pi into a self-hosted GitHub Actions runner. This guide covers downloading the runner, configuring it with your repository, running it as a systemd service, and writing workflows that target your Pi.

Tom
Tom
Cover Image for How to Set Up Woodpecker CI on Raspberry Pi for Automated Builds

How to Set Up Woodpecker CI on Raspberry Pi for Automated Builds

Deploy Woodpecker CI on your Raspberry Pi with Docker Compose. This guide walks you through connecting Woodpecker to Gitea, configuring the server and agent, and creating your first CI/CD pipeline.

Tom
Tom
Cover Image for How to Run a Private Docker Registry on Raspberry Pi

How to Run a Private Docker Registry on Raspberry Pi

Set up your own private Docker registry on a Raspberry Pi to store and distribute container images locally. This guide covers Docker Compose configuration, pushing and pulling images, insecure registry setup, and basic authentication.

Tom
Tom
Cover Image for How to Set Up Gitea: A Self-Hosted Git Server on Raspberry Pi

How to Set Up Gitea: A Self-Hosted Git Server on Raspberry Pi

Learn how to deploy Gitea on your Raspberry Pi using Docker Compose. Host your own Git repositories, mirror from GitHub, and take full control of your source code with this lightweight, self-hosted Git server.

Tom
Tom
Cover Image for How to Configure UFW Firewall on Raspberry Pi: A Complete Guide

How to Configure UFW Firewall on Raspberry Pi: A Complete Guide

Learn how to install and configure UFW (Uncomplicated Firewall) on your Raspberry Pi to control network traffic, allow specific services, and protect your system from unauthorized access.

Tom
Tom
Cover Image for How to Secure Your Raspberry Pi with fail2ban and SSH Hardening

How to Secure Your Raspberry Pi with fail2ban and SSH Hardening

Learn how to protect your Raspberry Pi from brute-force attacks by installing fail2ban, hardening SSH with key-based authentication, and setting up basic firewall rules with UFW.

Tom
Tom
Cover Image for How to Set Up Grafana and Prometheus on Raspberry Pi for System Monitoring

How to Set Up Grafana and Prometheus on Raspberry Pi for System Monitoring

Learn how to deploy Grafana, Prometheus, and Node Exporter on your Raspberry Pi using Docker Compose to build a complete system monitoring stack with beautiful dashboards.

Tom
Tom
Cover Image for How to Install Uptime Kuma on Raspberry Pi to Monitor Your Services

How to Install Uptime Kuma on Raspberry Pi to Monitor Your Services

Learn how to deploy Uptime Kuma on your Raspberry Pi using Docker to monitor the uptime of your websites, APIs, and network services with a beautiful dashboard.

Tom
Tom
Cover Image for How to Set Up Sonarr and Radarr on Raspberry Pi for Automated Media Management

How to Set Up Sonarr and Radarr on Raspberry Pi for Automated Media Management

Automate your media library with Sonarr and Radarr on Raspberry Pi. This guide walks through Docker Compose setup, indexer configuration, download client integration, and connecting to Jellyfin.

Tom
Tom
Cover Image for How to Set Up Jellyfin Media Server on Raspberry Pi with Docker

How to Set Up Jellyfin Media Server on Raspberry Pi with Docker

Deploy Jellyfin on your Raspberry Pi using Docker to stream movies, TV shows, and music across all your devices. This guide covers Docker Compose setup, media libraries, and hardware transcoding with V4L2.

Tom
Tom
Cover Image for How to Set Up OpenMediaVault as a NAS on Raspberry Pi

How to Set Up OpenMediaVault as a NAS on Raspberry Pi

Turn your Raspberry Pi into a full-featured network-attached storage server with OpenMediaVault. This guide covers installation, drive setup, SMB shares, and client access across Windows, Mac, and Linux.

Tom
Tom
Cover Image for How to Build a Raspberry Pi Sensor Dashboard with DHT22 and Grafana

How to Build a Raspberry Pi Sensor Dashboard with DHT22 and Grafana

Wire up a DHT22 temperature and humidity sensor to your Raspberry Pi, log data to InfluxDB, and visualize it in real time with Grafana. A complete end-to-end IoT monitoring project.

Tom
Tom
Cover Image for How to Set Up Mosquitto MQTT Broker on Raspberry Pi with Docker

How to Set Up Mosquitto MQTT Broker on Raspberry Pi with Docker

Learn how to deploy the Eclipse Mosquitto MQTT broker on a Raspberry Pi using Docker. This guide covers configuration, user authentication, and testing pub/sub messaging for your IoT projects.

Tom
Tom
Cover Image for How to Install Home Assistant on Raspberry Pi Using Docker

How to Install Home Assistant on Raspberry Pi Using Docker

Learn how to install Home Assistant on your Raspberry Pi using Docker and Docker Compose. This guide covers the full setup from container deployment to connecting your first smart home devices.

Tom
Tom
Cover Image for How to Run a Minecraft Server on Raspberry Pi with Docker

How to Run a Minecraft Server on Raspberry Pi with Docker

Learn how to set up a Minecraft Java Edition server on your Raspberry Pi using Docker. This guide covers installation, configuration, performance tuning, and server management so you can host your own world at home.

Tom
Tom
Cover Image for How to Set Up Unbound as a Recursive DNS Resolver on Raspberry Pi

How to Set Up Unbound as a Recursive DNS Resolver on Raspberry Pi

Learn how to install and configure Unbound on your Raspberry Pi as a recursive DNS resolver. Stop relying on third-party DNS providers and resolve queries directly from the root servers for maximum privacy.

Tom
Tom
Cover Image for How to Set Up Nginx Proxy Manager on Raspberry Pi with Docker

How to Set Up Nginx Proxy Manager on Raspberry Pi with Docker

Learn how to install and configure Nginx Proxy Manager on your Raspberry Pi using Docker. Easily manage reverse proxies and SSL certificates for all your self-hosted services through a clean web interface.

Tom
Tom
Cover Image for How to Set Up a WireGuard VPN Server on Raspberry Pi Using Docker

How to Set Up a WireGuard VPN Server on Raspberry Pi Using Docker

Learn how to set up a WireGuard VPN server on your Raspberry Pi using Docker. This guide covers the full setup with docker-compose, client configuration, and port forwarding so you can securely access your home network from anywhere.

Tom
Tom
Cover Image for How to Install Beszel Through Portainer to Monitor Multiple Raspberry Pi Computers: Step-by-Step Guide

How to Install Beszel Through Portainer to Monitor Multiple Raspberry Pi Computers: Step-by-Step Guide

Learn how to install Beszel through Portainer to monitor multiple Raspberry Pi computers. This complete step-by-step guide helps you configure agents and dashboards in minutes..

Tom
Tom
Cover Image for How to Install Pi-hole Using Docker on a Raspberry Pi

How to Install Pi-hole Using Docker on a Raspberry Pi

If you're looking for an easy and efficient way to block ads and trackers across your entire home network, Pi-hole is a powerful and reliable tool to consider. When paired with Docker on a Raspberry Pi, it becomes even more versatile, allowing for easier installation, updates, and management. This blog post will guide you through the process of setting up Pi-hole on your Raspberry Pi using Docker.

Tom
Tom
Cover Image for How to Install Portainer on a Raspberry Pi

How to Install Portainer on a Raspberry Pi

Portainer is an open-source tool that simplifies managing Docker containers through an intuitive web-based interface. Instead of using complex Docker commands in the terminal, Portainer lets you monitor, control, and manage containers, images, networks, and volumes in just a few clicks. Running Portainer on a Raspberry Pi makes for a fantastic, low-cost solution for handling home projects or testing Docker-based applications. This guide will walk you through installing Docker and Portainer on your Raspberry Pi and setting it up for hassle-free container management.

Tom
Tom
Cover Image for How to Install Docker on a Raspberry Pi: Step-by-Step Guide

How to Install Docker on a Raspberry Pi: Step-by-Step Guide

Docker is an essential tool for developers and hobbyists alike, enabling the deployment and management of applications in lightweight, portable containers. Installing Docker on a Raspberry Pi allows you to create a powerful, flexible development environment on a compact, energy-efficient device. In this guide, we’ll walk you through installing Docker on a Raspberry Pi.

Tom
Tom
Cover Image for How to Install and Set Up Raspberry Pi OS: A Step-by-Step Guide

How to Install and Set Up Raspberry Pi OS: A Step-by-Step Guide

Just got your raspberry pi in the mail? Want to get up and going quick?! This guide will walk you through the installation and setup process!

Tom
Tom