10-29-2015, 03:28 PM
Kloxo MR is basically a nice Control Panel for those who don't want to manually configure their servers. It is easy to use and it is a fork of the original Kloxo which is known to have a lot of security holes.
Things that you need:
1. A Virtual Private Server or a Dedicated Server running CentOS.
2. PuTTy
3. Root access to the server.
Procedure:
1. Login to your server as root.
2. To make everything updated, run
Let the process complete before proceeding on to the next step.
3. Run these two commands to install some necessary modules:
NOTE: Some modules may already be installed by default.
4. Disable SELinux. Before that check it with this command:
If it does not show that SELinux is disabled, then write:
5. Now we will be adding the URL of Kloxo MR to repository.
Currently two versions are available: v6.5.0 and v7.0.0
This tutorial is concerning v7.0.0 only.
First we will change directory to /tmp
Remove old RPM (if any)
Then download repo file:
then run the rpm file
Now let us move back to upper directory:
6. Now let us clean the yum cache:
And update (if any)
7. Now let us begin the installation procedure:
8. Now the last command to be issued:
This will take some time. So no need to worry of it takes a lot of time.
9.After it is done, YOU ARE DONE.
To check go to
your-server-ip:7777 (SSL enabled)
OR
your-server-ip:7778 (SSL disabled)
10. If you visit the SSL enabled link, you may see a Privacy Error screen.
It is perfectly normal and no need to worry as the connection is still secure and encrypted.
KLOXO MR IS INSTALLED ON YOUR SERVER.
Please rate my tutorial and rep+ if you like it and don't forget to comment.
PS: Sorry...I could not add any images as I don't have any VPS right now.
Things that you need:
1. A Virtual Private Server or a Dedicated Server running CentOS.
2. PuTTy
3. Root access to the server.
Procedure:
1. Login to your server as root.
2. To make everything updated, run
Code: (Select All)
yum update -y
3. Run these two commands to install some necessary modules:
Code: (Select All)
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
Code: (Select All)
yum install telnet wget -y
4. Disable SELinux. Before that check it with this command:
Code: (Select All)
setenforce 0
Code: (Select All)
echo 'SELINUX=disabled' > /etc/selinux/config
Currently two versions are available: v6.5.0 and v7.0.0
This tutorial is concerning v7.0.0 only.
First we will change directory to /tmp
Code: (Select All)
cd /tmp
Code: (Select All)
rm -f mratwork*
Code: (Select All)
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
Code: (Select All)
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
Code: (Select All)
cd /
Code: (Select All)
yum clean all
Code: (Select All)
yum update mratwork-* -y
Code: (Select All)
yum install kloxomr7 -y
Code: (Select All)
sh /script/upcp
9.After it is done, YOU ARE DONE.
To check go to
your-server-ip:7777 (SSL enabled)
OR
your-server-ip:7778 (SSL disabled)
10. If you visit the SSL enabled link, you may see a Privacy Error screen.
It is perfectly normal and no need to worry as the connection is still secure and encrypted.
KLOXO MR IS INSTALLED ON YOUR SERVER.
Please rate my tutorial and rep+ if you like it and don't forget to comment.
PS: Sorry...I could not add any images as I don't have any VPS right now.