ladmin error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
newt_e
Newly Registered User
Posts: 9
Joined: 30 Sep 2012, 17:01

ladmin error

Post 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.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: ladmin error

Post 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.
Former programmer for the TMWA server.
newt_e
Newly Registered User
Posts: 9
Joined: 30 Sep 2012, 17:01

Re: ladmin error

Post 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.
Post Reply