LinTut

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

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

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

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

Exit mobile version