Transmission 2.42 password HELP

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
rohack
Posts: 4
Joined: Mon Nov 28, 2011 1:03 pm

Transmission 2.42 password HELP

Post by rohack »

Please help me to put a password on my Transmission 2.42 web interface. When I access my http://192.168.1.1:9091 don t ask me for password.
I connect via FTP and edit the file settings.json with user and password I save but when I acces webinf nothing happen

I use a Asus WL500G Premium v2 with DD-WRT v24 preSP2 14896 Mega Generic dd-wrt.v24_mega_generic.bin 2010-08-09 7,10 MB with USB Stick 2 GB and Optware.

Can someone help me step by step to configure the program

Thank YOU
rohack
Posts: 4
Joined: Mon Nov 28, 2011 1:03 pm

Re: Transmission 2.42 password HELP

Post by rohack »

Now one know how to do ?????
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Transmission 2.42 password HELP

Post by gunzip »

rohack wrote:I connect via FTP and edit the file settings.json with user and password I save but when I acces webinf nothing happen
you have to stop transmission before making changes to settings.json or the changes won't persist.

1) stop/quit transmission
2) edit settings.json
3) re-start transmission
rohack
Posts: 4
Joined: Mon Nov 28, 2011 1:03 pm

Re: Transmission 2.42 password HELP

Post by rohack »

I stoped the service with command service transmission stop I modify the settings.json and restart with service transmission start and dont work.
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Transmission 2.42 password HELP

Post by gunzip »

rohack wrote:I stoped the service with command service transmission stop I modify the settings.json and restart with service transmission start and dont work.
in settings.json, did you set

Code: Select all

"rpc-authentication-required": true,
rohack
Posts: 4
Joined: Mon Nov 28, 2011 1:03 pm

Re: Transmission 2.42 password HELP

Post by rohack »

Here is my config but don t work

{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/tmp/root/Downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/tmp/root/Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "test",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "root",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Transmission 2.42 password HELP

Post by gunzip »

one other thing to try in settings.json, change

"rpc-whitelist-enabled": false,
Post Reply