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?
Invalid Username or Password.
Re: Invalid Username or Password.
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.
2) Login using the user:pass you used before.
3) Change the user:pass to something that is not admin:adminadmin.
4) Upgrade.
-
- Newbie
- Posts: 2
- Joined: Sun Nov 26, 2023 12:35 am
Re: Invalid Username or Password.
How do you change the default password?
Re: Invalid Username or Password.
Settings | Web UI | Web User Interface (Remote control) | Authentication
Re: Invalid Username or Password.
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
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
Re: Invalid Username or Password.
The random password generated at install it's shown at portainer log, i assume that docker has a way to view it also
Re: Invalid Username or Password.
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
Then use ^c to get back to the console
Example:
Otherwise, you can use the docker command
Code: Select all
docker logs -f qbittorrent
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.