Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Kloxo  (Read 2931 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Kloxo
« on: December 30, 2013, 10:55:47 pm »
Kloxo (formerly known as Lxadmin) is one of the advanced open source and free web hosting control panel for RHEL / CentOS 5.x (32-Bit) distribution, which is currently not supported for CentOS 6.x versions.

Kloxo Prerequisites

- A Running dedicated CentOS 5.x server. Currently CentOS 6.x is not supported.
- A Minimum 256MB of RAM to run Yum
- A Minimum 2GB of free disk space required to install Kloxo
- Make sure /tmp partition has enough disk space. Kloxo uses /tmp to build and store files temporarily. If there is not    enough space installation will fail.


Before installation

- Disable SELinux

Code: [Select]
# vi /etc/sysconfig/selinux

And change the line to “selinux=disabled“. Save and close file.
SELINUX=disabled

# setenforce 0


To install:

Code: [Select]
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
# chmod +x kloxo-installer.sh
# sh ./kloxo-installer.sh --type=master


Once setup is complete, you can access Kloxo at:

Quote
http://youripadress:7777

OR

http://youripadress:7778


Now Login into Kloxo panel by providing username as "admin" and password as "admin". At the first login, it force you to change your password.


Ref: http://lxcenter.org/software/kloxo
« Last Edit: December 30, 2013, 11:00:37 pm by Vinil »