<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>directadmin archivos - SoyAdmin.com</title>
	<atom:link href="https://soyadmin.com/tag/directadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://soyadmin.com/tag/directadmin/</link>
	<description>La Recova del Informático - Linux en Español - Sysadmin, Noticias Linux y más</description>
	<lastBuildDate>Mon, 12 Apr 2021 00:53:45 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://soyadmin.com/wp-content/uploads/2021/03/cropped-favicon-32x32.png</url>
	<title>directadmin archivos - SoyAdmin.com</title>
	<link>https://soyadmin.com/tag/directadmin/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">147662452</site>	<item>
		<title>Como instalar DirectAdmin en CentOS 5, 6 y 7</title>
		<link>https://soyadmin.com/como-instalar-directadmin-en-centos-5-6-y-7/</link>
					<comments>https://soyadmin.com/como-instalar-directadmin-en-centos-5-6-y-7/#respond</comments>
		
		<dc:creator><![CDATA[Mauro]]></dc:creator>
		<pubDate>Wed, 12 Sep 2018 20:39:24 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[directadmin]]></category>
		<guid isPermaLink="false">https://old.soyadmin.com/?p=768</guid>

					<description><![CDATA[<p>DirectAdmin es un panel de control para administrar los servicios de un servidor dedicado (web, correo electrónico, DNS, FTP&#8230;). Entre sus numerosas funcionalidades, encontraremos&#8211; un completo sistema para revendedores (gestión de cuentas, estadísticas&#8230;),&#8211; un&#46;&#46;&#46;</p>
<p>La entrada <a href="https://soyadmin.com/como-instalar-directadmin-en-centos-5-6-y-7/">Como instalar DirectAdmin en CentOS 5, 6 y 7</a> se publicó primero en <a href="https://soyadmin.com">SoyAdmin.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>DirectAdmin es un panel de control para administrar los servicios de un servidor dedicad</strong>o (web, correo electrónico, DNS, FTP&#8230;). Entre sus numerosas funcionalidades, encontraremos<br>&#8211; un completo sistema para revendedores (gestión de cuentas, estadísticas&#8230;),<br>&#8211; un sistema de tíquets de incidencia integrado en el panel,<br>&#8211; un sistema de actualizaciones.<br>Nos permite administrar sencillamente un servidor dedicado, es muy sencillo y facil de utilizar lo que hace que sea muy valorado junto a los grandes del mercado como lo son cPanel y Plesk.<br>Para más información sobre directAdmin: <a href="https://www.directadmin.com/">https://www.directadmin.com/</a></p>



<p class="wp-block-paragraph">En este posteo enseñaremos <strong>como instalar DirectAdmin en un servidor dedicado sin uso y sin configuraciones especiales</strong>. La guía nos indica como instalarlo en cualquiera de las 3 versiones de CentOS (5, 6 y 7) tanto en 32 como 64 bits.</p>



<p class="wp-block-paragraph">Empezaremos con la instalación, se supone que ya tenemos contratada la licencia de Directadmin.</p>



<p class="wp-block-paragraph"><strong>1) Actualizamos centOS</strong></p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session"># yum update</code></pre>



<p class="wp-block-paragraph"><strong><strong>2) Instalamos las dependencias:</strong></strong></p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session">CENTOS 5 Y 6: # yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 cyrus-sasl-devel perl-ExtUtils-Embed autoconf automake libtool which patch mailx db4-devel
CENTOS 7: # yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 cyrus-sasl-devel perl-ExtUtils-Embed autoconf automake libtool which patch mailx psmisc net-tools systemd-devel libdb-devel</code></pre>



<p class="wp-block-paragraph"><strong>3) Descargaremos el instalador de Directadmin</strong></p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session"># wget http://www.directadmin.com/setup.sh
# chmod 755 setup.sh
# ./setup.sh</code></pre>



<p class="wp-block-paragraph">Durante esta instalación nos irá solicitando algunos datos como la licencia, hostname, etc:</p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session">*****************************************************
*
* Have you run the pre-install commands? CTRL-C if not.
* http://help.directadmin.com/item.php?id=354
*
*****************************************************
Please enter your Client ID : xxxxx
Please enter your License ID : xxxxx
Please enter your hostname \(server.domain.com\)
It must be a Fully Qualified Domain Name
Do *not* use a domain you plan on using for the hostname:
eg. don't use domain.com. Use server.domain.com instead.
Do not enter http:// or www
Enter your hostname (FQDN) : xxxxx.xxxxx.com
Client ID: xxxxx
License ID: xxxxx
Hostname: xxxxx.xxxxx.com
Is this correct? (y,n) : y
The following ethernet devices/IPs were found.
Please enter the name of the device you wish to use:
eth0 xxx.xxx.xxx.xxx
eth1
Elegimos la tarjeta de red predeterminada en el servidor (podemos asegurarnos haciendo un ifconfig):

venet0:0
venet0:1
La instalación continua...

Enter the device name: xxx
Is xxx.xxx.xxx.xxx the IP in your license? (y,n) : y
DirectAdmin will now be installed on: Enterprise 5.7
Is this correct? (must match license) (y,n) : y
You now have 4 options for your apache/php setup.
1: customapache: end-of-life software. Includes Apache 1.3, php 4 and frontpage.
2: custombuild 1.1:end-of-life software. Apache 2.x, php 4, 5 or both in cli and/or suphp. Defaults to php 5.2
3: custombuild 1.2:Production version: Apache 2.x, php 5, 6, or both in cli and/or suphp. defaults to php 5.3
4: custombuild 2.0 BETA: Apache 2.4, mod_ruid2, php 5.5. Can be set to use php-FPM or fastcgi.

Post any issues with custombuild to the forum: http://www.directadmin.com/forum/forumdisplay.php?f=61

Enter your choice (1, 2, 3 or 4): 4
You have chosen custombuild 1.2.

2011-11-11 14:47:00 http://files.directadmin.com/services/custombuild/1.1/custombuild/build
Resolving files.directadmin.com
Connecting to files.directadmin.com|:80 connected.
HTTP request sent, awaiting response 200 OK
Length: 289046 (282K) [text/plain]
Saving to: `/usr/local/directadmin/custombuild/build'
100%[===========================================================================>] 289,046 855K/s in 0.3s
2011-11-11 14:47:01 (855 KB/s)  `/usr/local/directadmin/custombuild/build' saved [289046/289046]
Would you like the default settings of apache 2.2 and php 5 cli? (y/n): y *
Using the default settings for custombuild.
Would you like to search for the fastest download mirror? (y/n): y</code></pre>



<p class="wp-block-paragraph"><strong>4) Una vez finalizada la instalación podemos ingresar al panel de control mediante: http: //xx.xx.xx.xx: 2222 (por supuesto reemplazamos las xx por la dirección de IP del servidor).</strong><br>Para acceder al panel usted recibirá unos datos de acceso defaults al finalizar la instalación, en caso de no recordarlos o no haber tomado nota, puede recuperarlos haciendo:</p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session"># cd /usr/local/directadmin
# ./directadmin i

U otra alternativa es verificar el log de la instalación de Directadmin aqui:
# vi /usr/local/directadmin/scripts/setup.txt</code></pre>



<p class="wp-block-paragraph"><strong>5) Por último y para finalizar podemos actualizar el servicio haciendo:</strong></p>



<pre class="wp-block-prismatic-blocks"><code class="language-shell-session"># cd /usr/local/directadmin/custombuild
# ./build clean
# ./build update
# ./build update_versions</code></pre>



<p class="wp-block-paragraph">Con esto finalizamos una instalación básica de DirectAdmin.</p>
<p>La entrada <a href="https://soyadmin.com/como-instalar-directadmin-en-centos-5-6-y-7/">Como instalar DirectAdmin en CentOS 5, 6 y 7</a> se publicó primero en <a href="https://soyadmin.com">SoyAdmin.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://soyadmin.com/como-instalar-directadmin-en-centos-5-6-y-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">768</post-id>	</item>
	</channel>
</rss>
