CyberPanel Community

Disk full

7 replies
Au
Augusto #2

Did you check trash folder in file manager?

AD
Amirul Dev #3

I’ve checked that all the contents are clean. but it still says full there

jo
josephgodwinke #4

Hello @amiruldev

  1. Clear /tmp folder
  2. Go to https://SERVER_URL:7080/index.php#view/confMgr.php?m=serv&p=log and setup Keep Days which specifies how many days the access log file will be kept on disk, Compress Archive allow compressing rotated log files in order to save disk space. Also reduce the rolling size of Access log
OO
Oluwatobi Owolabi #5

I cleared /tmp folder and I can’t load the dashboard anymore
rm -rf /tmp/*

jo
josephgodwinke #6

What is the error you are getting on your browser ?

OO
Oluwatobi Owolabi #7

Tye panel dashboard was down but when I restarted the server everything was fine again.

Ka
Kais #8

Just a little tip and hint:

To find where large files or directories are located, I like to use the “ncdu” command

It analyzes the entire hard disk and lists where the biggest space wasters are.

Simply install:

apt-get install ncdu

Usage:

ncdu / (for scanning from root / downwards)

Sign in to reply