Transmission LXC Install Script

logo (1)

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.

To create a new Proxmox VE Transmission LXC, run the command below in the Proxmox VE Shell.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/transmission.sh)"

Default Settings: 2GB RAM - 8GB Storage - 2vCPU

Transmission Web Interface: IP:9091/transmission
Transmission Web Interface login user/password transmission
Location of config file: /etc/transmission-daemon/settings.json

1 Like

Am I slow? using transmission for user and password is not working and I can’t access the container using x.x.x.x:9091…

If you use default settings the LXC uses autologin. Transmission web ui is found at http://x.x.x.x:9091/transmission. Use transmission as user and password for the web ui.
Config file is found at /etc/transmission-daemon/settings.json