• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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