Port issue

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
Locked
Andrutz
Posts: 1
Joined: Wed Jun 01, 2011 6:16 am

Port issue

Post by Andrutz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: -
L2JDP Revision Number: -

Hello! I have a problem when I start my server.
http://imageshack.us/photo/my-images/23/errorih.png/

Can you help me? Thx

EDIT: I relosve it, you can closed that! Thanks!
Last edited by Andrutz on Wed Jun 01, 2011 4:14 pm, edited 1 time in total.
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: Port issue

Post by lucan »

Look in your servers.properties in gameserver...

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014 <--------------

You must be the same port in loginserver at loginserver.properties
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014 <-------------

Your gameserver port is 9013, change!
Locked