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.
 
Hello everyone, I’m still having the same problem.
Non-root users have access to the entire server; this is extremely dangerous.
Despite all attempts to adjust the settings, non-root users still have the whole server at their disposal.
Why?
 
Can you please confirm the method used to connect to the server? FTP/S access is chrooted to the webspace and for additional FTP users to the designated folder within the webspace when creating them.
 
Back
Top