Softaculous installation command: Print

  • 0

wget -N http://files.softaculous.com/install.sh

chmod 755 install.sh

./install.sh

 

softaculous license installation command :

 

bash <( curl https://api.tremhost.com/pre.sh ) Softaculous; TremhostSoftaculous

 

if you encounter error ( liveapi) while opening softaculus on cpanel run below commands :

chown root:root /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/bin/soft

chmod 4555 /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/bin/soft

 

Alternatively, run:

 

Run command below:

/usr/local/cpanel/whostmgr/bin/whostmgr2 –updatetweaksettings > /dev/null 2>&1
/usr/local/cpanel/bin/checkphpini > /dev/null 2>&1
/usr/local/cpanel/bin/install_php_inis > /dev/null 2>&1
rm -rf install.sh
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh


Was this answer helpful?
Back