How to Install Kloxo on RHEL or CentOS VPS

The Kloxo installation process differs depending on whether you have already setup MySQL. If you have already installed MySQL and set a root password, skip to the second set of steps. Otherwise, proceed below. You will need to be logged in to your VPS as the root user to install Kloxo.

 

# yum install -y wget

# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

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

 

 

If MySQL is already installed with a root password set:

 

# yum install -y wget

# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

# sh ./kloxo-installer.sh --type= --db-rootpassword=PASSWORD

 

 

Once setup is complete, you can configure Kloxo at: http://xx.xx.xx.xx:7778 (Login with username: admin and password: admin)

For additional information, please see: http://wiki.lxcenter.org/Kloxo+Installation+Guide

 

  • payment
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Access Webmin Template

Webmin can be accessed at: http://xx.xx.xx.xx:10000 , with username "root" and your root...

How to Access Kloxo Template

Kloxo can be found on port 7778, at http://xx.xx.xx.xx:7778. The default username and password...

How to Clear cPanel/WHM Brute Force Log from SSH

If you find that you have accidentally been locked out of your WHM/cPanel server by Brute Force...

How to Install WHM/cPanel on RHEL or CentOS VPS

o install cPanel, run the following commands while logged in to your VPS as the root user: # cd...

How to Install Webmin on CentOS or Debian VPS

Webmin is a free web hosting control panel compatible with most Linux distributions. To install...