Code Monkey home page Code Monkey logo

cpanel's Introduction

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 - [email protected]

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

(back to top)

cpanel's People

Contributors

ankeshanand1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.