• DevOps
    Case Study

    How we built a resilient multi-account, multi-cloud solution for a Health Tech service provider!

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How we built a scalable Odoo solution for a Travel Tech service provider!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    How we built a scalable Odoo solution for TravelTech service provider!

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Our Story
  • Contact Us

Interested to collaborate?

Get in touch with us!

Ready to elevate your business with certified cloud expertise? Contact us today to learn how our team can help you leverage cloud technology to drive growth, streamline operations, and enhance security.

  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Kubernetes Consultancy Services
  • K8s & Cloud native Solutions
  • 24/7 Infrastructure Monitoring
  • DevOps as a Service
  • Cloud CI/CD Solutions
  • White Labeled MSP Support
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us

Connect with us!


LinkedInFacebookXInstagramYouTube

aws partneraws advanced partner
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy
Install ImageMagick and Imagick on a cPanel Server

Install ImageMagick and Imagick on a cPanel Server

Liya Gigi

  • 4 min read
Install ImageMagick and Imagick on a cPanel Server

Generating audio, please wait...

The ImageMagick installation steps are simple for a cPanel server. ImageMagick is an addon for your cPanel server which allows image manipulation. ImageMagick is a software suite to create, edit, compose, or convert bitmap images. If you are more curious about it then you can check the details on here

ImageMagick Installation via command line

For command line installation, you simply need to execute the cPanel script for the same


/scripts/installimagemagick

This will take a couple of minutes to complete. After installation you can check the version by executing the following command:


/usr/bin/convert --version

The output will be something similar to the one given below


root@server [~]# /usr/bin/convert - - version
Version: ImageMagick 6.7.2-7 2015-07-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
root@server [~]#

In cPanel & WHM version 11.34 or earlier you can run the /scripts/installimagemagick script as the root user to install ImageMagick. But from cPanel/WHM version 11.36 or above, the “installimagemagick” script from the cPanel & WHM system  has been removed. This package installs ImageMagick to the /usr/local/cpanel/3rdparty directory.

Now cPanel runs version 64, so the above method can not be followed now.

In this case, you can install ImageMagick via YUM repository. The basic packages required can be installed running with the following command:


yum -y install ImageMagick-devel ImageMagick-c++-devel

How to verify whether we have installed ImageMagick or not?

You can check the existence of “convert” or “mogrify” binary to confirm whether the ImageMagick is installed or not.

Uninstall ImageMagick

It’s simple, do execute the following command to remove ImageMagick from your server.


/scripts/cleanimagemagick

Imagick

Imagick is a native PHP extension to create and modify images using the ImageMagick API. This extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.

Installation steps for Imagick via WHM control panel

Step 1 : Login to WHM control panel.

Step 2 : Do follow these steps:

Go to WHM -> Software -> Module Installers -> PHP Pecl (manage).
On the box below “Install a PHP Pecl” enter “imagick” and click “Install Now” button.

Step 3 : Restart Apache.

Module_Installers

Uninstallation steps for Imagick via WHM control panel:

Step 1 : Login to WHM control panel.

Step 2 : Do follow these steps:
Imagick: WHM -> Software -> Module Installers -> PHP Pecl (manage).
Click on Uninstall button for Imagick

Step 3 : Restart Apache.

In cPanel & WHM version 11.36, if you require PHP bindings with Apache, these bindings can be installed via the PECL utility:


/usr/local/bin/pecl install imagick

Installation of ImageMagick on CloudLinux installed server

In a CloudLinux installed server there is an additional step to enable packages to users on that server. Installing packages on the server won’t reflect in these cases. It won’t be available inside CageFS. You will want to install ImageMagick inside CageFS as follows to make those binaries available inside CageFS:

To see the list of RPMs currently installed under CageFS:


cagefsctl --list-rpm

To add a new RPM:


cagefsctl --addrpm ImageMagick

To pick up the changes:


cagefsctl --force-update

Enabling Imagick PHP Extension on CloudLinux server

You can enable imagick PHP Extension through cPanel >> Select PHP Version

That’s it.

Get 24/7 expert server management

  • General
  • Howtos
  • Linux

Forward Default cPanel Email Account

Forward Default cPanel Email Account
  • cPanel
  • Howtos
  • Linux
logo

Some useful switches for “du – disk usage”

Some useful switches for “du – disk usage”
  • Howtos
  • Linux
  • Troubleshooting
logo

Posts by Liya Gigi

Liya is a Linux professional working on Linux and open source. Currently working as a System Administrator. She is well versed in WordPress and loves working with WordPress websites.In her free time, she loves blogging, travelling, photography and music.