-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Anonymous Mode
Tom Piccirello edited this page Jan 4, 2018
·
10 revisions
Since v2.9.0, qBittorrent supports a feature called "Anonymous Mode".
When enabled, qBittorrent tries to hide its identity to a certain degree:
- The peer-ID will no longer include the client's fingerprint.
- The user-agent will be reset to an empty string.
- Other identifying information will not be leaked, such as your local listen port, your IP etc.
If you're using I2P, a VPN or a proxy, it might make sense to enable anonymous mode.
- 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 >= 5.0 |
| Previous | qBittorrent v4.1.0 - v4.6.x |
| 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