How to install Softaculous w/cPanel installed

[1] Log into your server as the root user via SSH.

[2] Run the following commands to install Softaculous:

cd /root
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh
rm -f install.sh

Configure Softaculous

[1] Log into your server's WHM (Web Host Manager) as root.

[2] Click on 'Softaculous - Instant Installs' which is under the 'Plugins' section.

You can make whatever setting changes you want to Softaculous through here.

If you're wanting to disable some scripts that are available in Softaculous, you can find instructions on how to do so in our article How to disable scripts in Softaculous w/cPanel installed

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to connect to your server via SSH using PuTTY

You will need the Acenet recommended SSH client PuTTY downloaded to your local machine before...

How to Fix an IPtables Lockout (VPS/Dedicated Server w/cPanel)

If you're unable to access your server via SSH because of a rule added to iptables in error, it...

How to Install APC on CentOS 6

APC (Alternative PHP Cache) is an opcode cache for PHP. APC provides a caching system for...

How to install Apache Tomcat using WHM (Web Host Manager)

This article is for client's with virtual and dedicated servers. Apache Tomcat is not supported...

How to Disable a Specific Rule for Mod security on a Single Domain

This article pertains specifically to Dedicated Servers and Virtual Servers. The apache...