Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Mar 2008
    Posts
    8

    Default plugins install

    I need to have the following plugins installed on my fresh CPanel

    - ConfigServer Security&Firewall
    - Fantastico De Luxe WHM Admin
    - Mod Security


    Where are these located?

  2. #2
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by webminx View Post
    - ConfigServer Security&Firewall
    This plugin is created by ConfigServer, you can find them at ConfigServer Services

    Quote Originally Posted by webminx View Post
    - Fantastico De Luxe WHM Admin
    This plugin is created by the folks at Netenberg, you can find them at: netenberg.com || creating possibilities

    Quote Originally Posted by webminx View Post
    - Mod Security
    This can be installed via EasyApache. This option is available in step 5 of EasyApache. Do you need help using EasyApache?

  3. #3
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Lightbulb

    Quote Originally Posted by webminx View Post
    - ConfigServer Security&Firewall
    - Fantastico De Luxe WHM Admin
    Okay, here is a little script to help install CSF firewall and related applications:
    Code:
    #!/bin/bash
    IFS="$"
    #####################
    ##  Install Fantastico Deluxe ##
    #####################
    cd /usr/local/cpanel/whostmgr/docroot/cgi
    wget -nc -T20 http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
    tar -zxpvf ./fantastico_whm_admin.tgz
    rm -rf -- ./fantastico_whm_admin.tgz
    
    ##################
    ##  Install Softaculous   ##
    ##################
    cd /usr/local/cpanel/whostmgr/docroot/cgi
    wget -N -T20 http://www.softaculous.com/ins/addon_softaculous.php
    chmod 755 -- addon_softaculous.php
    
    ######################
    ##  Install ConfigServer Apps  ##
    ######################
    cd /usr/local/src
    
    for PLUGIN in csf cse cmm cmq; do
        wget -nc -T20 http://www.configserver.net/free/${PLUGIN}.tgz
        if [ -f ./${PLUGIN}.tgz ]; then
              tar zxvf ./${PLUGIN}.tgz
              rm -f -- ./${PLUGIN}.tgz
              cd ./${PLUGIN}
              ./install.sh
              cd /usr/local/src
              rm -Rf -- ./${PLUGIN}
        fi
    done
    
    echo "You need to edit '/etc/csf/csf.conf' to configure your firewall ..."
    ## END OF SCRIPT
    - Mod Security
    This one can be installed using "EasyApache" (/scripts/easyapache)

Similar Threads & Tags
Similar threads

  1. Letting WordPress users install themes, plugins without FTP credentials
    By shacker23 in forum cPanel and WHM Discussions
    Replies: 9
    Last Post: 05-20-2012, 09:40 AM
  2. Replies: 2
    Last Post: 07-25-2011, 11:27 AM
  3. Munin Plugins - adding new graphs(plugins)
    By fujipadam in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-23-2011, 06:21 PM
  4. Ability to install WHM plugins through script or API
    By ramprage in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 03-12-2010, 02:16 PM
  5. Install PLugins form SSH
    By techteen in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 06-09-2008, 02:47 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube