aMule Forum
English => aMule Help => Topic started 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
-
Hello Tobias.
You have to enter the MD5sum of the passwords.
You'll get it by typing this in a terminal:
echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1
(See http://www.amule.org/wiki/index.php/AMuleWeb)
-
Thank you for your fast reply!
It´s working fine now.