Self-host with Docker ยท Yantr
transmission-autoclean
BitTorrent client with auto-cleanup of old downloads.
2
Ports
2
Notes
3
Use Cases
About
What transmission-autoclean does
A self-hosted Transmission BitTorrent client with automatic cleanup of downloads older than 30 days. A lightweight Alpine sidecar runs a daily job that removes expired files and empty directories to keep disk usage in check. Has a web interface for managing torrents and monitoring active downloads.
Install Flow
How to self-host transmission-autoclean
transmission-autoclean can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what transmission-autoclean does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Download torrents.
- Auto-clean old files after 30 days.
- Self-host media downloads.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 9091 | HTTP | Web Interface |
| 51413 | TCP | BitTorrent Peers |
Docker Image
linuxserver/transmission:latest
Service Name
transmission
Notes
Things to know before you deploy
- Web UI on port 9091.
- Change default credentials after first login.
Related Apps
More tools you might pair with transmission-autoclean
Page generated 2026-07-27T04:28:00.415Z