Favicon of Transmission (LinuxServer.io)

Transmission (LinuxServer.io)

Download files quickly with a lightweight, open-source BitTorrent client. Enjoy native OS integration, zero ads, and powerful features without tracking.

Experience a fast, lightweight, and open-source BitTorrent client designed for seamless use across macOS, Windows, and Linux. Built with a focus on privacy and performance, it integrates natively with your operating system while maintaining one of the lowest resource footprints available, making it ideal for home NAS and media servers. Enjoy a clean, ad-free interface with no user tracking or paywalls.

  • Native OS Integration: Polished, system-specific interfaces for macOS, Windows 11, and GNOME.
  • Privacy First: Completely open-source with zero bundled toolbars, pop-up ads, or user tracking.
  • Resource Efficient: Extremely low memory footprint for lightning-fast performance on any hardware.
  • Advanced Features: Easily configure watch directories, bad peer blocklists, tracker editing, and speed limits.
  • Web Interface: Manage your downloads remotely with a powerful built-in web client.

Directory Structure

transmission-linuxserver-io
config
downloads
watch
.env
docker-compose.yml

docker-compose.yml

services:
  transmission:
    image: lscr.io/linuxserver/transmission:latest
    container_name: transmission
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - USER=${TRANSMISSION_USER}
      - PASS=${TRANSMISSION_PASS}
    volumes:
      - ./config:/config
      - ./downloads:/downloads
      - ./watch:/watch
    ports:
      - 9091:9091
      - 51413:51413
      - 51413:51413/udp
    restart: unless-stopped

.env

TRANSMISSION_USER=admin
TRANSMISSION_PASS=password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Transmission (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon