Hello,
I ve been searching for a while where to change clutch password on this forum and i havent found the information.
Is there a way to do it ? I changed the ftp, samba password via what i understood is the unified password, bu it s not working with clutch authentication...
Without any passwd change, impossible to open the interface for an internet access .
Thanx !!
PS : working on a HDX900 with latest firmware
Not sure if you're just trying to access clutch or if you want your own special password. Don't think you can put your own password on (yet), but default login/password for clutch is nmt/1234
Hi!
For changing clutch password you need telnet access to the PCH.
Then look for /mnt/syb8634/clutch5/settings.php.
It contains:
PHP Code:
<?php
// Borrowed from NZBGet's WebUI
// username for web-interface. Leave it blank to disable authorization-check
$webusername = 'nmt';
// password for web-interface.
$webpassword = '1234';
?>
Here you can change both username and password.
Regards,
Csaba
(09-12-2008 06:39 AM)icnagy Wrote: [ -> ]Hi!
For changing clutch password you need telnet access to the PCH.
Then look for /mnt/syb8634/clutch5/settings.php.
It contains:
PHP Code:
<?php
// Borrowed from NZBGet's WebUI
// username for web-interface. Leave it blank to disable authorization-check
$webusername = 'nmt';
// password for web-interface.
$webpassword = '1234';
?>
Here you can change both username and password.
Regards,
Csaba
Thanx a lot ! gonna try to do it tonight
having telnet'd into nmt (via telnetd install - lundman- and telnet on winXP), how do yuo actually edit the settings.php5 file? what text editors are there? I can ls "clutch" dir to get to file...
I think I'm right in saying that if you have telnet, you have vi? have a look in /share/bin
oh - hello. do i use vi from the /share/bin directory, or from the /mnt/syb8634/clutch5 dir? i've tried both - "vi /LOCATIONFILENAME", without much success...?! BTW using putty to telnet in...
(09-17-2008 10:53 AM)smithster Wrote: [ -> ]oh - hello. do i use vi from the /share/bin directory, or from the /mnt/syb8634/clutch5 dir? i've tried both - "vi /LOCATIONFILENAME", without much success...?! BTW using putty to telnet in...
there have been threads suggesting symlinks and suchlike should work, but at the very least you should be able to use
/share/bin/vi /mnt/syb8634/clutch5/settings.php
or similar (I'm at work so can't check exactly, but basically specify both paths explicitly)
Hi Squeek - used the syntax as described - worked great! The settings file is .php5, but other than that all is good! thanks for your help. Hopefully there will be more security implementation in the next few firmwares to bypass digging under the hood?! Thanks again.

I have download movies to the download mapp on popcorn hour. But i can't go into the download mapp. Why??????
Code:
/ # /share/bin/vi /mnt/syb8634/clutch5/settings.php5
Segmentation fault
/ #

Ok, got it solved using this:
Code:
/ # /opt/sybhttpd/localhost.drives/HARD_DISK/busybox26 vi /mnt/syb8634/clutch5/settings.php5
(replace HARD_DISK with the device where busybox26 resides, USB_DRIVE_A-1 or USB_DRIVE_B-1)

I could change the password now.
Thank you.