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
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