• 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!

Account Manager Timing out! :(

zigie159

New Member
Joined
Feb 5, 2012
Messages
5
Reaction score
0
Hey I would like to know if anyone could help me. I am have my server up and running but when I try and log onto it the connection times out. I have been looking for a solution for hours and got to the point of making a thread. I will post how my config for my account manager is in case that may be wrong or it could be a connection issue I really do not know. Just to let you know it is a 8.54 server and I have port forwarded in port 7171-7172 if that helps thanks! :D

-- Connection config
worldId = 0
ip = "**.***.***.**"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to Zig'z Server!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Forgotten"
loginMessage = "Welcome to Zig's Server!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 1019
newPlayerSpawnPosY = 1023
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 20
newPlayerMagicLevel = 0
generateAccountNumber = false
 
Back
Top