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

Windows How to Setup a server 8.42 and higher

Northnorial

Member
Joined
May 30, 2009
Messages
742
Reaction score
5
Location
Germany
Hello,
I'm often hosting servers like 8.40 and 7.6.:(
But now i want to open a 8.42 or 8.50 server.
And i need like 4 ports. I don't know how to set these ports.
There a game port: login port: and 2 others.

Could someone tell me what i need to put in there?
cause 7171 and 7172 does not work.


Thanks for helping.
 
-- Connection Config
ip = "..."
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171
statusProtocolPort = 7171

that's how it should be ;p dont change it ,leave it
 
Open all these ports in your router: 7171, 7172, 3306, 8090 and 80

This is all the ports I've opened and it works fine :P And this should make it work for you also I think -- if I understood your problem correctly ^^ Else just change the port 7171 and 7172 in config.lua to something else (ex. 8888 and 8889) and open ports 8888 and 8889 instead of 7171 and 7172 in your router. think that should make it work :)
 
u dont need to open 3306 , since thats the port for sql, and ir works local....

u need to open 7171, 7172 , 80 should be already opened...but if not, open it....and if ur website is with 8090 instead of 80, then open 8090
 
Back
Top