<?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>VestaCP Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/vestacp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 15 Feb 2020 16:57:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install VestaCP on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/install-vestacp-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-vestacp-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 20 Feb 2020 00:22:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VestaCP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18260</guid>

					<description><![CDATA[<p>In this post, we will help you to install VestaCP on Ubuntu 18.04. VestaCP is a simple yet fantastic control panel hosting, but at the same time very intuitive and easy to use. It is used to manage user accounts, domains, web directories, FTP, Email, SSL Certificates, backups, etc.. VestaCP is very simple, but at [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vestacp-ubuntu-18-04/">How to install VestaCP on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>In this post, we will help you to install VestaCP on Ubuntu 18.04.</strong></p>
<p><a href="https://vestacp.com/" target="_blank" rel="noopener noreferrer"><strong>VestaCP</strong></a> is a simple yet fantastic control panel hosting, but at the same time very intuitive and easy to use. It is used to manage user accounts, domains, web directories, FTP, Email, SSL Certificates, backups, etc.. VestaCP is very simple, but at the same time very <strong>intuitive and easy to use</strong>. You can install vestaCP on many GNU/LINUX distributions, especially those focused on servers, such as <a href="https://www.osradar.com/?s=debian">Debian</a> or <a href="https://www.centos.org/">CentOS</a>.</p>
<h2>Main features of VestaCP</h2>
<p>Despite being simple and intuitive, it is also a powerful tool with many utilities. VestaCP offers us:</p>
<ul>
<li>A very neat <strong>Web interface</strong> open source and written in PHP. So compatibility is guaranteed.</li>
<li><strong>Vesta core</strong> is written in bash. It is native programming language of Linux server administrators. You can execute 381 commands on Core.</li>
<li>Its license is <strong>GNU GPL3</strong>. Its source code can be studied and modified</li>
<li><strong>A powerful CLI</strong> ready to give you control of what happens on the server.</li>
<li><strong>Commercial plugins</strong> extend the functionality of VestaCP.</li>
</ul>
<p>As you can see, it’s a ready-to-use application for everyday work.</p>
<p>So, let us start.</p>
<h2>Installing VestaCP on Ubuntu 18.04</h2>
<p>First, update the system completely to have everything ready.</p>
<pre>:~$ sudo apt update
:~$ sudo apt upgrade</pre>
<p>VestaCP has a pretty competent installer that you have to download using curl.</p>
<pre>:~$ curl -O http://vestacp.com/pub/vst-install.sh</pre>
<figure id="attachment_18271" aria-describedby="caption-attachment-18271" style="width: 824px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18271" src="https://www.osradar.com/wp-content/uploads/2020/02/1-9.png" alt="1.- Download the VestaCP installer" width="824" height="163" srcset="https://www.osradar.com/wp-content/uploads/2020/02/1-9.png 824w, https://www.osradar.com/wp-content/uploads/2020/02/1-9-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/1-9-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/1-9-696x138.png 696w" sizes="(max-width: 824px) 100vw, 824px" /><figcaption id="caption-attachment-18271" class="wp-caption-text">1.- Download the VestaCP installer</figcaption></figure>
<p>Once you download it, you can run it with the following command:</p>
<pre>:~$ sudo bash vst-install.sh</pre>
<figure id="attachment_18272" aria-describedby="caption-attachment-18272" style="width: 783px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18272" src="https://www.osradar.com/wp-content/uploads/2020/02/2-9.png" alt="2.- The VestaCP installer" width="783" height="476" srcset="https://www.osradar.com/wp-content/uploads/2020/02/2-9.png 783w, https://www.osradar.com/wp-content/uploads/2020/02/2-9-300x182.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/2-9-768x467.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/2-9-696x423.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/2-9-691x420.png 691w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-18272" class="wp-caption-text">2.- The VestaCP installer</figcaption></figure>
<p>This will start the wizard.</p>
<p>The first thing it will ask you is your Email and the FQDN of the server.</p>
<figure id="attachment_18273" aria-describedby="caption-attachment-18273" style="width: 891px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18273" src="https://www.osradar.com/wp-content/uploads/2020/02/3-9.png" alt="3.- Installing VestaCP on Ubuntu 18.04" width="891" height="245" srcset="https://www.osradar.com/wp-content/uploads/2020/02/3-9.png 891w, https://www.osradar.com/wp-content/uploads/2020/02/3-9-300x82.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/3-9-768x211.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/3-9-696x191.png 696w" sizes="(max-width: 891px) 100vw, 891px" /><figcaption id="caption-attachment-18273" class="wp-caption-text">3.- Installing VestaCP on Ubuntu 18.04</figcaption></figure>
<p>Then, it will start the whole installation. Be patient, the installation will take a while.</p>
<p>Once the installation is finished and if everything has gone well, you will see the following information:</p>
<figure id="attachment_18274" aria-describedby="caption-attachment-18274" style="width: 1217px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18274" src="https://www.osradar.com/wp-content/uploads/2020/02/4-8.png" alt="4.- VestaCP properly installed" width="1217" height="409" srcset="https://www.osradar.com/wp-content/uploads/2020/02/4-8.png 1217w, https://www.osradar.com/wp-content/uploads/2020/02/4-8-300x101.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/4-8-1024x344.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/4-8-768x258.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/4-8-696x234.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/4-8-1068x359.png 1068w" sizes="(max-width: 1217px) 100vw, 1217px" /><figcaption id="caption-attachment-18274" class="wp-caption-text">4.- VestaCP properly installed</figcaption></figure>
<p>The image shows all the information you need to access VestaCP. Remember that if you are working in a local network without internet access, the internal IP address is the one you should type.</p>
<p>Also, you can customize the installer with many options that you can generate on this <a href="https://vestacp.com/install/" target="_blank" rel="noopener noreferrer">site</a>.</p>
<figure id="attachment_18283" aria-describedby="caption-attachment-18283" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18283" src="https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install.png" alt="VestaCP installation options" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install.png 1354w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-15-Vesta-Control-Panel-—-Install-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-18283" class="wp-caption-text">VestaCP installation options</figcaption></figure>
<h2>Test VestaCP on Ubuntu 18.04</h2>
<p>Now let&#8217;s access the tool. Open your favorite web browser and go to <code>https://your-server:8083</code> and you will see the login screen.</p>
<figure id="attachment_18275" aria-describedby="caption-attachment-18275" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18275" src="https://www.osradar.com/wp-content/uploads/2020/02/5-8.png" alt="5.- VestaCP log in screen" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/5-8.png 1366w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/5-8-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-18275" class="wp-caption-text">5.- VestaCP log in screen</figcaption></figure>
<p>Now type in the credentials that were generated earlier and you will see the VestaCP dashboard.</p>
<figure id="attachment_18280" aria-describedby="caption-attachment-18280" style="width: 1081px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18280" src="https://www.osradar.com/wp-content/uploads/2020/02/6-6.png" alt="6.- VestaCP dashboard" width="1081" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/6-6.png 1081w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-300x186.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-1024x634.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-768x475.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-696x431.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-1068x661.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/6-6-679x420.png 679w" sizes="(max-width: 1081px) 100vw, 1081px" /><figcaption id="caption-attachment-18280" class="wp-caption-text">6.- VestaCP dashboard</figcaption></figure>
<p>Now you can see all the information on the server. For example, it&#8217;s a good idea to check the graphics:</p>
<figure id="attachment_18281" aria-describedby="caption-attachment-18281" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18281" src="https://www.osradar.com/wp-content/uploads/2020/02/7-2.png" alt="7.- Load average screen" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/7-2.png 1354w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/7-2-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-18281" class="wp-caption-text">7.- Load average screen</figcaption></figure>
<p>Or check the cron tasks:</p>
<figure id="attachment_18282" aria-describedby="caption-attachment-18282" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18282" src="https://www.osradar.com/wp-content/uploads/2020/02/8-4.png" alt="8.- Cron screen " width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/8-4.png 1354w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/8-4-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-18282" class="wp-caption-text">8.- Cron screen</figcaption></figure>
<p>So, enjoy it.</p>


<h2>Conclusion</h2>



<p>VestaCP is a control panel for Linux with many features that facilitate the administration of a server. So today you have learned to install it in a very simple way.</p>



<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="our Telegram channel (opens in a new tab)">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vestacp-ubuntu-18-04/">How to install VestaCP on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-vestacp-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install VestaCP on Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-vestacp-on-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-vestacp-on-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 11 Sep 2018 07:13:06 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[VestaCP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5621</guid>

					<description><![CDATA[<p>VestaCP is a simple yet fantastic control panel hosting, but at the same time very intuitive and easy to use. It is used to manage user accounts, domains, web directories, FTP, Email, SSL Certificates, backups, etc.. VestaCP is very simple, but at the same time very intuitive and easy to use. You can install vestaCP [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-vestacp-on-debian-9/">How to install VestaCP on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>VestaCP</strong> is a simple yet fantastic control panel hosting, but at the same time very intuitive and easy to use. It is used to manage user accounts, domains, web directories, FTP, Email, SSL Certificates, backups, etc.. VestaCP is very simple, but at the same time very <strong>intuitive and easy to use</strong>. You can install vestaCP on many GNU/LINUX distributions, especially those focused on servers, such as <a href="https://www.osradar.com/?s=debian">Debian</a> or <a href="https://www.centos.org/">CentOS</a>.</p>
<p>It also offers an excellent webmail tool called <strong>RoundCube</strong>. With it, you can organize several hosting packages in VestaCP and classify your customers.</p>
<h2>Main features of VestaCP</h2>
<p>Despite being simple and intuitive, it is also a powerful tool with many utilities. VestaCP offers us:</p>
<ul>
<li>A very neat <strong>Web interface</strong> open source and written in PHP. So compatibility is guaranteed.</li>
<li><strong>Vesta core</strong> is written in bash. It is native programming language of Linux server administrators. You can execute 381 commands on Core.</li>
<li>Its license is <strong>GNU GPL3</strong>. Its source code can be studied and modified</li>
<li><strong>A powerful CLI</strong> ready to give you control of what happens on the server.</li>
<li><strong>Commercial plugins</strong> extend the functionality of VestaCP.</li>
</ul>
<p>As you can see, it&#8217;s a ready-to-use application for everyday work.</p>
<h2>Requirements</h2>
<p>VestaCP is an application that consumes few resources, however, you should keep in mind that it requires a server running GNU/LINUX, <strong>20gb of hard disk</strong> and at least <strong>512mb of ram</strong> memory.</p>
<p>For this tutorial, I will install VestaCP on a Debian 9 server, with 4gb of Ram and 80gb of Hard Disk. We should have a very fluid user experience.</p>
<h2>Let&#8217;s install VestaCP</h2>
<p>Installing VestaCP is really simple, but you must use the terminal and have administrator privileges. Open a Terminal and run:</p>
<pre class="">:~$ sudo -i</pre>
<p><figure id="attachment_5622" aria-describedby="caption-attachment-5622" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5622" src="https://www.osradar.com/wp-content/uploads/2018/09/1-2.png" alt="1.- Getting root access" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/1-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/1-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5622" class="wp-caption-text">1.- Getting root access</figcaption></figure></p>
<p>When you press enter, you will be prompted to enter your password. Then, you will be root.</p>
<p>I recommend that before installing these types of applications, you perform a system update to obtain the latest security patches. Run:</p>
<pre class="">:~# apt update &amp;&amp; apt upgrade</pre>
<p><figure id="attachment_5624" aria-describedby="caption-attachment-5624" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5624" src="https://www.osradar.com/wp-content/uploads/2018/09/2-2.png" alt="2.- Upgrading the system" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/2-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/2-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5624" class="wp-caption-text">2.- Upgrading the system</figcaption></figure></p>
<p>Next, you must install curl. It&#8217;s probably already installed, but it&#8217;s good to be sure.</p>
<pre class="">:~# apt install curl</pre>
<p>&nbsp;</p>
<p><figure id="attachment_5623" aria-describedby="caption-attachment-5623" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5623" src="https://www.osradar.com/wp-content/uploads/2018/09/3-2.png" alt="3.- Installing Curl" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/3-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/3-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5623" class="wp-caption-text">3.- Installing Curl</figcaption></figure></p>
<p>When finished, you must now download the VestaCP installation script. Run:</p>
<pre class="">:~# curl -O http://vestacp.com/pub/vst-install.sh</pre>
<p><figure id="attachment_5625" aria-describedby="caption-attachment-5625" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5625" src="https://www.osradar.com/wp-content/uploads/2018/09/4-3.png" alt="4.- Downloading the installation script" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/4-3.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/4-3-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5625" class="wp-caption-text">4.- Downloading the curl script to install VestaCP</figcaption></figure></p>
<p>To the script you just downloaded, you must give it execution permissions:</p>
<pre class="">:~# chmod +x vst-install.sh</pre>
<p><figure id="attachment_5626" aria-describedby="caption-attachment-5626" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5626" src="https://www.osradar.com/wp-content/uploads/2018/09/5-2.png" alt="5.- Giving executing permission to the script" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/5-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/5-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5626" class="wp-caption-text">5.- Giving executing permission to the script</figcaption></figure></p>
<p>Now, you must choose between 3 installation modes, according to your need. You must modify, the parameters inside &lt;&gt;:</p>
<ul>
<li>Nginx with PHP-FPM. Run:</li>
</ul>
<pre class="">:~# bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname &lt;SERVER_HOSTNAME&gt; --email &lt;ADMIN_EMAIL&gt; --password &lt;ADMIN_PASSWORD&gt;</pre>
<ul>
<li>Nginx with Apache:</li>
</ul>
<pre class="">:~# bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname &lt;SERVER_HOSTNAME&gt; --email &lt;ADMIN_EMAIL&gt; --password &lt;ADMIN_PASSWORD&gt;</pre>
<ul>
<li>Apache only</li>
</ul>
<pre class="">:~# bash vst-install.sh --nginx no --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname &lt;SERVER_HOSTNAME&gt; --email &lt;ADMIN_EMAIL&gt; --password &lt;ADMIN_PASSWORD&gt;</pre>
<p>Again, don&#8217;t forget to put your data in the commands before executing them.</p>
<p><figure id="attachment_5627" aria-describedby="caption-attachment-5627" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5627" src="https://www.osradar.com/wp-content/uploads/2018/09/6-2.png" alt="6.- Running the script" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/6-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/6-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5627" class="wp-caption-text">6.- Running the script</figcaption></figure></p>
<p>When you run it, it will notify you that it is going to install other software components for your server.</p>
<p><figure id="attachment_5628" aria-describedby="caption-attachment-5628" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5628" src="https://www.osradar.com/wp-content/uploads/2018/09/7-3.png" alt="7.- Running the installation script" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/7-3.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/7-3-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5628" class="wp-caption-text">7.- Running the installation script</figcaption></figure></p>
<p>You must say yes, and it will take a while completing the installation.</p>
<p><figure id="attachment_5629" aria-describedby="caption-attachment-5629" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5629" src="https://www.osradar.com/wp-content/uploads/2018/09/8-2.png" alt="8.- The installation will take a while" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/8-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/8-2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5629" class="wp-caption-text">8.- The installation will take a while</figcaption></figure></p>
<p>At the end, if everything was correct, you must observe at the end, the information of your connection.</p>
<h2>Access the VestaCP web interface</h2>
<p>At the end of the installation, open your browser and access with the ip address of your server and port 8083. Enter your username and password.</p>
<p><figure id="attachment_5631" aria-describedby="caption-attachment-5631" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5631" src="https://www.osradar.com/wp-content/uploads/2018/09/9-2.png" alt="9.- VestaCP web interface. Login screen." width="1366" height="466" srcset="https://www.osradar.com/wp-content/uploads/2018/09/9-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-300x102.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-768x262.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-1024x349.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-696x237.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-1068x364.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/9-2-1231x420.png 1231w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-5631" class="wp-caption-text">9.- After install VestaCP. Login screen.</figcaption></figure></p>
<p>Once logged in, it will show you the dashboard of the application.</p>
<p><figure id="attachment_5632" aria-describedby="caption-attachment-5632" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5632" src="https://www.osradar.com/wp-content/uploads/2018/09/10-2.png" alt="10.- VestaCP Dashboard" width="1354" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/09/10-2.png 1354w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-768x360.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-1024x479.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-696x326.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-1068x500.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/10-2-897x420.png 897w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-5632" class="wp-caption-text">10.- VestaCP Dashboard</figcaption></figure></p>
<p>It only remains for you to explore all the possibilities of this tool.</p>
<p>We&#8217;re done.</p>
<p>As a conclusion we can say that, the constant monitoring of servers and hostings, becomes an elementary task to prevent and correct failures. Therefore, fast and efficient applications are needed and VestaCP combines simplicity with robustness.</p>
<p>Share this article through your social networks and tell us about your experience in the comments.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-vestacp-on-debian-9/">How to install VestaCP on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-vestacp-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
