[SOLVED] PureFTPD in Ubuntu 16.04 with ISPConfig 3.x

Discussion in 'Installation/Configuration' started by raspdroid, Oct 30, 2017.

  1. raspdroid

    raspdroid Member

    Hello,

    I can not use FTP accounts in Filezilla,
    I get this message:
    User and passwork there are right.

    I opened this ports in ISPConfig, and also in UFW:
    Do I also have to open that range of ports on the router?

    Best regards.
     
    Last edited: Oct 30, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    yes.
     
    raspdroid likes this.
  3. raspdroid

    raspdroid Member

    Thanks you,

    Yo opened it but not works, I get the same message:

    530 Login authentication failed

    Best regards
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The ports are required for passive FTP transfers and not for authentication. Are you sure that you use the correct FTP username incl. the prefix?
     
  5. raspdroid

    raspdroid Member

    Username and password are correct.


     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the pure ftpd log file and syslog file on the server and compare the username you used with the one that you can find in the ftp_user table of the dbispconfig database.
     
  7. raspdroid

    raspdroid Member

    cat /var/log/syslog | tail -n 50 | grep ftp
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats's one of the two things I suggested to do.
     
  9. raspdroid

    raspdroid Member

    Solved!

    Your answer gave me a clue.

    I haved installed pure-ftpd with pure-ftpd-mysql, that's the error.
    apt remove pure-ftpd
    systemctl stop pure-ftpd
    systemctl restart pure-ftpd-mysql

    Thanks very much!
     

Share This Page