A web-based utility for managing and cleaning up rTorrent torrents and data.
- Remove unregistered torrents
- Clean up orphaned data files
- Handle torrents with missing files
- Detect and manage hardlinked files
-
Install dependencies:
pnpm i -
Configure your environment (see Configuration section)
-
Start the server:
caddy run --config Caddyfile & pnpm dev & node --watch --experimental-transform-types server/server.ts
Use docker.
The application requires the following configuration:
- rTorrent RPC URL (e.g.,
http://username:password@localhost:5000/RPC2) - Data directories where torrent files are stored