Join the community today
Become a Member

cant login as ftp

Discussion in 'Other Centmin Mod Installed software' started by adzkii, Apr 15, 2020.

  1. adzkii

    adzkii Member

    38
    1
    8
    Apr 15, 2020
    Ratings:
    +3
    Local Time:
    6:13 AM
    No connection could be made because the target machine actively refused it.

     
  2. brijendrasial

    brijendrasial Active Member

    214
    155
    43
    Mar 21, 2018
    Ratings:
    +237
    Local Time:
    10:43 AM
    1.13.9
    10.0.22-MariaDB
    what is output of

    Code:
    systemctl status pure-ftpd
    I would say restart service

    Code:
    systemctl restart pure-ftpd
     
    Last edited: Apr 15, 2020
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    3:13 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Ensure you're using pure-ftpd virtual FTP user generated when you created your nginx vhost domain site and it's using passive FTP on port 21 with Explicit TLS/SSL mode enabled as outlined at Pure-FTPD Virtual FTP Users - CentminMod.com LEMP Nginx web stack for CentOS

    but yes check if pure-ftpd and CSF Firewall services are running
    Code (Text):
    service pure-ftpd status | sed -e "s|$(hostname)|hostname|g"
    

    Code (Text):
    service csf status | sed -e "s|$(hostname)|hostname|g"
    

    for posting code or output from commands to keep the formatting, you might want to use CODE tags for code How to use forum BBCODE code tags :)
     
  4. adzkii

    adzkii Member

    38
    1
    8
    Apr 15, 2020
    Ratings:
    +3
    Local Time:
    6:13 AM
    indeed, the status showed in inactive, so it wasn't started. i just started it. thanks

    thanks eva, i got it sorted by starting the service. would like to know how do i change the password for the user?
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    3:13 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+