Question
How do you install Imunify360™ from a cPanel/WHM server?
Answer
Please note, if Hardened PHP was installed through Imunify360, it must be uninstalled before uninstalling Imunify360. Failure to do so will result in errors in EasyApache and during updates.
To uninstall Imunify360:
1. Log into the server as the 'root' user.
2. Download i360deply.sh if it is not present in /root.
# wget http://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh
3. Run the following command
# bash i360deploy.sh --uninstall
On CloudLinux servers, if CageFS is installed, the following commands must be run after uninstalling Imunify360 to remove files from the user's local directories and remount CageFS. These files are not deleted automatically and can generate errors in the Apache log.
1. Verify that CageFS is installed.
# rpm -q cagefs
2. If CageFS is installed, update CageFS.
# /usr/sbin/cagefsctl --force-update
3. Remount CageFS.
# /usr/sbin/cagefsctl --remount-all
Comments
0 comments
Article is closed for comments.