Basta procurar em Seu Config.lua:
isso:
-- Connection config
worldId = 0
ip = "SEU IP"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
Mude para isso:
-- Connection config
worldId = 1
ip = "SEU IP"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7172
gamePort = 7173
adminPort = 7172
statusPort = 7172
Agora no server 1 mude no config.lua:
isso:
-- Connection config
worldId = 0
ip = "SEU IP"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
Para isso:
-- Connection config
worldId = 0
ip = "SEU IP"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7171
gamePort = 7174
adminPort = 7171
statusPort = 7171
Pronto feito..
Créditos: MarkimBozi
FabianoBM