Kloxo-MR – a free control panel for servers based on Kloxo (https://github.com/lxcenter/kloxo).
At hand I had CentOS 6.9, the recommended version of Minimal.
The official source of Kloxo-MR is mratwork.com and github.com/mustafaramadhan.
Switch to the root user, if not under it:
su -
Update the system:
yum update -y
Install the necessary components:
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip telnet wget -y
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
Remove the cached packages and update the RPM mratwork:
yum clean all yum update mratwork-* -y
Install the Kloxo-MR:
yum install kloxomr7 -y sh /script/upcp
The installation process can take a long time – we wait.
When the installation is complete, restart the server:
reboot
Kloxo-MR can be opened in the browser http://SERVER:7778 and https://SERVER:7777.
The default login and password are admin.
You can restart it like this:
sh /script/restart-all -y
Check this:
netstat -tulpn | grep :7777