Yes, we have a 500k Inode limit on most shared web hosting plans. If you need a higher amount, please contact us for a custom solution or VPS and dedicated servers have no limit. We list the Inode limits directly on the product pages as well.
Popular
Locations of Common Log Files on cPanel Servers
Apache Apache is the web server that is typically utilized by cPanel. On cPanel servers...
How to find the hostname for a domain behind Cloudflare DNS
Finding out what the hostname is for a website using Cloudflare is pretty easily actually. You'll...
How to block libwww-perl
You can block libwww-perl at the website level with htaccess.Simply add this code into your...
How to install NGINX on a cPanel server
Adding NGINX on a cPanel server just got a lot easier with it being added to Easy Apache. These...
How do I stop cron emails?
Just add> /dev/null 2>&1to the end of your cron job command line code. It will work...