Kloxo probably support only CentOS 5.X . It is outdated. Use KloxoMR instead <<<<

When this OS is installed, you can install Kloxo like this. Issue below commands from your command line (SSH) only when you know what it does and you want to do it.

IMPORTANT: Kloxo can be very outdated and may have security issues, try newer project: KloxoMR

ORIGINAL GUIDE HERE

IF YOU DONT HAVE MYSQL INSTALLED

su - root
setenforce 0
yum install -y wget;
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh;
sh ./kloxo-installer.sh --type=master;rm -rf kloxo-installer.sh;sh /script/fixweb;/etc/init.d/httpd restart
Then hit Enter key

IF YOU HAVE MYSQL INSTALLED

su - root
setenforce 0
yum install -y wget;yum remove libmcrypt -y;
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh;
sh ./kloxo-installer.sh --type=master --db-rootpassword=YOURMYSQLROOTPASSWORD;rm -rf kloxo-installer.sh;sh /script/fixweb;/etc/init.d/httpd restart
Then hit Enter key

WHEN DONE

You will see Kloxo setup screen.
1. Hit Enter key to continue
2. type "y" and Enter
3. type "n" and Enter (InstallApp is outdated and cause issues)
4. when asked for password, do Enter key. Otherwise installation will be done in like 10 minutes.

Note: if you forgot your mysql root password, try not to fill it (empty) or reset it here.

5. Now login your Kloxo control panel via web browser. Enter your server IP into the address field and port 7778 (http) or 7777 (https). Example: 123.156.84.32:7778

Your Kloxo login and password is: admin . Make sure that ports 7778/tcp and 7777/tcp are open. You may try this for that. or Google.

FINISHED

Read How setup website in Kloxo, easy tutorial.