aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: EC password  (Read 2990 times)

bibitocarlos

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
EC password
« on: October 29, 2015, 05:56:10 PM »

Hi,

I need followed the wiki, but couldnt find how to solve my problem :
I cant access to amule using amule-gui or amuleweb.
Here my amule.conf :
Code: [Select]
[ExternalConnect]
AcceptExternalConnections=1
ECPassword=<d8c19cdca8353537b775138cd8b00b3d>

The command to get my hash :
Code: [Select]
echo -n amulepassword | md5sum - | cut -d' ' -f1
d8c19cdca8353537b775138cd8b00b3d

What i get with amuleweb
Code: [Select]
amuleweb -P amulepassword
This is amuleweb SVN rev. 10871
Creating client...
External Connection: Access denied because: Authentication failed: invalid hash specified as EC password.
Connection Failed. Unable to connect to localhost:4712

Bibi
Logged

titi75011

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 18
Re: EC password
« Reply #1 on: October 30, 2015, 10:08:09 PM »

did you try without the < and >?

here is what I have:
$ cat .aMule/amule.conf | grep -B5 ECPassword
[ExternalConnect]
UseSrcSeeds=0
AcceptExternalConnections=1
ECAddress=
ECPort=4712
ECPassword=BCC720F2981D1A68DBD66FFD67560C37
Logged