Is there an existing issue for this?
Current Behavior
The option to create a torrent from the WebUI is not visible or available when using the linuxserver/qbittorrent Docker image. This is despite upstream qBittorrent confirming the feature is now completed and visible in current versions of qBittorrent (see: qbittorrent/qBittorrent#5614).
Expected Behavior
There should be an option in the WebUI to create a new torrent (like in the desktop client), as was implemented upstream. User expectation is that the official Docker image exposes all completed core UI features.
Steps To Reproduce
- Deploy the latest linuxserver/qbittorrent Docker image
- Open the WebUI
- Attempt to find an option to create a torrent from local files
- Observe the lack of such an option/button in the WebUI
Environment
- OS: Debian
- How docker service was installed: official debian package
CPU architecture
x86-64
Docker creation
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8088
volumes:
- ./config/qbittorrent:/config
- "${DATA_DIR}:/mnt/BackupHDD"
network_mode: "service:gluetun"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "curl -sf https://api.ipify.org || exit 1"]
interval: 30s
timeout: 10s
retries: 3
depends_on:
- gluetun
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 5.1.4-r1-ls431
Build-date: 2025-12-07T06:57:16+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8088
Connection to localhost (::1) 8088 port [tcp/omniorb] succeeded!
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
The option to create a torrent from the WebUI is not visible or available when using the linuxserver/qbittorrent Docker image. This is despite upstream qBittorrent confirming the feature is now completed and visible in current versions of qBittorrent (see: qbittorrent/qBittorrent#5614).
Expected Behavior
There should be an option in the WebUI to create a new torrent (like in the desktop client), as was implemented upstream. User expectation is that the official Docker image exposes all completed core UI features.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - WEBUI_PORT=8088 volumes: - ./config/qbittorrent:/config - "${DATA_DIR}:/mnt/BackupHDD" network_mode: "service:gluetun" restart: unless-stopped healthcheck: test: ["CMD-SHELL", "curl -sf https://api.ipify.org || exit 1"] interval: 30s timeout: 10s retries: 3 depends_on: - gluetunContainer logs
[migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: 5.1.4-r1-ls431 Build-date: 2025-12-07T06:57:16+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... WebUI will be started shortly after internal preparations. Please wait... ******** Information ******** To control qBittorrent, access the WebUI at: http://localhost:8088 Connection to localhost (::1) 8088 port [tcp/omniorb] succeeded! [ls.io-init] done.