Is there a way to count the number of inodes a website is using in Cyberpanel? If not what can I do?
there is no direct feature to count inodes usage on the website level but you can check using the command line but the session files or any opened files mostly use the thing.
1 Like
@shoaibkk can you please mention the commands?
This is based on your OS and not Cyberpanel.
In Linux, you can check inodes with:
df -i
df -i /path/
As shoaibkk said, it’s usually just the cleaning of the session files which solves the issues.
1 Like