aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Webinterface not working (No passwords specified, login impossible!)  (Read 2418 times)

TobiasE

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11

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
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Webinterface not working (No passwords specified, login impossible!)
« Reply #1 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)
Logged

TobiasE

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Re: Webinterface not working (No passwords specified, login impossible!)
« Reply #2 on: October 07, 2006, 05:27:57 PM »

Thank you for your fast reply!

It´s working fine now.
Logged