• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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