Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plesk Disk Space management #7

Open
Goteroqwe opened this issue Jan 18, 2022 · 4 comments
Open

Plesk Disk Space management #7

Goteroqwe opened this issue Jan 18, 2022 · 4 comments
Labels
Cloud VPS Support Support policy and related meta pages Troubleshooting Generic troubleshooting guides applicable to multiple services

Comments

@Goteroqwe
Copy link

Summary

Article to provide options on how to manage disk space and available tools. Also enforcing limits

References

https://support.plesk.com/hc/en-us/articles/360011166353--How-to-find-directories-files-that-take-up-the-most-disk-space-on-a-Plesk-for-Linux-server
https://support.plesk.com/hc/en-us/articles/115002938413-How-to-check-disk-usage-for-a-domain-subscription-client-in-Plesk-

@Goteroqwe Goteroqwe self-assigned this Jan 18, 2022
@Goteroqwe Goteroqwe added Cloud VPS Support Support policy and related meta pages Troubleshooting Generic troubleshooting guides applicable to multiple services labels Jan 18, 2022
@Goteroqwe
Copy link
Author

Goteroqwe commented Jan 18, 2022

Existing Plesk Features DISK SPACE PER DOMAIN

1. Depending on view

In Plesk you have way to view domains settings.
As see from below in Plesk control panel -> Tools and Settings -> Interface Management
image
image

As power user you cannot filter disk usage
image

As Service provide you can filter disk usage
image

2. Report

Plesk control panel -> Tools and Settings -> Summary Report
image

Gives you information on how much a domain uses and some information where but no filtering options
image

@Goteroqwe
Copy link
Author

Individual domain Disk usage

1. Using power user

There is an option in Plesk Panel to get disk usage (and traffic) for current subscription. See top right for corner for current subscription
image

No way to filter emails on disk usage but disk usage is visible but is available per inbox
No way to filter databases on disk usage but disk usage is available per db

2. Using service provider view

Same statistics as above are available Plesk control panel -> subscription -> desired subscription -> statistics tab
image

Or from Plesk control panel -> Domains -> desired domain -> view more statistics
image

No way to filter emails on disk usage but disk usage is visible but is available per inbox
No way to filter databases on disk usage but disk usage is available per db

3. Disk usage per file/folder

From Plesk interface there is no way to filter folder but you can filter files and from files manager there is a way to calculate disk usage per folder
Select files and, from more click calculate size and will return the size of each individual folder/file
image
after clicking calculate
image
Note that this doesn't filter folders after disk usage only files.

@Goteroqwe
Copy link
Author

bash alternative to get size.

ls -alSh

@Goteroqwe
Copy link
Author

Re Review of https://www.plesk.com/extensions/diskspace-usage-viewer/

Tried on my test server.

  1. app uses root level permissions.
  2. users are limited to removing files from their own webspace
    2.1. they can remove any file from their webspace regardless of owner or permission.
  3. if admin they could delete anything.

so far I still say it's to dangerous for most users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud VPS Support Support policy and related meta pages Troubleshooting Generic troubleshooting guides applicable to multiple services
Projects
None yet
Development

No branches or pull requests

1 participant