I notice that ISPConfig3 often use high CPU cycle after running for a few weeks. So I have to reboot it quite often to resolve this problem. Recently after a reboot, I am no longer able to FTP into it. How can I check if the FTP service is running in the Terminal itself? Thanks, Boon Hong.
ISPConfig 3 is not a daemon, so it does not use any cpu cyles at all except for a few seconds when you write a change to disk. So if you have a problem with high load, then it is caused by another daemon on your server and not ispconfig. To find the reason for that that, you will have to find out which processes are causing that high load. The best way is to use the command top as it lists the processes that cause the high load at the beginning of the process list. run: netstat -tap | grep ftp