Search found 1 match

by differchopper
Thu Feb 27, 2025 7:11 am
Forum: General
Topic: Difficulties with configuring Transmission on OpenWRT
Replies: 1
Views: 21787

Re: Difficulties with configuring Transmission on OpenWRT

Install Transmission via SSH:
opkg update
opkg install transmission-daemon transmission-web
Edit the config file /etc/config/transmission to set options like download directory and RPC settings.
Start and enable the service
/etc/init.d/transmission start
/etc/init.d/transmission enable
Access the ...