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

Can i run 2 servers at the same time?

Examples =)
First Server
LUA:
	-- Connection config
	worldId = 0 -- world ID (firstot)
	ip = "Ip-From-OTS"
	bindOnlyConfiguredIpAddress = false --Here if your want same ip (false)or if ur want one ip for each server (true)
	loginPort = 7171 (dont change it)
	gamePort = 7172 (it is first server)
	adminPort = 7171 (dont touchxD)
	statusPort = 7171(same server, same status)
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 15 * 1000
	maxPlayers = 320
Second Server
LUA:
	-- Connection config
	worldId = 1 -- world ID (secondot)
	ip = "Ip-From-OTS"
	bindOnlyConfiguredIpAddress = false --Here if your want same ip (false)or if ur want one ip for each server (true)
	loginPort = 7171 (dont change it)
	gamePort = 7272 (now this change for 7272)
	adminPort = 7171 (dont touchxD)
	statusPort = 7171(same server, same status)
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 15 * 1000
	maxPlayers = 320

and gratz u make config perfect on config.lua from second server! xD
 

Similar threads

Back
Top