If you are unable to login to phpPgAdmin using your Cpanel username and password and getting a “Login failed” message do the following :SSH to your server as root and open /var/lib/pgsql/data/pg_hba.confSearch for# “local” is for Unix domain socket connections onlylocal all all ident sameuserChange it to # “local” is for Unix domain socket connections […]
Category: WHM/Cpanel
Softaculous not showing in Cpanel
If Softaculous is installed but still not showing in Cpanel, try registering the softaculous plugin SSH to your server and run the following command : #/usr/local/cpanel/bin/register_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin That worked for me…!!
Softaculous
Installation# wget -N http://files.softaculous.com/install.sh# chmod 755 install.sh# ./install.shNow go to : WHM > Plugins (Add-Ons on older versions than 11) > Softaculous – Instant InstallsUninstall SoftaculousRun these commands:# /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin# /usr/local/cpanel/bin/rebuild_spritesDelete these folders/files:# rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/softaculous# rm -rf /var/softaculous# rm -rf /etc/cron.d/softaculous