• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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