• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

UniServer HTTP 404 error MySQL

Hey!, I am not sure about your problem but my suggestion is to look for your ports maybe something blocks. I am maybe out of the box and cycling don't know, for sure someone would understand that thing wait until you get a better answer.
but I just wanted to give a tip it could be that.
 
Last edited:
Check out if you open ports 3306, 80 or 443
You mean in website config? It is blank but blank means its default 3306. About server port its
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171

Or you mean about some kind MySQL port in uniserver?
 
You mean in website config? It is blank but blank means its default 3306. About server port its
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171

Or you mean about some kind MySQL port in uniserver?
yep :>

mysql uses port 3306
apache uses 80 (if you are using http://) and 443 (if you are using https://)
 
Back
Top