Install and Configure BT Transmission on CentOS 6.7
1、add extra yum repo
i386
cd /etc/yum.repos.d/
wget http://geekery.altervista.org/geekery-el6-i686.repo
x86_64
cd /etc/yum.repos.d/
wget http://geekery.altervista.org/geekery-el6-x86_64.repo
2、install transmission
yum install transmission transmission-daemon
确认GPG
的key即可
3、config transmission
编辑配置文件 /var/lib/transmission/settings.json
配置用户名、密码
"rpc-whitelist-enabled": false,
"rpc-password": "yourpassword",
"rpc-username": "yourusername",
4、start service
/etc/init.d/transmission-daemon start
5、open in browser
http://ip:9091
6、default download location
/var/lib/transmission-daemon/downloads
Back to Table of Contents
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.com
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No personal information is collected.
Feedback