Telnet game server problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Telnet game server problem

Post by Raincast »

Telnet game server problem, no connection
You do not have the required permissions to view the files attached to this post.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet game server problem

Post by _DS_ »

If you not setup password in config file - server will autogenerate it. Check starting logs.

Not a bug report, moved to support.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Re: Telnet game server problem

Post by Raincast »

somePass It is the password which I has specified

somePass это пароль который я указал
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Re: Telnet game server problem

Post by Raincast »

Пароль генерируется в GS telnet рандомно если не чего не указать.Я указал somePass.Пробовал и рандомно всеравно не пускает.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet game server problem

Post by _DS_ »

Use putty telnet client in raw mode, not windows telnet.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet game server problem

Post by _DS_ »

Just tested gameserver with default windows telnet and password 12345 - all ok.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Re: Telnet game server problem

Post by Raincast »

no connection
You do not have the required permissions to view the files attached to this post.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet game server problem

Post by _DS_ »

Code: Select all

# Default: FalseEnableTelnet = True # Default: 12345StatusPort = 12345 # If the following is not set, a random password is generated on server startup.StatusPW = 12345 # This list can contain IPs or Hosts of clients you wish to allow. Hosts must be resolvable to an IP.# Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3# Default: 127.0.0.1,localhostListOfHosts = 127.0.0.1,localhost 

Code: Select all

Welcome To The L2J Telnet Session.Please Insert Your Password!Password: 12345Password Correct![L2J Game Server]
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Re: Telnet game server problem

Post by Raincast »

Как мне перезагрузить telnet.properties не выключая сервер? Я попробую сменить пароль на 12345
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet game server problem

Post by _DS_ »

AFAIK not possible to change password without restart. Are you sure connecting to the gameserver telnet, not loginserver ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Telnet game server problem

Post by janiii »

uncomment the password line ( remove the # at the start of the line)

and pls, write in english, this is english forum. thx.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

Re: Telnet game server problem

Post by Raincast »

Yes sure login server connect very well. Game server no connection .I will try to change the password telnet game server after restart
Post Reply