qBittorrent default admin credentials (user/password) no longer valid since v4.6.1 #29

Closed
opened 2023-11-22 18:32:35 -03:00 by microphobic · 5 comments
microphobic commented 2023-11-22 18:32:35 -03:00 (Migrated from gitlab.com)

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:

2023-11-22T21:20:01.463998807Z The WebUI administrator username is: admin
2023-11-22T21:20:01.464001163Z The WebUI administrator password was not set. A temporary password is provided for this session: XXXXXXX

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: > 2023-11-22T21:20:01.463998807Z The WebUI administrator username is: admin > 2023-11-22T21:20:01.464001163Z The WebUI administrator password was not set. A temporary password is provided for this session: XXXXXXX
rogs commented 2023-11-22 18:34:05 -03:00 (Migrated from gitlab.com)

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!

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!
microphobic commented 2023-11-22 18:44:02 -03:00 (Migrated from gitlab.com)

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)

WebUI\Password_PBKDF2="@ByteArray(ARQ77eY1NUZaQsuDHbIMCA==:0WMRkYTUWVT9wVvdDtHAjU9b3b7uB8NR1Gur2hmQCvCDpm39Q+PsJRJPaCU51dEiz+dTzh8qbPsL8WkFljQYFQ==)"

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!

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) > WebUI\Password_PBKDF2="@ByteArray(ARQ77eY1NUZaQsuDHbIMCA==:0WMRkYTUWVT9wVvdDtHAjU9b3b7uB8NR1Gur2hmQCvCDpm39Q+PsJRJPaCU51dEiz+dTzh8qbPsL8WkFljQYFQ==)" 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!
rogs (Migrated from gitlab.com) closed this issue 2023-11-22 19:34:34 -03:00
rogs commented 2023-11-22 19:39:12 -03:00 (Migrated from gitlab.com)

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!

It seems this is a [bug on the qBittorrent container](https://github.com/linuxserver/docker-qbittorrent/issues/268). 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!
methbkts commented 2024-01-16 12:21:46 -03:00 (Migrated from gitlab.com)

The bug is solved upstream.

The web UI is at :8080 and a temporary password for the admin user will be printed to the container log on startup.

You must then change username/password in the web UI section of settings. If you do not change the password a new one will be generated every time the container starts.

See README file.

Put docker logs -f qbittorrent in terminal to display the temporary password.

The bug is solved upstream. > The web UI is at <your-ip>:8080 and a temporary password for the admin user will be printed to the container log on startup. > > You must then change username/password in the web UI section of settings. If you do not change the password a new one will be generated every time the container starts. See [README](https://github.com/linuxserver/docker-qbittorrent#application-setup) file. Put `docker logs -f qbittorrent` in terminal to display the temporary password.
rogs commented 2024-01-16 12:23:01 -03:00 (Migrated from gitlab.com)

Great, thanks for the confirmation @methbkts! I will unpin it and update the docs soon

Great, thanks for the confirmation @methbkts! I will unpin it and update the docs soon
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rogs/yams#29
No description provided.