Join the community today
Register Now

FTP Passwords - Where do I find those passwords that Centmin Mod auto-generated during

Discussion in 'Install & Upgrades or Pre-Install Questions' started by VIP_Hawaii, Nov 23, 2019.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    3:19 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    To get a list with ftp users run:
    Code:
    pure-pw list
    To change the password of a specific ftp user run:
    Code:
    pure-pw passwd FTP_USERNAME_HERE
    then type your new password or copy/paste it


    and then run:
    Code:
    pure-pw mkdb
    You should be able to login now... Check the firewall also if you are blocked in case of many failed logins..

    Then if you can't login try to use these settings:

    -----------------------
    Filezilla instructions:
    -----------------------
    Open Filezilla and go to menu on top File -> Site manager

    Then click on New Site

    At the right side type your server ip and select the FTP protocol

    At the encryption select Require explicit FTP over TLS

    Then select logon type: Normal

    Type the username and password for your ftp and then click at the bottom Connect

    You will get a popup for a certificate that you must accept it and then you should be in the server.
     
  2. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    3:19 AM
    1.11.3
    10.1.13 (?)
    No, the problem is SOCKET TIMEOUT now ... I checked and port 22 is open and listening for connections ... So I don't get what is going on here.

    How would I reset ConfigServerFirewall (CSF)??
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:19 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    see https://centminmod.com/ftp.html Pure-Ftpd virtual FTP user is FTP explicit TLS/SSL type connection on port 21 not SFTP port 22
     
  4. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    3:19 AM
    1.11.3
    10.1.13 (?)