Installing IonCube Loader Using CLI on cPanel Server


This article provides a guide for installing IonCube Loader using CLI on cPanel server.

Background

If, at sometime, you are without access to the cPanel WHM interface and are needing to install the IonCube Loader, this article will help.

This article outlines the process of installing IonCube Loader PHP extension on cPanel cPanel VPS or cPanel dedicated servers, using CLI (command line interface) on SSH terminal.

Installing IonCube Loader Using CLI on cPanel Server

To install IonCube Loader using CLI on cPanel server, follow the steps provided below:

  1. SSH the server as the root user

  2. Edit /var/cpanel/cpanel.config and find the line that starts with "phploader=". If there is no value after the equal sign then you can simply append "ioncube" to it (ex: phploader=ioncube). If there is another loader already in place you can add your new loader by adding a comma first and then adding your loader (ex: phploader=someloader,ioncube)

    nano /var/cpanel/cpanel.config

    Then make the above change, so that:

    ...
    phploader=ioncube
    ...
  3. Next execute the following commands:

    /usr/local/cpanel/whostmgr/bin/whostmgr2 –updatetweaksettings
    /usr/local/cpanel/bin/checkphpini
    /usr/local/cpanel/bin/install_php_inis

IonCube Loader PHP extension is now active for use on your server.

Conclusion

You now know how to install IonCube Loader using CLI on cPanel server.

  • ioncube loader, install php extensions, cli workarounds, cpanel server administration, ioncube
  • 147 Users Found This Useful
Was this answer helpful?

Related Articles

Remove a Service from ChkServd Monitoring for cPanel Servers

This guide requires root user account in server. In some circumstances, ChkservD cPanel...

Assigning a Dedicated IP Address to a Subdomain using WHM

To assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the...

How to Uninstall Installatron in WHM cPanel Server

This guide will show you how to quickly uninstall Installatron software from WHM/cPanel server....

How to Install Installatron in WHM cPanel Server

This guide will show you how to download and install Installatron on your cPanel/WHM server. To...

How to Install Softaculous with cPanel/WHM

This guide will show you how to download and install Softaculous on your cPanel/WHM server. To...