LinuxCommandLibrary

adguardhome

A network-wide software for blocking ads & tracking.

TLDR

Run AdGuard Home

$ AdGuardHome
copy


Run AdGuard Home with a specific config
$ AdGuardHome --config [path/to/AdGuardHome.yaml]
copy


Set the work directory for data to be stored in
$ AdGuardHome --work-dir [path/to/directory]
copy


Install or uninstall AdGuard Home as a service
$ AdGuardHome --service [install|uninstall]
copy


Start the AdGuard Home service
$ AdGuardHome --service start
copy


Reload the configuration for the AdGuard Home service
$ AdGuardHome --service reload
copy


Stop or restart the AdGuard Home service
$ AdGuardHome --service [stop|restart]
copy

Copied to clipboard