Application Manager does not appear in cPanel UI on Cloudlinux 8.8

RCA_hosting

Registered
Sep 13, 2023
4
0
1
Sarasota, FL
cPanel Access Level
Root Administrator
Hi All,

I'm not sure why the Application Manager doesn't appear under the Software section. I am using version 110.0.10 and I am able to test the Node.js app via terminal. But the link to the App Manager is nowhere to be found. Does anyone know why this is?

Thanks much
Richard
 
Last edited by a moderator:

cPanelThomas

Developer
Feb 16, 2023
32
23
83
cPanel
cPanel Access Level
Root Administrator
You might want to check whether the passengerapps feature is enabled in the featurelist associated with the cPanel user's hosting package. That page's appearance keys upon this feature.

Hope this helps!
 

RCA_hosting

Registered
Sep 13, 2023
4
0
1
Sarasota, FL
cPanel Access Level
Root Administrator
I think all the requirements on that page are installed:

# rpm -qa | egrep "passenger|nodejs|mod_env"
ea-apache24-mod_env-2.4.57-3.el8.cloudlinux.x86_64
ea-nodejs16-16.20.2-1.el8.cloudlinux.x86_64
ea-ruby27-rubygem-passenger-6.0.18-1.el8.cloudlinux.x86_64

Am I missing anything?

thanks.

PS: Also, I don't see 'passengerapps' in Feature Manager for that users account feature list.
 

RCA_hosting

Registered
Sep 13, 2023
4
0
1
Sarasota, FL
cPanel Access Level
Root Administrator
Hi All,

I looked at my setup again and rebuilt EasyApache and saw another module that was not installed. Here is the current list showing what was installed:


# rpm -qa | egrep "passenger|nodejs|mod_env"
ea-apache24-mod_env-2.4.57-3.el8.cloudlinux.x86_64
ea-nodejs16-16.20.2-1.el8.cloudlinux.x86_64
ea-ruby27-mod_passenger-6.0.18-1.el8.cloudlinux.x86_64
ea-ruby27-rubygem-passenger-6.0.18-1.el8.cloudlinux.x86_64

When I checked my cPanel UI again the Application Manager was now showing up. Looks like the documentation needs to be updated. :). Looks like the problem is solved.

Thanks for your help.