Page 1 of 1

ladmin error

Posted: 01 Oct 2012, 22:17
by newt_e
I've compiled mana and tmw-eathena.

After starting the servers (which all seem to be OK) I then try to use ladmin. I've attached a log of the response:

---Start reading of Ladmin configuration file (conf/ladmin_athena.conf)
---Start reading of Ladmin configuration file (conf/ladmin_local.conf)
Login server IP address: 127.0.0.1 -> 127.0.0.1
---End reading of Ladmin configuration file.
---End reading of Ladmin configuration file.
EAthena login-server administration tool.
(for eAthena version 1.0.0.)
Ladmin is ready.

Attempt to connect to login-server...
Request about the MD5 key...
Receiving of the MD5 key.
Sending of the encrypted password...
Error at login:
- incorrect password,
- administration system not activated, or
- unauthorised IP.
Impossible to have a connection with the login-server [127.0.0.1:6900] !
----End of Ladmin (normal end with closing of all files)

Can anyone suggest where I need to look to resolve this?

Thanks,

N.

Re: ladmin error

Posted: 01 Oct 2012, 22:47
by o11c
newt_e wrote: Impossible to have a connection with the login-server [127.0.0.1:6900] !
The port is wrong - it should be 6901 for tmwa's configuration, not 6900, which is the hard-coded default.

Check that the config files are correct, and that you are running ladmin from within the "login/" directory.

Re: ladmin error

Posted: 02 Oct 2012, 07:09
by newt_e
Ah yes the port number could explain it. I double checked that I was in the right directory.

I'll have a look at the config files this evening.

I've just been following the instructions in http://wiki.themanaworld.org/index.php/ ... a_on_Linux.