hi, i upgrated my dietpi to lastest version today and reinstalled softwares. after qbittorrent install, i cannot login on webgui. tried different combinations;
qbittorrent / dietpi
qbittorrent / adminadmin
qbittorrent / *myglobalpass*
root / dietpi
root / adminadmin
root / *myglobalpass*
no result.
searched forums, tried to config qbittorrent.conf webgui password line. nothing.
please help me to find right solution.
qBittorrent login issue Topic is solved
Re: qBittorrent login issue
qbittorrent / dietpi still works for me on latest updates 
Re: qBittorrent login issue
@sc355
I could replicate the issue. Even removing the user and password from the config file and restarting the service didn't allow me to login the web UI: https://github.com/qbittorrent/qBittorr ... ent-nox%29
But also there is no wrong user/password warning, so it seems to be another issue actually. Is that true in your case as well when you use qbittorrent / *myglobalpass*?
Hah, tried it with another browser (Edge) and there it worked. On Opera it still does not...
Logged in with Edge with default user/password (admin/adminadmin) after removing user and password lines from config + restart. Then adjusted both in web UI and compared to how we add it in dietpi-software: Exactly the same!
So it seems to be a browser specific issue. Please verify that this is the case for you as well (e.g. it works with Microsoft Edge). Then we need to report to qBittorrent devs.
I could replicate the issue. Even removing the user and password from the config file and restarting the service didn't allow me to login the web UI: https://github.com/qbittorrent/qBittorr ... ent-nox%29
But also there is no wrong user/password warning, so it seems to be another issue actually. Is that true in your case as well when you use qbittorrent / *myglobalpass*?
Hah, tried it with another browser (Edge) and there it worked. On Opera it still does not...
Logged in with Edge with default user/password (admin/adminadmin) after removing user and password lines from config + restart. Then adjusted both in web UI and compared to how we add it in dietpi-software: Exactly the same!
So it seems to be a browser specific issue. Please verify that this is the case for you as well (e.g. it works with Microsoft Edge). Then we need to report to qBittorrent devs.
Re: qBittorrent login issue
you are right Michalng thank you.MichaIng wrote: ↑Sun May 26, 2019 1:54 am @sc355
I could replicate the issue. Even removing the user and password from the config file and restarting the service didn't allow me to login the web UI: https://github.com/qbittorrent/qBittorr ... ent-nox%29
But also there is no wrong user/password warning, so it seems to be another issue actually. Is that true in your case as well when you use qbittorrent / *myglobalpass*?
Hah, tried it with another browser (Edge) and there it worked. On Opera it still does not...
Logged in with Edge with default user/password (admin/adminadmin) after removing user and password lines from config + restart. Then adjusted both in web UI and compared to how we add it in dietpi-software: Exactly the same!
So it seems to be a browser specific issue. Please verify that this is the case for you as well (e.g. it works with Microsoft Edge). Then we need to report to qBittorrent devs.
hust tried on edge, and its ok with qbittorrent / dietpi
still cant login on chrome.
Re: qBittorrent login issue
Ref: https://github.com/MichaIng/DietPi/issues/2861
No issue on Buster systems, so it is resolved with current qBitTorrent versions. Will report this to the Debian bug tracker, perhaps it is reason enough to update the version in Stretch repo. Otherwise we probably need to ship custom compiled binaries.
I will add the info to our online docs for now: viewtopic.php?p=2272#p2272
No issue on Buster systems, so it is resolved with current qBitTorrent versions. Will report this to the Debian bug tracker, perhaps it is reason enough to update the version in Stretch repo. Otherwise we probably need to ship custom compiled binaries.
I will add the info to our online docs for now: viewtopic.php?p=2272#p2272
Re: qBittorrent login issue
I installed qbittorrent today and tried to login with Chrome, Edge and Firefox all give a warning 'username and/or password incorrect' after sometime my ip get banned. I used
admin - adminadmin,
qbittorrent - dietpi,
qbittorrent - adminadmin,
qbittorrent - myglobalpassword
and also tried root as username
nothing worked for me.
admin - adminadmin,
qbittorrent - dietpi,
qbittorrent - adminadmin,
qbittorrent - myglobalpassword
and also tried root as username
nothing worked for me.
Re: qBittorrent login issue
I have the same issue with a fresh install...Cengiz87 wrote: ↑Sat Oct 26, 2019 5:58 pm I installed qbittorrent today and tried to login with Chrome, Edge and Firefox all give a warning 'username and/or password incorrect' after sometime my ip get banned. I used
admin - adminadmin,
qbittorrent - dietpi,
qbittorrent - adminadmin,
qbittorrent - myglobalpassword
and also tried root as username
nothing worked for me.
Re: qBittorrent login issue
With me also the same problem.
I changed the password under qbittorrent / .config
But no success no registration possible.
I changed the password under qbittorrent / .config
But no success no registration possible.
Re: qBittorrent login issue
well... In my installation there was no configuration file, and the login didn't work.
So I've taken the following steps to make it work:
1.- Connect by SSH to your device.
2.- Execute:
The default user name and password will now appear, and the service will be running on port 8080. Access to your __IP__:8080, with the credentials that qbitorrent has indicated, login and change the password from the configuration.
Now you can kill the qbitorrent-nox service (Ctrl+C) and restart the device services:
Now you can access to the service with:
user: qbittorrent
passwd: __YOURPASSWORD__
I hope I've explained well....
So I've taken the following steps to make it work:
1.- Connect by SSH to your device.
2.- Execute:
Code: Select all
qbittorrent-nox default
Now you can kill the qbitorrent-nox service (Ctrl+C) and restart the device services:
Code: Select all
dietpi-services restart
user: qbittorrent
passwd: __YOURPASSWORD__
I hope I've explained well....

Re: qBittorrent login issue
Thanks for your reports guys. I will try to replicate. Probably the way the password has to be stored changed.