Zactonz Git

v1.0.0

Deploy GitHub repositories to cPanel accounts automatically, with webhooks or a manual sync.

WHM 106+Git 2.18+Root access Updated 2 Jun 2025

Installation

The plugin ships as a .tar.gz archive containing the cPanel Jupiter interface files, the PHP backend, and install.sh / uninstall.sh scripts. Installation takes about a minute.

Run every command on this page as root, over SSH or from WHM › Terminal.

Quick install#

cd /root && wget -N https://packages.zactonz.com/cpanel/plugins/zctzgit/latest/zctzgit.tar.gz && tar -xzvf zctzgit.tar.gz && cd zctzgit && bash install.sh

The installer copies the plugin into cPanel's plugin directories, registers it with the Jupiter theme and prints a summary when it finishes.

Step by step#

  1. Download the package to the root home directory.

    cd /root
    wget -N https://packages.zactonz.com/cpanel/plugins/zctzgit/latest/zctzgit.tar.gz
  2. Extract it.

    tar -xzvf zctzgit.tar.gz
    cd zctzgit
  3. Run the installer.

    bash install.sh
  4. Confirm the install. Log in to any cPanel account and look for Zactonz Git under the Files group. If the icon does not appear straight away, have the user log out and back in so the theme cache refreshes.

Updating#

Run the quick-install command again. wget -N only downloads the archive when a newer version is published, and the installer replaces the plugin files in place. Configured repositories are kept.

Uninstalling#

From the extracted package directory:

bash uninstall.sh

This removes the plugin files and its cPanel registration. Cloned repositories inside account directories are left untouched.