banner
herman

herman

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

docker installation qBittorrent account password error troubleshooting notes

1. Friends have set up a new BlackWei TVS-h874, after a lot of effort, but encountered an account password error 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. Installed through the application instead of using ssh command, still getting an error.

  4. Went all out, initialized the QNAP system, started from scratch, then reinstalled qb, oh no, still wrong!

Stuck with this qb for two whole days, it's really rare...

2. Finally, the experts in the group couldn't stand it anymore, so they 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.