logi
August 20, 2024, 12:44am
1
Once AdGuard is enabled in the GLi.Net web interface, there is an option to jump to the AdGuard Home main page/console, I don't see any user/pass, I have an iOS App client for AdGuard Home and I need the credentials to be able to connect to, any idea where can I get that information, thanks
admon
August 20, 2024, 6:02am
2
Those 3rd party apps are not supported by the AdGuard Home config used in GL firmware.
You need to manually edit the config.yaml to set user and password:
Short answer: You can’t use username or password without breaking GL GUI.
Long answer: AGH is integrated into the login procedure by GL GUI. This happens during startup of the AGH instance - because it will load a settings file created by GL. You can, of course, modify the startup procedure, so AGH will act like a standalone installation, but in that case, you can’t configure AGH by GL GUI anymore. This has advantages and disadvantages, and I would not really recommend it for non-professional …
I don’t know the specific app, but this will likely help:
You need to set a username / password in the Adguard’s yml file in /etc/AdGuardHome on the router, i.e. numbers 2 and 3 on the page linked above.
Replace the user section in the yml file with the info from the htpasswd command:
users:
- name: ...
password: <HASH>
1 Like
logi
August 20, 2024, 4:53pm
3
Thank you, I really appreciate the detailed information
1 Like