Page 1 of 1

Telnet login problem

Posted: Sun Mar 02, 2014 2:07 am
by GentleJesus
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6441:
L2JDP Revision 10215:

I am having trouble with the telnet on my game server on ubuntu. I set up the password and enabled the telnet in the telnet.properties. When I try to log into the server via telnet it connects and asks for password but when I enter the password it tells me the password was incorrect and disconnects the telnet.

This is causing me big problems as when I kill the process in a command terminal and try to start it again I am getting a error telling me the address is already in use as though the process was not killed completely and I have to restart the computer in order to start the server back up.

Please help.

Re: Telnet login problem

Posted: Tue Mar 04, 2014 9:30 pm
by BiggBoss
write here the command sequences you type to login into telnet

Re: Telnet login problem

Posted: Tue Mar 04, 2014 10:18 pm
by angkor_tm
Example:
Telnet.properties

EnableTelnet = True
StatusPort = 54321
StatusPW = 12345

Code: Select all

[root@server user]# telnet 127.0.0.1 54321Trying 127.0.0.1...Connected to 127.0.0.1.Escape character is '^]'.Welcome To The L2J Telnet Session.Please Insert Your Password!Password: 12345Password Correct![L2J Login Server] 

Re: Telnet login problem

Posted: Thu Mar 06, 2014 1:02 am
by GentleJesus
I was trying to log in with putty from windows and a client on ubuntu

Re: Telnet login problem

Posted: Thu Mar 06, 2014 8:26 am
by angkor_tm
First check:
t0.jpg
Then:
t1.jpg
And then:
2.jpg
p.s. I not recomment connect to remote server with Telnet. Use ssh and run telnet only local IP.