Post

Transmission

Transmission is a free, open-source BitTorrent client known for its fast download speeds and ease of use. It supports various platforms such as Windows, Linux, and macOS and has features like web interface, peer exchange, and encrypted transfers.

Transmission

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/transmission.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-transmission.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
Debian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`

Notes

Script disables whitelisting by default. Change config to suit your needs.
Alpine script sets initial disk size to 1GB. Please adjust for your needs after installation ends.

Web Interface

Port: 9091

This post is licensed under CC BY 4.0 by the author.