The sleekest looking WebUI for qBittorrent made with Vue.js!
Vue, qBittorrent, Vuetify
- Visit the Releases page!
- Download the latest
vuetorrent.zip
- Unzip the downloaded file
- Point your alternate WebUI location to the
vuetorrent
folder in qBittorrent settings
- Head to the
latest-release
branch - Clone branch using
git clone --single-branch --branch latest-release https://github.com/WDaan/VueTorrent.git
- Pull changes every once in a while, using
git pull
- use hotio's qbittorrent docker image, that comes pre-packed with VueTorrent.
Alternative methods - May work for older QBit versions
- Clone the repo
npm install
npm run serve
npm run lint
(to format the code)docker-compose up -d
(to start qbittorrent docker => optional, you can editvue.config.js
as well)
- Torrents
- add / remove / pause / resume / rename torrents
- selectively download files
- view info / trackers / peers / content / tags & categories
- search for new torrents straight from the WebUI!
- search filtering powered by Fuse.js!
- Keyboard shortcuts!
- select all torrents with Ctrl-A
- delete selected torrents with delete
- select with Ctrl+click
- Shift-click to select from one torrent
- System
- see session stats (down / upload speed, session uploaded / downloaded, free space)
- beautiful transfer graphs
- change the most common settings
- Extra features the default WebUI doesn't have
- mobile friendly! (can be installed as a PWA)
- Configureable Dashboard: choose which torrent properties are shown for both busy and completed torrents
- works with qBittorrent v4.2 and later
I'll gladly accept help/pull requests & advice!
Open up an issue 😛
but before you do that:
- confirm you're on the latest version of VueTorrent
- confirm there is no other issue mentioning the same problem
- qBittorrent
- Other alternate WebUI written in Vue
CzBiX qb-web
- Many thanks @m4ximuel for designing the icon & helping out with the project