Invalid Username or Password.

If you run qBittorrent in / with Docker.
Post Reply
deathleecher
Newbie
Newbie
Posts: 2
Joined: Sun Nov 26, 2023 12:35 am

Invalid Username or Password.

Post by deathleecher »

After i updated my "binhex-qbittorrentvpn" on Nov 22, 2023.

I cant login to qBittorrent Web UI. Keep getting the message Invalid Username or Password.

Was using Admin / adminadmin

I have tried adding WebUI\username=admin and WebUI\password=adminadmin

also

[Locking]
locked=false

Without any luck.

Anyone know how to fix this issue?
gderf
Member
Member
Posts: 38
Joined: Mon Apr 26, 2021 3:26 pm

Re: Invalid Username or Password.

Post by gderf »

1) Downgrade to the prior version.
2) Login using the user:pass you used before.
3) Change the user:pass to something that is not admin:adminadmin.
4) Upgrade.
deathleecher
Newbie
Newbie
Posts: 2
Joined: Sun Nov 26, 2023 12:35 am

Re: Invalid Username or Password.

Post by deathleecher »

How do you change the default password?
gderf
Member
Member
Posts: 38
Joined: Mon Apr 26, 2021 3:26 pm

Re: Invalid Username or Password.

Post by gderf »

deathleecher wrote: Sun Nov 26, 2023 10:31 pm How do you change the default password?
Settings | Web UI | Web User Interface (Remote control) | Authentication
GeeTeeNZ
Newbie
Newbie
Posts: 1
Joined: Sun Jul 14, 2024 11:49 am

Re: Invalid Username or Password.

Post by GeeTeeNZ »

Hi,

I just installed the bin-hex Qbittorrent and came across this same issue.
Has something to do random initial passwords being generated. Not sure where to go to look for them.

HOWEVER, the solution I found on the boards is to add the following line to the Qbit Config file:

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

This forces the initial password to be adminadmin.

Hope this helps,

GT
xcalibour
Newbie
Newbie
Posts: 6
Joined: Sat Aug 10, 2024 6:35 pm

Re: Invalid Username or Password.

Post by xcalibour »

The random password generated at install it's shown at portainer log, i assume that docker has a way to view it also
ticedoff8
Member
Member
Posts: 21
Joined: Sat Jul 20, 2024 1:16 am

Re: Invalid Username or Password.

Post by ticedoff8 »

Assuming you started the docker image using 'docker-compose up qbittorrent', then the screen you started it on will be dedicated to the docker image's startup log. And it will have the randomly generated password listed on the screen.
Otherwise, you can use the docker command

Code: Select all

docker logs -f qbittorrent
Then use ^c to get back to the console

Example:
qbittorrent | ───────────────────────────────────────
qbittorrent | Linuxserver.io version: 4.6.7-r0-ls352
qbittorrent | Build-date: 2024-09-22T06:52:38+00:00
qbittorrent | ───────────────────────────────────────
qbittorrent |
qbittorrent | [custom-init] No custom files found, skipping...
qbittorrent | WebUI will be started shortly after internal preparations. Please wait...
qbittorrent |
qbittorrent | ******** Information ********
qbittorrent | To control qBittorrent, access the WebUI at: http://localhost:8080
qbittorrent |
qbittorrent | The WebUI administrator username is: admin
qbittorrent | The WebUI administrator password was not set. A temporary password is provided for this session: cXUmZvkHW
qbittorrent | You should set your own password in program preferences.
qbittorrent | Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!
qbittorrent | [ls.io-init] done.
Post Reply