• 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.

Question FTP Issues with NON Root user

madpugger

New Pleskian
Server operating system version
Obuntu 22.04.5 LTS
Plesk version and microupdate number
Obsidian 18.0.71
I am having problems logging in with non ROOT user for FTP.
I am using Coda 2 and Finder on macOS.

If I use the Mac that is on a static IP with access to Plesk, the login works with non root user. But when I try to use a different machine (at home or support etc.), the connection doesn't work.

FTP Port 21 is not firewall to a particular IP in ionos or in Plesk.

Any help appreciated!
 
Hi,
Do you have the passive ports opened in the firewall?
Bash:
grep -ir passive /etc/proftpd.*
/etc/proftpd.conf:PassivePorts xxxxx yyyyy
Bash:
iptables -S INPUT | grep xxxxx
-A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT
-A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT

If they are not opened or you are using different passive ports than the ones opened in the firewall, you will have trouble connecting from computers that don't have public IP addresses.
 
Back
Top