Kloxo-MR is free and open source hosting control panel. To install Kloxo-MR you need to have Redhat/CentOS 5 or 6 (32bit or 64bit) installed on your Linux VPS. For this tutorial we are using CentOS 6.7 64bit Linux.
Features
- It comes with with lots of Server/web applications.
- MAIL SERVER: Qmail toaster.
- Database: Mysql, MariaDB.
- Database Manager: PHPMYAdmin, Adminer, Mywebsql.
- DNS: BIND, djbdns.
- FTP: Pure-ftpd.
- ADDON: Clamav, Spamassassin,RKhunter.
- WEBMAIL: Squirrelmail, Roundcube, horald.
- BILLING: Host Bill, the hosting bill, Blesta, AccountLAB Plus.
Install Kloxo-MR on CentOS 6.7 64 bit
First, let’s update all your system software to the latest version available using the yum package manager.
[php]# yum update[/php]
Once the update of your system is completed, you can proceed with the installation of the required packages. The required packages can be installed with the command below:
[php]# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y[/php]
Now, lets install Kloxo-MR
[php]# cd /tmp
# wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm –no-check-certificate
# yum install mratwork-release-0.0.1-1.noarch.rpm -y
# cd /
# yum install mratwork-release-0.0.1-1.noarch.rpm -y[/php]
Run following script after above step get complete
[php]# sh /script/upcp[/php]
Once the installation is completed, you can open the web browser you prefer and enter one of the following web addresses:
https://IP-ADDRESS:7777
http://IP-ADDRESS:7778
Default username and password is: admin admin
After Login default panel will appear.
Enjoy!