(Solved) FTP - Home directory - cant Choose dir

  • Since i changed the FTP Port to 44421, cant choose Home directory (FTP).
    If i change the proftd port back to 21, everything works fine.


    I looked in some conf files like /etc/imscp/imscp.conf but dident find the right.


    Where is the right conf file to change the port from 21 to 44421.
    Thank you for your help

  • Hello;


    No option is available for such a thing ATM. Please open a ticket and we will add an option for FTP port.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • For all others who run into the same problem.


    Here is my solution:
    forwarding the port (internal on localhost) from port 21 to port 33321.


    iptables -t nat -I OUTPUT -p tcp -d 127.0.0.1 --dport 21 -j REDIRECT --to-ports 33321