• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Invaild server adress 10049

beliar34

Member
Joined
Feb 28, 2012
Messages
307
Solutions
7
Reaction score
11
Hello, i got problem cuz i cant login to my server on VPS, i connect to character list and when i try to log in to game i get error Invaild server adress 10049
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171

Code:
netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:7172            0.0.0.0:*               LISTEN      11364/theforgottens
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      655/mysqld
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      605/sshd
tcp        0      0 0.0.0.0:7171            0.0.0.0:*               LISTEN      11364/theforgottens

Ok i setup my ipv4 ip in config and admins.xml and it starting working in another way, now i can still login in account and see characters but now when i try to log in on character i got 24/7 loading and nothing happend, 0 errors
 
Last edited:
Back
Top