Hi Till, hope u r doing great, as i had installed ispconfig few months back and as of now i have only 2 websites running on ispconfig. System config id 8gb ram with 40 gb ssd but my website1 has consumed around 300mb as per ispconfig and another website2 has consumed around 150mb. As i have configured all this on vmware system, in vmware i can notice that only 1.2gb if free out of 40gb ssd space allocated for ubuntu linux. could me plz let me know the solution for the same
On Ubuntu use command Code: df -hT to see how much disk space is available and used. Then use command du to see where disk space goes (see man du how to use it). You may be able to free up some disk space with Code: sudo apt-get autoclean If that was not enough, some more space may get free with Code: sudo apt-get clean