Which ports do i need to open so players could connect to my server ?
Which ports do i need to open so players could connect to my server ?
Lurk Moar
Having port 3306 (or whatever your MYSQL port is) open is unsafe.
Not only can people crash your game server but they can have unauthorized access to your mysql server.
thats because they now your user and pass heheh
whit that yes they can ......... without that i dont think so
Best way to deal with security problems is to 'dissappear' onto a SSL connection
Any one using root;root or mangos;mangos for host;password is asking for trouble
Oh and don't forget port 80 for http if there's a website involved ;)
THX port i hadnt opened was 8085 =] and im not using root:root =P