Installing Softaculous in Direct Admin

Requirements

A server with Direct Admin.

Installing Softaculous in Direct Admin

SSH to your server and execute the following commands: 
Note : In case there is not /usr/local/directadmin/plugins directory just create a plugins directory with owner and group root and 0755 permissions.

cd /usr/local/directadmin/plugins
wget -N http://www.softaculous.com/da/install_softaculous.php
chmod 755 install_softaculous.php
/usr/local/bin/php -d open_basedir=/ -d safe_mode=0 -d disable_functions="" /usr/local/directadmin/plugins/install_softaculous.php

The Installer will start showing the Installation Processes and when done will indicate the same. NOTE: Scripts will be downloaded during this process. The Download Activity will also be shown on the screen.

Thats it the installation of Softaculous is completed!

Ioncube Loaders
The Ioncube loaders will be enabled by Softaculous itself for CentOS but if you are using any other OS then please follow these two steps to enable Ioncube:

  • Download the required Ioncube file and rename the file to ioncube.so
  • Place the file in the following directory
/usr/local/directadmin/plugins/softaculous/ioncube.so

Troubleshoot

Some troubleshooting tips :

Unable to execute your request

If you get the error Unable to execute your request please execute the following command :

root> chmod -R 0755 /usr/local/directadmin/plugins/softaculous


Was this article helpful?

mood_bad Dislike 5
mood Like 86
visibility Views: 2593