-
-
Notifications
You must be signed in to change notification settings - Fork 4k
I forgot my UI lock password
Mike Tzou edited this page Dec 6, 2018
·
14 revisions
You locked the qBittorrent user interface and forgot the password you used? Don't worry, you can recover from this.
-
Exit or kill qBittorrent process.
-
Open the preference file with a text editor.
Windows
%APPDATA%\qBittorrent\qbittorrent.ini
=C:\Users\<username>\AppData\Roaming\qBittorrent\qbittorrent.ini
Linux
~/.config/qBittorrent/qBittorrent.conf
macOS
~/.config/qBittorrent/qbittorrent.ini
-
Remove the following lines:
[Locking] password=<encrypted_password> # this only appear on qBittorrent version < 4.2.0 password_PBKDF2=<encrypted_password> # this only appear on qBittorrent version ≥ 4.2.0 locked=true
-
Save the file
-
Start qBittorrent again
-
Exit or kill qBittorrent process
-
Open a terminal and run the following command:
defaults delete com.qbittorrent.qBittorrent Locking.locked defaults delete com.qbittorrent.qBittorrent Locking.password
-
Start qBittorrent again
- Installing qBittorrent
- Frequently Asked Questions (FAQ)
- qBittorrent options (current and deprecated)
- How to use qBittorrent as a tracker
- How to use portable mode
- Anonymous mode
- How to bind your vpn to prevent ip leaks
State | Version |
---|---|
Current | qBittorrent ≥ v4.1 |
Previous | qBittorrent v3.2.0 - v4.0.x |
Obsolete | qBittorrent < v3.2.0 |
- Let's Encrypt Certificates + Caddy2 Reverse Proxy
- Let's Encrypt certificates + NGINX reverse proxy - Linux
- Let's Encrypt certificates - Linux
- Self-signed SSL certificates - Linux
- Running qBittorrent without X server (WebUI only)
- Running qBittorrent without X server (WebUI only, systemd service set up, Ubuntu 15.04 or newer)
- OpenVPN and qBittorrent without X server
- Coding style
- Contributing
- How to write a search plugin
- Using VSCode for qBittorrent development
- Setup GDB with Qt pretty printers
- How to debug WebUI code