1. Friend has set up a new BlackWei TVS-h874, after a lot of tinkering, encountered an error of incorrect username and password when installing qb in Docker:
Then tried the following methods:
-
Deleted and reinstalled the config, still getting an error.
-
Opened the qBittorrent.conf file, deleted the line "WebUI\Password_PBKDF2", restarted Qbittorrent, still getting an error.
-
Tried installing without using ssh command, through the application creation, still getting an error.
-
As a last resort, initialized the QNAP system, started from scratch, then reinstalled qb, oh no, still wrong!
Stuck on this qb for two whole days, it's really rare...
2. Finally, the experts in the group couldn't stand it anymore and had to take action. Come on, follow these steps:
-
Stop the qb docker.
-
Open the qBittorrent.conf file (path: /Container/qbittorrent/config/qBittorrent/).
-
Find this item: WebUI\AuthSubnetWhitelist, change it to your own local network IP range, such as 10.10.10.0/24 or 192.168.1.0/24, depending on your own IP range.
-
Usually, if you haven't logged in before, this item may not exist, so add the following content:
WebUI\AlternativeUIEnabled=false
WebUI\AuthSubnetWhitelist=10.10.10.0/24 (replace with your own qb IP range)
WebUI\AuthSubnetWhitelistEnabled=true
WebUI\BanDuration=3600
-
Start qb in Docker, open the qb webui interface, log in directly, then change the username and password, done!