Join the community today
Become a Member

Reset FTP credentials

Discussion in 'Other Centmin Mod Installed software' started by Andy, Jun 14, 2023.

  1. Andy

    Andy Active Member

    546
    90
    28
    Aug 6, 2014
    Ratings:
    +134
    Local Time:
    10:39 AM
    Please fill in any relevant information that applies to you:
    • CentOS Version: i.e. CentOS 6 32bit or 64bit / CentOS 7 64bit ?
    • Centmin Mod Version Installed: i.e. 123.08stable or 123.09beta01
    • Nginx Version Installed: i.e. 1.25.1
    • PHP Version Installed: 8.2.7
    • MariaDB MySQL Version Installed: i.e. 10.0.x or 10.1.xx or 10.2.xx
    • When was last time updated Centmin Mod code base ? : auto update so it is always up to date.
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:
      Code:
      NGXDYNAMIC_BROTLI='y'
      NGINX_LIBBROTLI='y'
      NGINX_DEVTOOLSETGCC='y'
      LETSENCRYPT_DETECT='y'
      NGINX_PAGESPEED=y
      NGXDYNAMIC_NGXPAGESPEED='y'
      PHP_PGO='y'
      ENABLE_MARIADBTENTWOUPGRADE='y'
      MARCH_TARGETNATIVE='n'
      SSL_PROTOCOL_MODERN='y'
      NGINX_ONETWOTHREE_COMPAT='y'
      
      
    I have SSH access and FTP was working for a long while using Transmit app on my Mac book.
    Recently when I opened Transmit, it does not accept my credentials anymore.
    Where can I list and reset the username/pass of all FTP account from SSH?

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:39 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Are you talking about pure-ftpd virtual FTP password used for each Nginx vhost created site or the root SSH user and root user SFTP?

    For pure-ftpd virtual FTP password it would be instructions at Pure-FTPD Virtual FTP Users - CentminMod.com LEMP Nginx web stack for CentOS. If Transmit has verbose debug logs, enable them to see what is happening when you attempt to FTP log in

    For root user SFTP, that is just your root user password so if you can SSH into the server, you should be able to use SFTP. If you can't SSH in as root user, then look at Transmit client settings like TLS cipher/Key exchange etc.

    I don't use MAC/Transmit but for Windows and my SecureCRT SSH client they look like

    upload_2023-6-14_8-17-58.png

    upload_2023-6-14_8-18-54.png
     
  3. cloud9

    cloud9 Active Member

    437
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +221
    Local Time:
    4:39 PM
    1.25.3
    10.6.x
    I have been on Macs for 15 years now, Originally I used Filezilla (coming from windows), then switched to Transmit, Found it had problems, (similar to yours) and also settings would change randomly, caused me a load of grief so dumped it and went back to FileZilla (brought the pro version), works flawlessly and never looked back.
     
  4. Andy

    Andy Active Member

    546
    90
    28
    Aug 6, 2014
    Ratings:
    +134
    Local Time:
    10:39 AM
    @eva2000
    Thank you for always having the right anwer. I have reset the password to resolve the issue.
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:39 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Interesting that the existing password would suddenly not work if it worked before. But glad to hear it's resolved :)