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:
-
SSH the server as the root user
-
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 ...
-
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.