Install Softaculous on ISP Manager

The Softaculous is a famous app auto-installer that is already preinstalled on the ISP Manager if it is installed with the recommended software. But if you have selected the minimal version, it needs to be installed manually and you can use the following steps:

  1. Login to the server as root.
  2. Download the installation script:
    # wget -N http://files.softaculous.com/install.sh
  3. Set the required permission for the same:
    # chmod 755 install.sh
  4. Run the installation script:
    # ./install.sh
  5. It will take a few minutes to complete the process. You will be able to access it on the panel after the installation. 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes...

Change Main IP of the server :: Vesta Panel

If we are changing the main IP of a server installed with Vesta panel, we can use the following...

cPanel: Apache-FastCGI Data Timeout Error

If you are using a cPanel server and have FastCGI enabled in Apache, you might be facing the...

Domainkey installer in cPanel

You can use the following cPanel script to install domainkey for an account...

Email issues :: Common Troubleshooting Steps

Here I will discuss some common errors and their solution: We are using a mail relay setup for...