Remote connection to Plesk not possible?

Good day dear Gutefrage community, I tried to install something on the server last night but it didn't work as expected and so I uninstalled it again. Afterwards I couldn't reach any of the websites that ran on this server, so I got a professional to take care of it and he solved most of the problem so that Plesk is at least accessible again with all websites except one.

Now unfortunately the problem is that the remote access function has to be activated so that Docker and MySQL can work together and a connection is established. This function has to be activated. Now the problem is that although you can activate it for the MySQL server it is immediately deactivated again.

Now I wanted to ask you as a community how to fix this error, because Ghost is important for posting.

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
DieFreistunde
1 year ago

Do not run MySQL and Docker on the same server? Only an authorization adjustment would then be necessary.

If not, you have to make some adjustments.

Probably the MySQL server is currently only a localhost IP benefit. So the 127.0.0.1 aka loop-back IP, which is only visible for internal local processes.

You need to assign MySQL the available IPv4 address so that it can use it for external communication.

If this does not happen automatically, the firewall must be adjusted.

A guide for this is provided by Plex:

https://www.plesk.com/kb/support/how-to-enable-remote-access-to-mysql-server-in-plesk/

Just make sure to access externally, you should have set up the SSL connection. Otherwise the traffic is unencrypted.