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

Server Offline (during creation atm) Help..

pgofidz

New Member
Joined
Oct 6, 2009
Messages
5
Reaction score
0
So I`ve been following the video tutorial that Znote made and it`s helped me a lot... But, when I try to log onto my server, I can load the Account Manager but when i try to log in with account manager, it says my server is offline. This is from my config.lua:

sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "myuser"
sqlPass = "mypass"
sqlDatabase = "myuser"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

The server starts up perfectly fine but I can`t login through the account manager. I need some help so I can continue creating my OT, thanks in advance, hopefully you guys respond quick!
 
Back
Top