Traducciones al Español
Estamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Deprecated

This guide has been deprecated and is no longer being maintained.

Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

Kloxo is a web-based control panel that is a free alternative to options such as cPanel and Plesk. At this time, Kloxo only supports 32 bit systems. If you would like to use Kloxo on a 64 bit system, you can follow the documentation listed on their GitHub page.

Initial Setup

Before getting started, you’ll need to make sure that your hostname has been properly set and that static networking has been configured even if you only have one IP address. You will also need to install MySQL. To do so, issue the following commands:

yum update
yum install mysql-server
/etc/init.d/mysqld start

Secure the installation by running the following command and answering the prompts:

/usr/bin/mysql_secure_installation

Installation

This guide assumes that you would like your instance of Kloxo to be the master node. You will be downloading the master installation script.

Download and run the script, making sure to pass your MySQL root password to it. Replace “mypassword” in the example below with your MySQL root password.

wget http://download.lxcenter.org/download/kloxo/production/kloxo-install-master.sh
chmod +x kloxo-install-master.sh
sh ./kloxo-install-master.sh --db-rootpassword=mypassword

Follow the instructions and prompts on the screen in order to complete the installation.

Once the script has finished, you can reach your new Kloxo installation by navigating to https://12.34.56.78:7777, where 12.34.56.78 is your Linode’s IP address. The installation can also be accessed at http://12.34.56.78:7778. Please note that port 7778 does not use SSL and traffic including passwords and customer data will be sent unencrypted. Use a username of “admin” and a password of “admin” to log in for the first time. You will be forced to change your password after logging in for the first time.

After you have installed Kloxo, you may receive a few warnings. Click the errors at the top of the screen and follow the steps outlined on screen to resolve the issues.

Congratulations on your new Kloxo installation!

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.


Join the conversation.
Read other comments or post your own below. Comments must be respectful, constructive, and relevant to the topic of the guide. Do not post external links or advertisements. Before posting, consider if your comment would be better addressed by contacting our Support team or asking on our Community Site.
The Disqus commenting system for Linode Docs requires the acceptance of Functional Cookies, which allow us to analyze site usage so we can measure and improve performance. To view and create comments for this article, please update your Cookie Preferences on this website and refresh this web page. Please note: You must have JavaScript enabled in your browser.