CentosControl panelsKloxoLinux

How to install KloxoMR on CentOS 5.x/6.x 32 or 64-bit

Kloxo-MR is a fork of original LXCenter’s kloxo project and its developed by Mustafa Ramadan, hence the “MR”. Kloxo MR not only fixes the bugs of Kloxo but it has many additional features like the ability to switch to Nginx server. Its nice to see kloxo getting some fixes and going forward.

Kloxo-MR Features

  • OS: Redhat/CentOS 5 and 6 (32bit and 64bit) or their variants
  • Billing: AWBS, WHMCS, HostBill, TheHostingTool, AccountLab Plus and Blesta (note: claim by billing’s author)
  • Web server: Nginx, Nginx-Proxy and Lighttpd-proxy; beside Httpd and Lighttpd (in progress: Varnish, Hiawatha, ATS and Httpd 2.4) *)
  • Php: Dual-php with php 5.3/5.4 as primary and php 5.2 as secondary (in progress: multiple-php) *)
  • PHP-type for Apache: php-fpm_worker/event and fcgidworker/event; beside modphp/ruid2/itk and suphp/worker/event
  • Mail server: qmail-toaster instead special qmail (in progress: change from courier-imap to dovecot as imap/pop3) *)
  • Database: MySQL or MariaDB
  • Database Manager: PHPMyAdmin; Adminer, MyWebSql and SqlBuddy as additional **)
  • Webmail: Afterlogic Webmail Lite, Telaen, Squirrelmail and Roundcube; Horde and T-Dah dropped
  • FTP server: Pure-ftpd
  • DNS Server: Bind and Djbdns; ready testing for Powerdns, MaraDNS and NSD *)
  • Addons: ClamAV, Spamassassin/Bogofilter/Spamdyke and RKHunter
  • Fixed many bugs of Kloxo Official (including security issues)
  • And many more!

Here’s how to install Kloxo-MR, Deploy Centos 5,6 32bit or 64bit version on your server and follow these steps:

Kloxo-MR Installation process

First, update your CentOS 5/6 32 or 64-bit:

# yum update -y

Install the needed packages:

# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
# yum install telnet -y

Disable SELinux:

# setenforce 0
# echo ‘SELINUX=disabled’ > /etc/selinux/config

Download KloxoMR repo:

# cd /etc/yum.repos.d/
# wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate
# cd /

Install KloxoMR:

# yum install kloxomr -y
Install KloxoMR
Install KloxoMR

Now, run installer:

# sh /script/upcp

It will ask you whether you want to install it as slave or master. Choose the option 1 (Master) and click enter. That’s it. Reboot the server after installation completes.

# reboot

Visit youip:7778 on your web browser to view the control panel and default user name and password is “admin”.

KloxoMR login page
KloxoMR login page

That is it.
See also:
How to install Kloxo panel
Open source cPanel alternative

Related Articles

5 Comments

  1. Thanks….. finally you have provided the solution that actually works………

    i have been trying to install this on my vps with 64 bit centOS 6 . finally your solution works

    Thanks a lot 🙂

Leave a Reply to Shashwat Singh Cancel reply

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

CAPTCHA


This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button