I forgot my UI lock password
Mike Tzou edited this page Dec 6, 2018
·
14 revisions
Pages 70
General
- 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
Troubleshooting
External programs
Search plugins
Themes
Translation
WebUI
WebUI API
State | Version |
---|---|
Current | qBittorrent ≥ v4.1 |
Previous | qBittorrent v3.2.0 - v4.0.x |
Obsolete | qBittorrent < v3.2.0 |
WebAPI clients
Alternate WebUI
Reverse proxy setup for WebUI access
WebUI HTTPS configuration
- 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
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
Development
- 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
Compilation
*BSD, Linux
- Alpine Linux
- CentOS 8.x
- Debian / Ubuntu and derivatives (CMake)
- Debian / Ubuntu and derivatives (autotools/qmake)
- Docker
- FreeBSD (no GUI)
- Fully static binaries on Linux (glibc or musl)
- Raspberry Pi OS / DietPi
- Raspbian for LeMaker Banana Pro
macOS
Windows
Clone this wiki locally
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
Before qBittorrent v3.3.6 on macOS
-
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