Software 42299 Published by

Former Kloxo developer Mustafa Ramadhan created a new fork of the Kloxo webhosting panel. The new version fixes security issues and comes with new features including Nginx support. Kloxo-MR still runs only on CentOS 5 but a CentOS 6 compatible version is on the way.



Here is how to install Kloxo-MR:

Install the required packages:
cd /
yum update
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip telnet


Disable SELinux:
setenforce 0
echo 'SELINUX=disabled' > /etc/selinux/config


Remove/create a Kloxo tmp dir and download the kloxo-packer from github:
rm -rf /tmp/kloxo
mkdir /tmp/kloxo; cd /tmp/kloxo
wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo-install/kloxo-packer.sh --no-check-certificate


Get Kloxo-MR using the kloxo-packer:
sh kloxo-packer.sh --fork=mustafaramadhan --branch=dev


Install kloxo and reboot:
sh kloxo-installer.sh --type=master
reboot


Open your browser and go to http://yourdomain:7777. Login with admin/admin and follow the instructions to complete the installation.

If you need help with Kloxo-MR then visit the official support forum at http://forum.mratwork.com