cPanel/WHM Open-Source Scripts is an unofficial open source project aimed at providing useful documentations and scripts on processes and problems which Sys Admins want to automate
Table of Contents
cPanel/WHM is one of the most widely used control panels used for web hosting and often System Administrator/Owners lack the skills to modify and edit cPanel/WHM installations. This project is aimed at providing open-source scripts, documentations and examples needed to explore, automate and secure cPanel/WHM.
Just Click on the specified folder name which you want to explore. All folders contain a readme.MD file which has relevant documentation
Most of the scripts and automations use Bash, PHP and Python. There are some dependencies required by these scripts to function. You can install them using the following details below:
- wget
In CentOS, AlmaLinux, CloudLinux streams:
yum install -y wget
In Debian based streams like Ubuntu:
apt install wget
- Python
In CentOS, AlmaLinux, CloudLinux streams:
yum install -y python3
In Debian based streams like Ubuntu:
apt install python3
- PHP
In CentOS, AlmaLinux, CloudLinux streams:
yum install -y php
In Debian based streams like Ubuntu:
apt install php
- For installation, wget is required.
- To install through Stable channels, please go to releases for latest updates and commands. (Safe)
- To install through latest release(Not-Recommended)
wget -O centos.sh https://raw.githubusercontent.com/ankeshanand1/cpanel/main/installer/centos.sh && chmod 755 centos.sh && ./centos.sh
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU License. See LICENSE
for more information.
Ankesh Anand - contact@ankeshanand.me
Project Link: https://github.com/ankeshanand1/cpanel