#phpmyadmin help

3 messages · Page 1 of 1 (latest)

wise flicker
#

Hi, I'm new to OVH. My goal is to create a FiveM server, so I bought a dedicated server. Creating the FiveM server itself isn’t a problem, but when trying to set up phpMyAdmin to have a database for my FiveM server, I can’t get it to work. Even after running ufw allow 3306, 80 and several other commands, I get a message saying that when I try to access my_ip/phpmyadmin, the IP refuses the connection. Does anyone have any ideas?

rancid estuary
# wise flicker Hi, I'm new to OVH. My goal is to create a FiveM server, so I bought a dedicated...

I get a message saying that when I try to access my_ip/phpmyadmin, the IP refuses the connection.

Clearly when you don't have access to your web server, which runs on port 80, the port is not opened or the service (webserver) is not running.

If the problem is only accessing the /phpmyadmin path, and other paths are working fine, check phpMyAdmin Access Configuration
You can also check the webserver logs if it is refusing something (following the logic only if the phpmyadmin path is not working)

3306 (mysql/mariadb) has to be closed and only opened for the IPs that has to access it or localhost (lo interface).

Since you are running a local database server and accessing the db through phpmyadmin (and the fivem game server) mainly, 3306 can remain closed for public access.

And one last suggestion I can give, ditch ufw for iptables for generating the netfilter rules.

wise flicker
#

hi thanks for your response do you know what I could do for it ?