Run this command in ssh and see which folder is using the highest storage
du -hsx /* | sort -rh | head -10
Then see what files are consuming more storage and if its cache related or temporary files, you can remove those to free up space.
Run this command in ssh and see which folder is using the highest storage
du -hsx /* | sort -rh | head -10
Then see what files are consuming more storage and if its cache related or temporary files, you can remove those to free up space.