Skip to content

ankeshanand1/cpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GNU License

cPanel/WHM Open-Source Scripts

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
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

Just Click on the specified folder name which you want to explore. All folders contain a readme.MD file which has relevant documentation

Prerequisites

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

Installation of cPanel

  1. For installation, wget is required.
  2. To install through Stable channels, please go to releases for latest updates and commands. (Safe)
  3. 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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU License. See LICENSE for more information.

(back to top)

Contact

Ankesh Anand - contact@ankeshanand.me

Project Link: https://github.com/ankeshanand1/cpanel

(back to top)