qBittorrent default admin credentials (user/password) no longer valid since v4.6.1 #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since qBittorrent v4.6.1 release, the default user: admin, password: adminadmin are no longer valid.
A new temporary random password would be generated on each start. The password can be obtained from docker logs:
Oh, that's good! Great catch! For the time being I'll pin the old version, but I'll definitely fix this properly soon! Thank you for the catch!
For some reason I still can't login with this new autogenerated password on start. Still investigating why.
Edit: No temporary password worked for me, so I stopped the qbittorrent container, edited the qBittorrent.conf and adding in the following line in the end (in Preferences section)
This sets the password back to "adminadmin". Used this workaround so I can login in the Web UI and set a new secure password. DO NOT LEAVE THIS "adminadmin" password!!! Change it!
It seems this is a bug on the qBittorrent container. For the time being, I pinned the qBittorrent verison to 4.6.0. I will fix this properly once the bug is solved. Thank you for the report!
The bug is solved upstream.
See README file.
Put
docker logs -f qbittorrent
in terminal to display the temporary password.Great, thanks for the confirmation @methbkts! I will unpin it and update the docs soon