Welcome to Centmin Mod Community
Become a Member

ftp authentication failed

Discussion in 'Other Centmin Mod Installed software' started by yunos, Jul 28, 2019.

  1. yunos

    yunos Member

    130
    3
    18
    Aug 8, 2015
    Ratings:
    +17
    Local Time:
    12:55 AM
    1.8.0
    created
    pure-pw useradd wpuser -u nginx -g nginx -d /home/nginx/domains/domain.com/public

    logging into ftp it says authentication failed, note that i disabled ssl requirement to login
    from tls 2 to tls 1 in pureftp config
    no matter how many time i change the password it always says wrong password, is this a permisson issue



    Login : wpuser
    Password :
    UID : 1000 (nginx)
    GID : 1000 (nginx)
    Directory : /home/nginx/domains/domain.com/public/./
    Full name :
    Download bandwidth : 0 Kb (unlimited)
    Upload bandwidth : 0 Kb (unlimited)
    Max files : 0 (unlimited)
    Max size : 0 Mb (unlimited)
    Ratio : 0:0 (unlimited:unlimited)
    Allowed local IPs :
    Denied local IPs :
    Allowed client IPs :
    Denied client IPs :
    Time restrictions : 0000-0000 (unlimited)
    Max sim sessions : 0 (unlimited)
     
    Last edited: Jul 28, 2019
  2. yunos

    yunos Member

    130
    3
    18
    Aug 8, 2015
    Ratings:
    +17
    Local Time:
    12:55 AM
    1.8.0
    solved it
    posting this for future references if someone else got the same problem as me

    this command fixed the login
    pure-pw passwd ftpusername -m
    service pure-ftpd restart

    i tried following https://centminmod.com/ftp.html#firewalls
    but that diidnt work
     
    Last edited: Jul 28, 2019
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:55 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Glad to see you solved it :)