2024-02-29 13:03:41 +01:00
# VueTorrent
The sleekest looking WebUI for qBittorrent made with Vue.js!
2023-11-05 09:13:25 +01:00
2024-04-15 12:25:00 +02:00
[](https://discord.gg/KDQP7fR467)
2023-11-29 08:25:43 +01:00
2024-02-29 13:03:41 +01:00

2022-12-08 16:19:29 +08:00
2024-05-08 20:07:56 +02:00
 
2024-03-12 15:52:49 +01:00

2022-12-08 16:19:29 +08:00
2024-02-29 13:03:41 +01:00
 
 
 
2024-03-03 05:00:37 +01:00


2024-03-12 15:52:49 +01:00
[](.github/CODE_OF_CONDUCT.md)
2023-03-04 17:33:05 +01:00
2020-05-24 11:50:21 +02:00
## Screenshots
2023-03-04 15:04:41 +01:00
- Desktop
2024-03-12 15:52:49 +01:00
2023-10-20 15:15:28 +02:00
< p >
< img src = "readme_assets/screenshot-desktop.png" width = "800" alt = "Screenshot Desktop (Light Mode)" / >
2023-03-04 17:33:05 +01:00
< / p >
2020-09-28 17:50:24 +02:00
2023-03-04 15:04:41 +01:00
- Desktop Dark Mode
2024-03-12 15:52:49 +01:00
2023-10-20 15:15:28 +02:00
< p >
< img src = "readme_assets/screenshot-desktop-dark-mode.png" width = "800" alt = "Screenshot Desktop (Dark Mode)" / >
2023-03-04 17:33:05 +01:00
< / p >
2020-09-28 17:50:24 +02:00
2024-03-12 15:52:49 +01:00
- Mobile
2023-10-20 15:15:28 +02:00
< p >
< img src = "readme_assets/screenshot-mobile-dark-mode.png" width = "400" alt = "Screenshot Mobile Dashboard (Dark Mode)" / >
< img src = "readme_assets/screenshot-mobile-navbar-dark-mode.png" width = "400" alt = "Screenshot Mobile Dashboard (Light Mode)" / >
2023-03-04 17:33:05 +01:00
< / p >
2020-05-24 11:50:21 +02:00
2024-05-18 10:26:02 +02:00
## Demo
A live demo **with mocked data** is available here: https://vuetorrent.github.io/demo
2024-05-19 15:14:41 +02:00
> [!NOTE] This version isn't connected to a qBittorrent instance.
>
2024-05-18 10:26:02 +02:00
> Don't try to download torrents or change preferences, it won't work 😉
2020-05-24 11:50:21 +02:00
## Installation
2024-01-20 22:17:56 +01:00
Checkout the [wiki ](https://github.com/VueTorrent/VueTorrent/wiki/Installation )!
2020-05-24 11:50:21 +02:00
## Development
2021-01-23 16:54:37 +05:30
- Clone the repo
- `npm install`
2022-11-15 09:41:14 +01:00
- `npm start`
2021-01-23 16:54:37 +05:30
- `npm run lint` (to format the code)
2022-12-30 14:19:30 +01:00
- `docker-compose up -d` (starts a qbittorrent docker, optional)
2023-12-28 13:17:14 +01:00
- Open the WebUI on localhost with the default credentials
- Default username is always `admin`
2024-05-18 10:26:02 +02:00
- Default password is `adminadmin` **on 4.6.0 and below** , and is generated in logs on 4.6.1 and above
- Make sure "CSRF protection" and "Host header verification" is disabled in the qBittorrent preferences
- Edit `env.development` to tweak your dev environment (e.g. mocked data)
2020-10-18 12:41:18 +02:00
2020-05-24 11:50:21 +02:00
## Features
2021-01-23 11:59:02 +01:00
- Torrents
2021-01-23 16:54:37 +05:30
- add / remove / pause / resume / rename torrents
- selectively download files
2021-01-23 11:59:02 +01:00
- view info / trackers / peers / content / tags & categories
2021-01-23 16:54:37 +05:30
- search for new torrents straight from the WebUI!
2020-10-28 14:44:40 +01:00
- Keyboard shortcuts!
2023-10-20 15:15:28 +02:00
- Mac keymap is supported (use < kbd > Cmd</ kbd > instead of < kbd > Ctrl</ kbd > )
- Press < kbd > Escape</ kbd > to dismiss any dialogs or to return to Dashboard view
- Dashboard
- Select all torrents with < kbd > Ctrl</ kbd > -< kbd > A</ kbd >
- Focus search input with < kbd > Ctrl</ kbd > -< kbd > F</ kbd >
- Press again to enable native browser search
- When no dialogs are opened, press < kbd > Escape</ kbd > to unfocus search input
- Press again to unselect all torrents
- Delete selected torrents with < kbd > Delete</ kbd > (< kbd > Fn</ kbd > -< kbd > Backspace</ kbd > on Mac)
2024-02-29 13:03:41 +01:00
- < kbd > Ctrl</ kbd > -click on a torrent card to enable multi-select mode
2023-10-20 15:15:28 +02:00
- Hold < kbd > Shift</ kbd > and click on a torrent card to select all torrents between the last selected torrent and the clicked torrent
2021-01-23 11:59:02 +01:00
- System
2021-01-23 16:54:37 +05:30
- see session stats (down / upload speed, session uploaded / downloaded, free space)
- beautiful transfer graphs
- change the most common settings
2021-01-23 11:59:02 +01:00
- 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
2023-11-07 09:31:44 +01:00
- Optimized for the latest version of qBittorrent
2024-04-15 12:25:00 +02:00
- Additional backend for improved experience, [see the repo for more info ](https://github.com/VueTorrent/vuetorrent-backend )
- This is a work in progress, and is not required to use VueTorrent
- Stores server-side settings
2020-05-24 11:50:21 +02:00
2024-02-29 13:03:41 +01:00
## Important Information
VueTorrent is a **WebUI** (think of it as a "visual skin") that uses qBittorrent's API, enabling compatibility with automation solutions like the Servarr stack.
2024-05-18 10:26:02 +02:00
Everything that is compatible with the classic qBittorrent WebUI will work regardless of the WebUI you chose to use, whether its VueTorrent or another one.
2024-02-29 13:03:41 +01:00
2020-05-24 11:50:21 +02:00
## Contributing
2024-04-15 12:25:00 +02:00
We gladly accept contributions!
Any help is appreciated, whether it's reporting bugs, suggesting enhancements, contributing code or localizing the app.
See the [Contributing Guidelines ](https://github.com/VueTorrent/VueTorrent/blob/master/.github/CONTRIBUTING.md ) for more information.
2023-10-20 15:15:28 +02:00
2020-05-24 11:50:21 +02:00
## Support
2024-05-18 10:26:02 +02:00
- [](https://discord.gg/KDQP7fR467)
- [](https://github.com/VueTorrent/VueTorrent/wiki)
- [](https://github.com/VueTorrent/VueTorrent/wiki/FAQ)
2021-02-27 08:22:09 +01:00
2024-05-18 10:26:02 +02:00
If any of the above didn't help, feel free to open an issue!
2022-11-15 09:36:54 +01:00
2024-05-18 10:26:02 +02:00
See the [Contributing Guidelines ](https://github.com/VueTorrent/VueTorrent/blob/master/.github/CONTRIBUTING.md ) for more information.
2020-05-24 11:50:21 +02:00
2024-04-15 12:25:00 +02:00
## Funding
All donations are appreciated but purely optional.
Checkout the sponsor section of the repository.
2020-05-24 11:50:21 +02:00
2023-10-20 15:15:28 +02:00
## Contributors
2023-11-29 08:25:43 +01:00
2023-10-20 15:15:28 +02:00
- [@m4ximuel ](https://github.com/m4ximuel )
- [@Larsluph ](https://github.com/Larsluph )