After a server upgrade, all users get access denied. Installed ftpd with apt-get install pure-ftpd and restarted the service.
That's all you have to do, there is no additional configuration required. But you did not install pure-ftpd after the ispconfig update?
In any FTP client (browser, winscp) I enter user and password, then it says "Connecting..." for 10 seconds, then "Access denied." I installed pureftpd before I made this thread, before that it couldn't even connect, and it got "No response" or something like that.
I guess you did not follow the perfect server guide to install ispconfig then? pure-ftpd and all other required software has to be installed before you install ispconfig as the ispconfig installer configures these services during ispconfig installation. installing pure-ftpd after you installed ispconfig will not result in a working server setup. To fix your issue, download ispconfig again, run the update.php script and choose to reconfigure services during update.
Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xzvf ISPConfig* cd ispconfig3_install/install/ php -q update.php