A dedicated or virtual server running CentOS or Red Hat EL 5.x. CentOS 6.x is not currently supported.
At least 256 MB of RAM (enough to run Yum).
At least 2 GB of free disk space for Kloxo and related services.
If you partitioned your disks manually, make sure you have a large /tmp. Kloxo uses /tmp to create and store backups temporarily and the process will fail if there is not enough space.

# su – root
# setenforce 0

If you don’t have MySQL server already installed, you must run:

# su – root
# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

To install as Master (Default Single Server):

# sh ./kloxo-installer.sh –type=master

To install as Slave:

# sh ./kloxo-installer.sh –type=slave

If you already have MySQL installed and set a root password, you must run:

# su – root
# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
# sh ./kloxo-installer.sh –type=<master/slave> –db-rootpassword=PASSWORD

Once kloxo is installed, you can connect to http://YOUR_SERVER_IP:7778 and you will be presented with a login screen.
Login as admin with password admin and once you are in, Kloxo will ask you to change the default password to a secure one.