CentMin Mod is a shell based control panel for CentOS operating system with LEMP Stack install. It was intended for a single root user/administrator to manage multiple or single website on a VPS. It is highly recommended for those who wish a simple control panel for their websites with no fancy GUI and low resource usage.

Centmin Mod LEMP web stack auto-installer removes manual work out of the process and fully automates most of install, configuration, base optimisation and implements best recommended practices and settings for CentOS, Nginx, MariaDB MySQL, PHP, CSF Firewall security and other auto-installed software. The whole process is done via the core centmin.sh shell based script which can install Centmin Mod via a curl one liner install method.

Centmin Mod does not have a web GUI panel but rather allows the owner to manage their server on the SSH command line with added convenience of a shell based menu for commonly performed tasks.

0. Preliminary requirements

VPS with CentOS 6 or CentOS 7 operating system.

For KVM VPS:

  • 1-2 GB RAM;
  • able to tune TCP settings (sysctl.conf), update and use own Linux Kernels;
  • at least 30 – 60 GB disk space;

For OpenVZ VPS:

  • at least 256 – 512 MB RAM for CentOS 6 and at least 1 GB RAM for CentOS 7;
  • minimum 20 – 40 GB disk space;

1. Installation:

Open up your shell and connect to VPS with root user via SSH. Type the below command to start the installation:

yum -y update; curl -O https://centminmod.com/installer.sh && chmod 0700 installer.sh && bash installer.sh

Installation will begin and after several minutes it will be done, you will see a result like this:

Centmin Mod installation

Once installation completes, you’ll see some basic installed applications information: login credentials to your mysql root, memcached password and a post-install checklist of installed software,  version numbers, etc. You will be able to open up the command line based menu using the command:

centmin

Centmin Mod Menu

There are certain steps to setup and configure your website on the VPS. You can check the steps to take after the install on official guide here: https://centminmod.com/getstarted.html

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Linux Applications
How to resolve spamming issue with postfix

How to resolve the spamming issue with your postfix mailserver having CWP. Before starting we should stop the postfix mailserver. service postix stop For start lets count the number of emails stuck in the mail server queue: postqueue -p | grep -c “^[A-Z0-9]” Select few similar emails and use IDs …

Web hosting control panels
How to manually import emails

Instructions for manual import of the emails to your CWP server. 1. Create all required mailboxes via CWP2. Login in each created mailbox (this will create required file and folder structure)3. Copy the emails (like any other files) in /var/vmail/DOMAIN.COM/USERNAME4. Fix Permissions (chown uploaded files vmail:mail) Example path for email …

Web hosting control panels
[VestaCP] Getting started with VestaCP

Introduction The Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in. More information can be found on official web page: https://vestacp.com/ VestaCP Template In Time4VPS you are able to install VestaCP template really easy and fast, only with few …