AdGuard Home

Network-wide ad and tracker blocking DNS server. Covers all devices on your network with no client-side software — includes DoH, DoT, DoQ, and a built-in DHCP server.
| Tag |
Description |
Best For |
latest |
FreeBSD Port. Built from FreeBSD packages. |
Most users — recommended. |
pkg |
FreeBSD Quarterly. Uses stable, tested packages. |
Production stability. |
pkg-latest |
FreeBSD Latest. Rolling package updates. |
Staying current. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions, including the security model for host vs. container privileges.
Deployment
Interactive Configuration
Parameters
Environment Variables
| Variable |
Default |
Description |
PUID |
1000 |
User ID for the application process |
PGID |
1000 |
Group ID for the application process |
TZ |
UTC |
Timezone for the container |
Volumes
| Path |
Description |
/opt/adguardhome/conf |
Configuration files |
/opt/adguardhome/work |
Work directory (database, logs, data) |
Ports
| Port |
Protocol |
Description |
3000 |
TCP |
Web UI (Setup/Admin) |
53 |
TCP |
DNS (TCP/UDP) |
53 |
UDP |
DNS (TCP/UDP) |
67 |
UDP |
|
68 |
UDP |
|
80 |
TCP |
HTTP |
443 |
TCP |
HTTPS / DNS-over-HTTPS (TCP/UDP) |
443 |
UDP |
HTTPS / DNS-over-HTTPS (TCP/UDP) |
784 |
UDP |
|
853 |
TCP |
DNS-over-TLS (TCP/UDP) |
853 |
UDP |
DNS-over-TLS (TCP/UDP) |
5443 |
TCP |
DNS-over-HTTPS (TCP/UDP) |
5443 |
UDP |
DNS-over-HTTPS (TCP/UDP) |
6060 |
TCP |
Admin API |
8853 |
UDP |
|
Implementation Details
- Architectures: amd64
- User:
bsd (UID/GID set via PUID/PGID). Defaults to 1000:1000.
- Base: Built on
ghcr.io/daemonless/base (FreeBSD 15.1).
Need help? Join our Discord community.