• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!

Resolved Additional FTP account shutting right down after opening (via FTP client)

How the problem was finally solved (still thanks to anyone involved!)

  • Signed up for Plesk-Support (costs $9,99 a month, but first month is free, so $0)
  • The support found out that it could connect until IONOS, so there had to be a problem there.
    • In my provider panel's firewall settings, I've found that the checked configuration was not the one where port 21 (or ports 49152-65535/tcp) were open.
    • I added these ports to the checked configuration
  • The support also found out that "xinetd" was down and restarted it
    • Beforehand he had to shut down "vsftpd", an extension I had previously installed since the IONOS-guy told me "there is no service behind port 21, you need to install one"
Summary
Plesk's firewall was configured correctly, but IONOS-panel's own firewall wasn't.
The service xinetd (superserver responsible for things like FTP-server) wasn't started.
Also vsftpd was listening to port 21 as well (since IONOS guy told me to install it earlier in troubleshooting)
Code:
# sudo systemctl stop vsftpd
# sudo systemctl restart xinetd

Now FTP is working and I can even create accounts in Plesk (not only SSH). Case closed :)
 
How the problem was finally solved (still thanks to anyone involved!)

  • Signed up for Plesk-Support (costs $9,99 a month, but first month is free, so $0)
  • The support found out that it could connect until IONOS, so there had to be a problem there.
    • In my provider panel's firewall settings, I've found that the checked configuration was not the one where port 21 (or ports 49152-65535/tcp) were open.
    • I added these ports to the checked configuration
  • The support also found out that "xinetd" was down and restarted it
    • Beforehand he had to shut down "vsftpd", an extension I had previously installed since the IONOS-guy told me "there is no service behind port 21, you need to install one"
Summary
Plesk's firewall was configured correctly, but IONOS-panel's own firewall wasn't.
The service xinetd (superserver responsible for things like FTP-server) wasn't started.
Also vsftpd was listening to port 21 as well (since IONOS guy told me to install it earlier in troubleshooting)
Code:
# sudo systemctl stop vsftpd
# sudo systemctl restart xinetd

Now FTP is working and I can even create accounts in Plesk (not only SSH). Case closed :)

@muckaveli

Glad to hear that the issue has been resolved!

Nevertheless, a bit strange what happened there at IONOS.

You should keep track of issues like this, since the basics (of setup) were not complied with by IONOS ....... and it is likely that a similar issue will occur.

If something odd happens again, now we know that we also have to take into account the possibility of the "unexpected" and the "very unlikely".

Kind regards....
 
Back
Top