web iterface url does not work

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
PersGiG
Posts: 1
Joined: Mon Feb 06, 2012 9:23 am

web iterface url does not work

Post by PersGiG »

dear helpers
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
}
in lots of tutorials it said look under etc/transmission-daemon/settings.json
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
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: web iterface url does not work

Post by rb07 »

Try using:

Code: Select all

transmission-remote -si
then look for the line that says "Configuration directory:" (its the 7th line), that's where the configuration file is.
Post Reply