• 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!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue ftp issue filezilla can't connect

pml_orion

New Pleskian
Server operating system version
Debian 11.11
Plesk version and microupdate number
Plesk Obsidian v18.0.64_build1800241008.13 os_Debian 11.0
I can't connect by ftp in filezilla or other ftp client.
 

Attachments

  • 2024-11-20 07_55_10-Window.png
    2024-11-20 07_55_10-Window.png
    19 KB · Views: 11
What is the output of the following command? (it shows the current rules loaded into the INPUT firewall table )
Code:
iptables -S INPUT
 
Just another idea that makes sense to check: if the VM is deployed somewhere in a cloud, does the cloud have a cloud firewall with its own rules? If yes, maybe it blocks ftp traffic.
 
Interesting. All the required ports are open. It should work.

Can you try with an additional ftp user? Can you try from a different computer?
 
Check if there are any other PassivePorts directives
Code:
grep -ir PassivePorts /etc/proftp*
 
What do you see in /var/log/auth.log when you conect via ftp?
Code:
tail -f /var/log/auth.log
As AYamshanov said, is the public IP set on the server?
Code:
hostname -I
 
Interesting. It should work. Can you try with a newer Filezilla version or with a different FTP client?

FTP modules are loaded?
Code:
lsmod | grep ftp
I have
nf_nat_ftp 20480 0
nf_nat 57344 4 nf_nat_ftp,nft_chain_nat,iptable_nat,xt_REDIRECT
nf_conntrack_ftp 24576 1 nf_nat_ftp
nf_conntrack 176128 5 xt_conntrack,nf_nat,nf_nat_ftp,nf_conntrack_ftp,xt_REDIRECT
 
Back
Top