Anyway ty for your time. I think I got what you try to say. Could someone tell me, which was my request from the begining how to edit my server.properties and loginserver.properties and i'll find my way aroud with the ports
# ================================================================
# General server setting!!! REQUIRED to configure to everyone!!! server.properties
# ================================================================
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname =
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname =
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname =
# Note: You can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort = 9014
LoginHost =
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!! loginserver
# ================================================================
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=
LoginPort=9014