-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit db0b78f
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ) |