after over 8 days dealing with transmission at last i managed to install it on server
my server is dedicated centos
i used the help topic here which after all i saw on web was the best
viewtopic.php?f=2&t=11494
so transmission is exactly installed at /usr/local/src
when i go to my server address ip:9091 it does just show a failed message from google
i serached but the config file details are all old
at last i did this
on the transmission directory i created a file called it setting.json
i added the following
Code: Select all
{
"blocklist-enabled": 0,
"download-dir": "\/media\/store\/incoming",
"download-limit": 100,
"download-limit-enabled": 0,
"encryption": 2,
"max-peers-global": 200,
"peer-port": 51413,
"pex-enabled": 1,
"port-forwarding-enabled": 0,
"rpc-access-control-list": "+127.0.0.1",
"rpc-authentication-required": 0,
"rpc-password": "0",
"rpc-port": 9091,
"rpc-username": "C",
"speed-limit-down": 400,
"speed-limit-down-enabled": true,
"speed-limit-up": 25,
"speed-limit-up-enabled": true,
"proxy": 192.168.0.106,
"proxy-port": 3128,
"proxy-enabled": 1
}
i dont have any transmission folder else where than it installed directory
i added some setting there
but seeems it is not there
But i can not use transmission
some thing is missing
can you please guide me trough
thanks