AdGuard Home
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Timezone | |
| User ID | |
| Group ID | |
| AdGuard Home Host Port | |
| AdGuard Home /opt/adguardhome/conf Path | |
| AdGuard Home /opt/adguardhome/work Path |
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.
| Port | 3000 |
| Registry | ghcr.io/daemonless/adguardhome |
| Daemonless | daemonless/adguardhome |
| Source | AdguardTeam/AdGuardHome |
| Website | adguard.com/adguard-home.html |
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest |
FreeBSD Port. Built from FreeBSD packages. | Most users. Matches Linux Docker behavior. |
pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
pkg-latest |
FreeBSD Latest. Rolling package updates. | Newest FreeBSD packages. |
Root Privileges Required
Podman on FreeBSD currently requires root. All commands must be run as root (or via doas/sudo).
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
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 to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.