### Prerequisites - [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [x] I have searched other issues and found no duplicates - [x] I want to report a bug and not [ask a question or ask for help](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) - [x] I have set up AdGuard Home correctly and [configured clients to use it](https://github.com/AdguardTeam/AdGuardHome/wiki/Clients). (Use the [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) for help with installing and configuring clients.) ### Platform (OS and CPU architecture) Linux, AMD64 (aka x86_64) ### Installation Docker ### Setup On one machine ### AdGuard Home version v0.107.65 ### Action AdguardHome.yaml (password is removed by setting `users` to `[]`) ```yaml http: pprof: port: 6060 enabled: false address: 0.0.0.0:3020 session_ttl: 720h users: [] auth_attempts: 5 block_auth_min: 15 http_proxy: "" language: en theme: dark ``` ```sh curl 'https://adguard.DOMAIN.TLD:3020/control/profile' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: en-US,en;q=0.9' \ -H 'cache-control: no-cache' \ -H 'pragma: no-cache' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Linux"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-gpc: 1' ``` ### Expected result Return HTTP 200 with correct result ### Actual result Returns 401 unauthorized despite web ui password is disabled ### Additional information and/or screenshots The error also reflects on the web interface <img width="533" height="277" alt="Image" src="https://github.com/user-attachments/assets/94e95cc2-45ea-451c-90f6-806d795b6947" />