What is Qui?Qui is a fast, modern web interface for qBittorrent. It supports managing multiple qBittorrent instances from a single, lightweight application with features like cross-seeding, automations, orphan scanning, and backups.
1 · Deploy Quiservices:
qui:
image: ghcr.io/autobrr/qui:latest
container_name: qui
user: "568:568"
restart: unless-stopped
ports:
- "7476:7476"
volumes:
- /mnt/tank/configs/qui:/config
- /mnt/tank/media:/media
The media volume mount must match exactly what qBittorrent uses. This is required for orphan scan, hardlink detection, cross-seed reflinks, and automations to work.
http://{IP}:7476Only sync your private trackers! Public trackers aren't useful for cross-seeding and will cause rate limit errors.
This enables IMDb/TMDb ID lookups for better cross-seed match accuracy.
Cross-seeding allows you to seed the same content on multiple trackers automatically.
/media/downloads/crossseed).crossReflink mode is safer if your filesystem supports it (ZFS, Btrfs). It creates copy-on-write clones so any writes don't affect your original files.
radarr.cross and sonarr.cross to Exclude categoriesradarr.cross and sonarr.cross to Exclude categoriesExcluding
.crosscategories prevents qui from trying to cross-seed torrents that are already cross-seeded.
Automations are rule-based actions that automatically manage your torrents based on conditions.
This removes torrents that are no longer hardlinked to your media library after Radarr/Sonarr upgrades.
Remove UnlinkedHardlink Scope is not Outside qBittorrent (library/import)Completed Age >= 15 daysHow it works:
/media → scope = "Outside qBittorrent"This removes torrents that the tracker no longer recognizes.
Remove UnregisteredUnregistered is trueCompleted Age >= 1 dayThe 1-day grace period prevents deletion during temporary tracker issues.
This removes downloads that never started — safe for private trackers since you haven't crossed the Hit & Run threshold.
Remove Stalled (No H&R Risk)Progress < 2State is stalledAdded Age >= 1 hourThis tags stuck downloads that have Hit & Run risk for manual review.
Tag Stuck (H&R Risk)Progress >= 2Progress < 100Added Age >= 2 daysstuck-hr-riskDon't auto-delete torrents with H&R risk — you may still owe the tracker. Investigate manually or find an alternative source.
Orphan scan finds files on disk that have no corresponding torrent in qBittorrent.
Orphan scan only checks directories where at least one torrent points. If you delete all torrents from a directory, leftover files there won't be detected.
Reannounce helps fix torrents that stall right after being added — especially useful with private trackers.
7 · Video