Firmware: Model U to Non-U Cross Update Firmware | [A-500 PRO] [10 April 2017] | [A-500] [10 April 2017] | [VTEN] [10 April 2017] |[A-400, A-410 & A-410U] Beta 2 Firmware 05-08-160616-25-POP | [A-500 PRO & A-500 PRO-U] Android-6-OTA.20160906

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
Transmission web interface password
01-28-2009, 10:24 PM
Post: #1
Transmission web interface password
Please help me to configure the transmission web interface password. I'm running transmission 1.42.
Editing .transmission/settings.json didn't help.
Thanks.
Find all posts by this user
02-04-2009, 03:55 AM
Post: #2
RE: Transmission web interface password
(01-28-2009 10:24 PM)akirshin Wrote:  Please help me to configure the transmission web interface password. I'm running transmission 1.42.
Editing .transmission/settings.json didn't help.
Thanks.

try
user: nmt
pass: 1234

If god wanted eight regions, he would have made 8 planets.
Find all posts by this user
02-04-2009, 01:52 PM
Post: #3
RE: Transmission web interface password
(02-04-2009 03:55 AM)jjabba Wrote:  user: nmt
pass: 1234

That works for me. Don't know how to set it to a different one though.
I believe that is your qustion?
Find all posts by this user
02-05-2009, 08:10 PM
Post: #4
RE: Transmission web interface password
By default it does not require any password.
After I changed the file '/share/.transmission/settings.json':
"rpc-authentication-required": 1,
"rpc-enabled": 1,
"rpc-password": "xxx",
"rpc-port": 9091,
"rpc-username": "yyy",
The remote UI still connects without any password.
Find all posts by this user
02-19-2009, 12:26 AM (This post was last modified: 02-19-2009 12:42 AM by jjabba.)
Post: #5
RE: Transmission web interface password
(02-05-2009 08:10 PM)akirshin Wrote:  By default it does not require any password.
After I changed the file '/share/.transmission/settings.json':
"rpc-authentication-required": 1,
"rpc-enabled": 1,
"rpc-password": "xxx",
"rpc-port": 9091,
"rpc-username": "yyy",
The remote UI still connects without any password.

I have the exact same 'issue', was planning to open up the webui to be able to queue up torrents remotely, But I guess that's out of the question until we get this password thing working. After editing I switched the torrent service off and then on again, that didn't do the trick.

After restarting the PH by the old fashion powerbtn->eject I found that my .json changes had been overwritten. So apperantly there is some other preference system in place here. But this kind of info seems to be somewere between hard to impossivble to get by here in the forum. And I really don't have the time to dig around in the sourcecode either. So please, suprice me with some enlightment nmt transmission crew.

If god wanted eight regions, he would have made 8 planets.
Find all posts by this user
02-19-2009, 11:27 AM (This post was last modified: 02-19-2009 01:56 PM by dadahtml.)
Post: #6
RE: Transmission web interface password
Stop Transmission (I use telnet and Transmission 1.5 final)
Code:
/mnt/syb8634/server/clutch stop


Modify settings.json; those lines are required
Code:
"rpc-authentication-required": 1,
    "rpc-enabled": 1,
    "rpc-password": "pass",
    "rpc-port": 9091,
    "rpc-username": "user",
    "rpc-whitelist": "*.*.*.*",
    "rpc-whitelist-enabled": 0,

Edit /mnt/syb8634/server/clutch (I use vi) and change the line
Code:
/mnt/syb8634/bin/transmission-daemon -g /share/.transmission -T -w /share/Download

to
Code:
/mnt/syb8634/bin/transmission-daemon -g /share/.transmission -w /share/Download
(cancel the -T "Don't require authentication" option)

Restart Transmission
Code:
/mnt/syb8634/server/clutch start



(02-19-2009 12:26 AM)jjabba Wrote:  I have the exact same 'issue', was planning to open up the webui to be able to queue up torrents remotely, But I guess that's out of the question until we get this password thing working. After editing I switched the torrent service off and then on again, that didn't do the trick.

After restarting the PH by the old fashion powerbtn->eject I found that my .json changes had been overwritten. So apperantly there is some other preference system in place here. But this kind of info seems to be somewere between hard to impossivble to get by here in the forum. And I really don't have the time to dig around in the sourcecode either. So please, suprice me with some enlightment nmt transmission crew.
Find all posts by this user
[+] 2 users say Thank You to dadahtml for this post
02-19-2009, 09:14 PM
Post: #7
RE: Transmission web interface password
Thank you very much dadahtml.
That worked Smile
Find all posts by this user
03-29-2009, 12:03 PM
Post: #8
RE: Transmission web interface password
this is great. Thanks for the info. Was struggling with this as well
Find all posts by this user
04-12-2009, 07:14 PM (This post was last modified: 04-12-2009 07:17 PM by int15.)
Post: #9
RE: Transmission web interface password
Hi,

I followed the instructions in your post, but I'm getting a strange outcome.

Here's my settings.json file, before I restart clutch:

Code:
"blocklist-enabled": 1,
    "download-dir": "\/share\/Download",
    "download-limit": 100,
    "download-limit-enabled": 0,
    "encryption": 2,
    "lazy-bitfield-enabled": 1,
    "max-peers-global": 200,
    "message-level": 2,
    "open-file-limit": 32,
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 51413,
    "peer-port-random-enabled": 0,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 1024,
    "peer-socket-tos": 8,
    "pex-enabled": 1,
    "port-forwarding-enabled": 0,
    "preallocation": 1,
    "proxy": "",
    "proxy-auth-enabled": 0,
    "proxy-auth-password": "",
    "proxy-auth-username": "",
    "proxy-enabled": 0,
    "proxy-port": 80,
    "proxy-type": 0,
    "ratio-limit": "2.000000",
    "ratio-limit-enabled": 0,
    "rpc-authentication-required": 1,
    "rpc-enabled": 1,
    "rpc-password": "password",
    "rpc-port": 9091,
    "rpc-username": "username",
    "rpc-whitelist": "*.*.*.*",
    "rpc-whitelist-enabled": 1,
    "upload-limit": 5,
    "upload-limit-enabled": 1,
    "upload-slots-per-torrent": 14

And here it is AFTER I restart clutch:

Code:
"blocklist-enabled": 0,
    "download-dir": "\/share\/Download",
    "download-limit": 100,
    "download-limit-enabled": 0,
    "encryption": 2,
    "lazy-bitfield-enabled": 1,
    "max-peers-global": 200,
    "message-level": 2,
    "open-file-limit": 32,
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 51413,
    "peer-port-random-enabled": 0,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 1024,
    "peer-socket-tos": 8,
    "pex-enabled": 1,
    "port-forwarding-enabled": 0,
    "preallocation": 1,
    "proxy": "",
    "proxy-auth-enabled": 0,
    "proxy-auth-password": "",
    "proxy-auth-username": "",
    "proxy-enabled": 0,
    "proxy-port": 80,
    "proxy-type": 0,
    "ratio-limit": "2.000000",
    "ratio-limit-enabled": 0,
    "rpc-authentication-required": 0,
    "rpc-enabled": 1,
    "rpc-password": "password",
    "rpc-port": 9091,
    "rpc-username": "username",
    "rpc-whitelist": "*.*.*.*",
    "rpc-whitelist-enabled": 1,
    "upload-limit": 5,
    "upload-limit-enabled": 1,
    "upload-slots-per-torrent": 14

Notice how the "blocklist-enabled" and "rpc-authentication-required" went back to "0", but other settings remained the same?

I'm I doing somethinw wrong here?

Thanks
-Int15
Find all posts by this user
04-13-2009, 07:36 PM
Post: #10
RE: Transmission web interface password
Thank you dadahtml
That worked
Smile
Find all posts by this user
04-19-2009, 01:11 AM
Post: #11
RE: Transmission web interface password
That fix worked for me until I installed Transmission 1.52. It does not require a password, even with those changes. Anyone know what's up?
Find all posts by this user
04-19-2009, 08:26 PM
Post: #12
RE: Transmission web interface password
Funny, it wasn't working for me until I upgraded from 1.51-2 to 1.52. All is good now.

Thanks,
-Int15
Find all posts by this user
04-20-2009, 12:33 AM
Post: #13
RE: Transmission web interface password
Figured it out. The settings.json file is now in /share/Apps/Transmission/.transmission
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [100/200/300/400/VTEN] Transmission - v2.92 - CSI - Updated on 31st March 2016 vaidyasr 631 46,940 09-10-2017 10:56 AM
Last Post: esem
  Transmission torrent client goes down tomasr78 0 335 06-15-2017 09:36 AM
Last Post: tomasr78
  [ Transmission CSI ] v2.71-dath1 (21 October 2012) DathRarhek 473 194,620 05-02-2017 03:07 PM
Last Post: kobra000
  Transmission shiner1953 1 227 03-31-2017 01:34 AM
Last Post: shiner1953
Star [transmission] Transmission 2.21 + DHT download and discussion ** Feb 15th 2011 ** Ger Teunis 684 319,682 03-23-2017 11:26 AM
Last Post: melon
  A200 only download 1.2MB/s via transmission hdclover 4 296 09-02-2016 12:05 PM
Last Post: hdclover
  Transmission 2.21 elvisgraham 7 506 05-17-2016 11:04 PM
Last Post: chris57
  can not delete torrents files from web interface korzh_yura 1 161 02-07-2016 08:48 PM
Last Post: chris57
  nzbget web interface berkepeis 1 194 02-06-2016 01:30 PM
Last Post: chris57
  VTEN Installation CouchPotato and Transmission Pinjosi 1 300 01-15-2016 07:12 PM
Last Post: chris57

Forum Jump: