chirpy-starter/_posts/2023-10-25-AdGuardHome.md
2023-10-25 07:52:26 -05:00

771 B

title date categories tags
Install AdGuard Home on Raspberry Pi 2023-10-25 07:30:00 -500
DNS
homelab
AdGuard
projects
DNS
homelab
raspberrypi
AdGuard

AdGuard Home on Raspberry Pi

Using this guide I installed AdGuard home on a Raspberry Pi in order to run a home DNS server that will block ads and malicious websites.

This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address.

  1. Download with this command: 'code'cd wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz' tar -f AdGuardHome_linux_armv6.tar.gz -x -v

  2. Install with this command: 'code'cd ./AdGuardHome/ sudo ./AdGuardHome -s install