• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Unable to FTP after install

JustonG

Basic Pleskian
Hello,

I just installed Plesk Panel 10 on to my server and have my domain set up. But I'm having a problem getting FTP to work. When I try connecting to my ftp using Filezilla I get this error:

Status: Connecting to 50.116.21.46:21...
Status: Connection established, waiting for welcome message...
Response: - error: no valid servers configured
Error: Could not connect to server

This is my firs time using Plesk, i am testing different panels to see which ones I like. Can someone help me with this FTPproblem?

Kind Regards
Juston
 
Try to run

# /usr/local/psa/admin/bin/ftpmng --reconfigure-all

and check that connection to port 21 works fine via telnet. Maybe problem in filezilla?
 
I ran that, then checked telnet & I get this

[root@li427-46 ~]# telnet 50.116.21.46 21
Trying 50.116.21.46...
Connected to 50.116.21.46.
Escape character is '^]'.
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'
Connection closed by foreign host.
[root@li427-46 ~]#
 
Change the first line:

127.0.0.1 localhost

by

127.0.0.1 localhost hbic hbic.g3-services.com li427-46

And try newly.
 
Back
Top