cPanel application manager missing
I am running cPanel WHM server on a Contabo VPS server. I couldn't find “Application Manager” in my cPanel.
1.) Make sure you have the Application Manager feature enabled in WHM >> Home >> Packages >> Feature Manager. Then, you’ll want to make sure the Feature List your account is using has Application Manager enabled (If you do not have WHM level access, you will want to reach out to your hosting service provider to enable Application Manager):
Make sure that checkbox is ticked! Now that the easy part is done let’s get the heavy lifting out of the way.
2.) If you don’t immediately see the Application Manager in cPanel (cPanel >> Home >> Software >> Application Manager) you’re going to need to make sure a few Apache modules are installed on your server:
- ea-ruby27-mod_passenger,Â
- ea-apache24-mod_env
- ea-nodejs10 (if you want to register a Node.js application)
These modules can be can be done in the WHM user interface at Home >> Software >> EasyApache 4.
or
These modules can be installed via CLI (command line interface) very quickly using the following commands:
yum -y install <name of the module>
The output will look something like this (this is only a snippet of the output, and includes installing two modules at the same time, so your results may vary)
That was the problem, After installing ea-ruby27-mod_passenger and ea-apache24-mod_env it solved.