
Kloxo-MR is a free, open-source web hosting control panel designed for CentOS and Red Hat Linux. It empowers administrators to run either lighttpd or Apache with djbdns or BIND, all while providing a user-friendly graphical interface to easily switch between these programs without any data loss. It's often considered a great free alternative to the cPanel web hosting control panel.
This tutorial was created using our "CentOS 7" template and is intended for use on our self-managed virtual private servers.
0. Preliminary Requirements:
A freshly installed "CentOS 7" template.
1. Server Preparation
Before installing Kloxo-MR, we recommend performing a minimal OS installation. While not mandatory, it is highly recommended.
Next, update your system with:
yum update -y
2. Kloxo-MR Control Panel Installation
First, install the required software packages:
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y
Next, download the installation script:
cd /tmp
rpm -ivh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
Clear cached packages and headers:
yum clean all
Update the mratwork RPM package:
yum update mratwork-* -y
Finally, install Kloxo-MR:
yum install kloxomr7 -y
sh /script/upcp
Please note that the Kloxo-MR installation process may take more than 15 minutes, so be patient.
3. Logging in to Your Kloxo-MR
Once installed, you can access your Kloxo-MR instance via your browser using the following URLs:
HTTP: http://your-server-ip:7778
HTTPS: https://your-server-ip:7777
Default Login Credentials:
- Username: admin
- Password: admin

https://forum.mratwork.com/
For further configuration instructions and additional information, please visit the Kloxo-MR forum at: