Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahtshamjutt91 authored Dec 5, 2022
0 parents commit db0b78f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# easycpanel (1 Click cPanel Server Security & Optimization Script)


## Description:
If you are a new cPanel user and or an experienced Linux System Admin or Web Hosting provider who offers cPanel Servers and want to save time, this script is for you.
This Bash Script can install cPanel, configure it, optimize it and harden the server security. Just run this script on a CentOS Server and this Script will take care of all the required cPanel Server Tasks.

## Requirements:

#### OS Requirements:
CentOS 7 64bit, AmlaLinux OS 8 64bit, CloudLinux 6, 7 or 8 64bit

#### Server Requirements:
VPS or Dedicated Server with Minimum 1GB RAM, Recommended 2GB RAM. Minimum Disk Space 20GB, Recommended 40GB.
Blank Server Recommended, However you can run this script on current active server to optimize and secure it.

#### License:
cPanel License Recommended (Script can run without license as well). CloudLinux License required if running CL OS.

## Installation:
Login to your Linux Server with root user and run the following command. Provide your Main Domain (for nameservers and hostname) and Email for Server Notifications.
````
curl -O https://www.ahtshamjutt.com/cpanel-script/cPanel-v1.1.sh && chmod +x cPanel-v1.1.sh && sh cPanel-v1.1.sh
````

## License:
Freeware

## Detailed Description:
This is a free to use Bash Script to Install cPanel, Optimize and Secure it with a single command. You can use this script on Blank Server and or an existing cPanel Server.
Any cPanel user (New or Experienced) can use this script. It will run complete cPanel installation, activate cPanel License, configure cPanel for running all CMS websites, secure cPanel Server, change SSH Port, install Firewall and automatically update the SSH Port in Firewall as well.
It will install PHP versions, php extensions and modules as well as configure all the tweak settings, install memcache and ImageMagick and secure them as well, install nGinx, configure and optimize it.
This script is based on all the cPanel commands available in cPanel Docs. Bash File is unencrypted, free to use and free to redistribute (credit required).

## Author:
Script is written by Ahtsham Jutt ( https://www.ahtshamjutt.com )

0 comments on commit db0b78f

Please sign in to comment.