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

Linux Character List Load but I can't enter on the server PLXX HELP ;/

Esvein

New Member
Joined
Dec 2, 2008
Messages
26
Reaction score
3
Hello guys! Im paying a vps and put my server there today (Linux Ubuntu 10.04LTS), i've compiled the server(tfs 0.3.6 8.54) and it turn's on great, but when I try to connect on my pc it shows the Character List and when I chose one it keep trying and I can't loggin on the server, and after some time it shows: Disconnect from the server. (200002)

my firewall is off and here is my config.lua:

-- Connection config
worldId = 0
ip = "my vps ip xD"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 100
motd = "Welcome to my server"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "my"
loginMessage = "Test"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = true
premiumPlayerSkipWaitList = true

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "teste"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 0
mysqlWriteTimeout = 0
encryptionType = "plain"


Plx ppl HELP ME IM REALY WOrKINg HArD on this ...

Thanks for all!!:w00t:

REP +++++
 
Last edited:
Hello guys! Im paying a vps and put my server there today (Linux Ubuntu 10.04LTS), i've compiled the server(tfs 0.3.6 8.54) and it turn's on great, but when I try to connect on my pc it shows the Character List and when I chose one it keep trying and I can't loggin on the server, and after some time it shows: Disconnect from the server. (200002)

my firewall is off and here is my config.lua:

-- Connection config
worldId = 0
ip = "my vps ip xD"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 100
motd = "Welcome to my server"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "my"
loginMessage = "Test"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = true
premiumPlayerSkipWaitList = true

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "teste"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 0
mysqlWriteTimeout = 0
encryptionType = "plain"


Plx ppl HELP ME IM REALY WOrKINg HArD on this ...

Thanks for all!!:w00t:

REP +++++

Are you using a wireless connection ?
 
my firewall is offi think that the vps is off too...

I use wireless connection in my house...

It looks like they are connecting to your IP but not connecting ingame, therefore it means that the passwords of your database are not matching (i think) or there is a firewall / port that isn't open so it's not allowing people to connect.
 
Back
Top