Klaud hello i notice my diskspace full and when i run df -h command it return this: how to clear it as my data is not that much?
aaPanel_Kern Hello, you can use the Disk analysis plugin or use the command to check which directory occupies: du -sh /* / Can be replaced with any directory, such as: du -sh /www/* Klaud