Pure-FTP server offline in ispconfig3+ Debian 8

Discussion in 'Installation/Configuration' started by Quan, Jan 22, 2017.

  1. Quan

    Quan New Member

    Hello,
    I just installed the fresh server with IspConfig and Debian 8, but the Pure FTP Server shows Offline in the Servers Monitor and can not connect to FTP from client as well, when I started the ftp sever
    Code:
    /etc/init.d/pure-ftpd-mysql start
    
    There is no error message
    I searched forum but no luck,
    Please advise,

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the syslog file and pure ftpd log file for errors.
     
  3. Serum

    Serum New Member

    Hello,
    Try this :

    Code:
    echo 1 > /etc/pure-ftpd/conf/TLS
    openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem
    chmod 600 /etc/ssl/private/pure-ftpd.pem
    service pure-ftpd-mysql restart
     

Share This Page