frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

[Centmin Mod] Installation of Centmin Mod control panel

ReginaRegina Moderator
edited March 2018 in Web hosting control panels
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

Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch