Linux command
adguardian-term 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Launch the dashboard
ADGUARD_IP="192.168.1.1" ADGUARD_PORT="3000" ADGUARD_USERNAME="admin" ADGUARD_PASSWORD="pass" adguardian
Launch with command-line flags
adguardian --adguard-ip [192.168.1.1] --adguard-port [3000] --adguard-username [admin] --adguard-password [pass]
Run via Docker
docker run -e ADGUARD_IP=192.168.1.1 -e ADGUARD_PORT=3000 -e ADGUARD_USERNAME=admin -e ADGUARD_PASSWORD=pass -it lissy93/adguardian
说明
adguardian-term is a terminal-based real-time traffic monitoring and statistics dashboard for AdGuard Home instances. It displays DNS query activity, block/allow statistics, active filter lists, and top queried domains in an interactive TUI. Written in Rust using ratatui for the interface, it communicates with the AdGuard Home API to provide a lightweight alternative to the web UI. The dashboard refreshes automatically and shows queries allowed, filtered, or blocked, along with historical trends and domain analytics.
参数
- --adguard-ip _address_
- IP address of the AdGuard Home instance
- --adguard-port _port_
- Port number of the AdGuard Home instance
- --adguard-username _user_
- Authentication username
- --adguard-password _pass_
- Authentication password
FAQ
What is the adguardian-term command used for?
adguardian-term is a terminal-based real-time traffic monitoring and statistics dashboard for AdGuard Home instances. It displays DNS query activity, block/allow statistics, active filter lists, and top queried domains in an interactive TUI. Written in Rust using ratatui for the interface, it communicates with the AdGuard Home API to provide a lightweight alternative to the web UI. The dashboard refreshes automatically and shows queries allowed, filtered, or blocked, along with historical trends and domain analytics.
How do I run a basic adguardian-term example?
Run `ADGUARD_IP="192.168.1.1" ADGUARD_PORT="3000" ADGUARD_USERNAME="admin" ADGUARD_PASSWORD="pass" adguardian` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --adguard-ip _address_ do in adguardian-term?
IP address of the AdGuard Home instance