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.
Telnet login problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
-
- Posts: 135
- Joined: Fri Nov 19, 2010 1:38 pm
Re: Telnet login problem
Example:
Telnet.properties
EnableTelnet = True
StatusPort = 54321
StatusPW = 12345
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]
-
- Posts: 62
- Joined: Thu Feb 27, 2014 1:04 am
Re: Telnet login problem
I was trying to log in with putty from windows and a client on ubuntu
-
- Posts: 135
- Joined: Fri Nov 19, 2010 1:38 pm
Re: Telnet login problem
First check:
Then:
And then:
p.s. I not recomment connect to remote server with Telnet. Use ssh and run telnet only local IP.You do not have the required permissions to view the files attached to this post.