aMule Forum

English => aMule Help => Topic started by: TobiasE on October 07, 2006, 03:17:04 PM

Title: Webinterface not working (No passwords specified, login impossible!)
Post by: TobiasE on October 07, 2006, 03:17:04 PM
Hello!

I´m trying to get the webinterface working. Finally I got it working, so that it´s reachable from any LAN-PC at port 4711 but the login is impossible ("No passwords specified, login impossible!").
Can you please tell me where to configure this password?
I tried to edit the config-file /home/tobias/.aMule/amule.conf and entered a password for both, "Password" and "PasswordLow" in the category "WebServer" but it still isn´t working...

Thanks in advance for your help!

Greetz Tobias

btw: My OS is openSuse Linux 10.1
Title: Re: Webinterface not working (No passwords specified, login impossible!)
Post by: wuischke on October 07, 2006, 05:04:38 PM
Hello Tobias.

You have to enter the MD5sum of the passwords.
You'll get it by typing this in a terminal:
Code: [Select]
echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1(See http://www.amule.org/wiki/index.php/AMuleWeb)
Title: Re: Webinterface not working (No passwords specified, login impossible!)
Post by: TobiasE on October 07, 2006, 05:27:57 PM
Thank you for your fast reply!

It´s working fine now.