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

cannot log into my server... ive done about everything.

rxrob

Member
Joined
Feb 11, 2009
Messages
217
Reaction score
9
Location
texas
ive portfowarded and i set up my router. i went to Open Port Check Tool and 7171 and 80 ports are both available. i am able to log onto the server via local host. i am not able to log on the server via my slickzot.no-ip.org address. i shut off all firewalls. i believe the problem my lay with my config.lua.

-- Connection Config
ip = "68.89.30.104"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171
statusProtocolPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "SlickzOT Beta"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "slickzot"
loginMessage = "SlickzOT on its way back"
adminLogsEnabled = "no"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = "yes"


i dont know what else to do.
 
Back
Top