banner
herman

herman

哈哈哈哈哈哈哈哈哈哈哈哈哈哈

docker Installation qBittorrent Account Password Error Troubleshooting Notes

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:

image

Then tried the following methods:

  1. Deleted and reinstalled the config, still getting an error.

  2. Opened the qBittorrent.conf file, deleted the line "WebUI\Password_PBKDF2", restarted Qbittorrent, still getting an error.

  3. Tried installing without using ssh command, through the application creation, still getting an error.

  4. 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:

  1. Stop the qb docker.

  2. Open the qBittorrent.conf file (path: /Container/qbittorrent/config/qBittorrent/).

  3. 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.

  4. 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

  1. Start qb in Docker, open the qb webui interface, log in directly, then change the username and password, done!

image

image

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.