AdGuardHome: Change the Admin Password
If you are using docker there is an easier way to reset the password of AdGuardHome. By using an apache docker image instead of installing apache2 on a server:
By using this command to call htpasswd from an Apache docker image.
docker run httpd:2.4 htpasswd -B -n -b USERNAME PASSWORD
Then copy paste the password hash into your AdGuardHome.yaml and restart the AdGuard container.
No Comments