• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Size of accounts

S

shaunt

Guest
Hi,

We have a VPS with a 10gb allowance of storage space. Our overall server stats show 9.3gb and I am trying to figure out where the space is being used. I have totalled up the domains visible in plesk and this seems to come to only 4.2gb, how can I see where the rest of the space is being used? I have root access via SSH.

Many thanks
 
Go to the root directory of your file system and run:

du -h --max-depth=1

It will show you where the space is used. When you see a directory branch you think might be the culprit, cd into it and run the command again.

You can drill down to where all the big directories are with this command quite easily, but it's a manual process.
 
Back
Top