Change port mysql in FXServer

I changed the default ports Apache(80) and MySQL(3306) to new port number.
How can I change the Fivem(run FXServer) to the new ports?

1 Like

Look in your server.cfg, for the endpoint_add_tcp/udp

endpoint is 30120 & 30110 :
endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

but what can i change 80 apache and 3306 mysql in FXServer ?
But I do not know where the FXserver should change?
i changed in Xampp server,

mysql-sync ?
where?

1 Like

Oh you want to change mysql-async port?

Just add port=newport to your mysql_connection_string

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.