Keep a close watch on your AdGuard Home instance directly from your terminal. This tool provides a real-time dashboard to monitor all DNS traffic, giving you a clear view of what's happening on your network at any moment. It's a lightweight and efficient way to access key statistics without leaving the command line.
Key monitoring features include:
Built with Rust, the application is secure, fast, and runs locally with no external requests. It's designed to be easy and lightweight, available as a tiny Docker image or a zero-dependency executable, making setup quick and simple.
services:
adguardian-term:
image: lissy93/adguardian-term:latest
container_name: adguardian-term
# Required for Terminal User Interface (TUI)
stdin_open: true
tty: true
# Host networking is recommended to easily connect to a local AdGuard Home instance
network_mode: host
volumes:
# Persist configuration file
- ./config:/root/.config/adguardian-term
restart: unless-stopped# Timezone configuration
TZ=UTCAuto-fetched 21 minutes ago
Auto-fetched 21 minutes ago