{"id":6125,"date":"2021-02-17T17:22:58","date_gmt":"2021-02-17T11:52:58","guid":{"rendered":"https:\/\/www.skynats.com\/?p=6125"},"modified":"2021-02-17T17:23:00","modified_gmt":"2021-02-17T11:53:00","slug":"install-vesta-control-panel-in-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/install-vesta-control-panel-in-ubuntu-18-04\/","title":{"rendered":"Install Vesta control panel in Ubuntu 18.04"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The vests control panel is an open-source, powerful website control panel that comes with a database, email, website, and the DNS functionalities. It has various features such as the ability to manger the server from a built-in command-line interface, softaculous support.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From this blog, you will get an apparent view regarding Installation and configuration of  Vesta control panel in Ubuntu 18.04 as it is part of our\u00a0<a href=\"https:\/\/www.skynats.com\/linux-server-management\/\" target=\"_blank\" rel=\"noreferrer noopener\">server management plan<\/a>. You can also take assistance from our technical team support 24\/7 for further Migration and configuration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Step 1: Build the NEW server<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Prerequisites:&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Server running Ubuntu 18.04<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A root password needs to set on the server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, update the server with the latest version. Run the following commands.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update - y\napt-get upgrade -y<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Restart once it updated in order to apply the configuration changes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Later, you need to set the local name resolution on the server. It can be done by editing\/etc\/host file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/hosts<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save and close the file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Installing the vestaCP<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Download the vestaCP by following the commands.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget http:\/\/vestacp.com\/pub\/vst-install.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">once downloaded, then change the permission by running the following command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chmod 755 vst-install.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Next, start the installation by running the following.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bash vst-install.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">While installing, you need to answer the series of questions.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>_|      _|  _|_|_|_|    _|_|_|  _|_|_|_|_|    _|_|\r\n _|      _|  _|        _|            _|      _|    _|\r\n _|      _|  _|_|_|      _|_|        _|      _|_|_|_|\r\n   _|  _|    _|              _|      _|      _|    _|\r\n     _|      _|_|_|_|  _|_|_|        _|      _|    _|\r\n\r\n                                  Vesta Control Panel\r\n\r\n\r\n\r\nThe following software will be installed on your system:\r\n   - Nginx Web Server\r\n   - Apache Web Server (as backend)\r\n   - Bind DNS Server\r\n   - Exim Mail Server\r\n   - Dovecot POP3\/IMAP Server\n- MySQL Database Server\r\n   - Vsftpd FTP Server\r\n   - Softaculous Plugin\r\n   - Iptables Firewall + Fail2Ban\r\n\r\n\r\nWould you like to continue &#91;y\/n]: y\r\n\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">\u00a0Type '<strong>Y<\/strong>' and <strong>ENTER<\/strong> to continue:\n<\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Please enter admin email address: admin@example.com\nPlease enter FQDN hostname &#91;vestacp.example.com]:\nInstallation backup directory: \/root\/vst_install_backups\/1564552012<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Provide an admin email address, FQDN and installation backup directory then press the\u00a0<strong>ENTER\u00a0<\/strong>button. You can see the following output once the installation has completed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>_|      _|  _|_|_|_|    _|_|_|  _|_|_|_|_|    _|_|   \r\n _|      _|  _|        _|            _|      _|    _| \r\n _|      _|  _|_|_|      _|_|        _|      _|_|_|_| \r\n   _|  _|    _|              _|      _|      _|    _| \r\n     _|      _|_|_|_|  _|_|_|        _|      _|    _| \r\n \r\n \r\nCongratulations, you have just successfully installed Vesta Control Panel\r\n \r\n    https:&#47;&#47;vestacp.example.com:8083\r\n    username: admin\r\n    password: admin@123\r\n \r\nWe hope that you enjoy your installation of Vesta. Please feel free to contact us anytime if you have any questions.\r\nThank you.\r\n--\r\nSincerely yours\r\nvestacp.com team\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"> <strong>Access VestaCP web interface<\/strong><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now open the web browser and type the URL https:\/\/vestacp.example.com:8083. It will redirect to the vestaCP login page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"602\" height=\"300\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-1.png\" alt=\"\" class=\"wp-image-6127\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-1.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-1-300x150.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Then provide the vestaCP admin username and the password, click and login in.it displays the dashboard as shown below.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Later, it recommended changing your default admin password. To proceed, try to click on the admin on the top right-hand side of the panel.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"602\" height=\"338\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-2.png\" alt=\"\" class=\"wp-image-6128\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-2.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-2-300x168.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"602\" height=\"316\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-3.png\" alt=\"\" class=\"wp-image-6129\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-3.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-3-300x157.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Provide the password and click Generate. The vestCP will provide a secure password for you then click on save button<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Configuring and Setting up a new website<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Click on the\u00a0<strong>green + button<\/strong>\u00a0on the vestaCP home page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"298\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-4.png\" alt=\"\" class=\"wp-image-6130\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-4.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-4-300x149.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"422\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-5.png\" alt=\"\" class=\"wp-image-6131\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-5.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-5-300x210.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"298\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-6.png\" alt=\"\" class=\"wp-image-6132\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-6.png 602w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/02\/image-6-300x149.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp;Provide the domain name, public IP address, mail support, DNS support, encrypt support then click on the&nbsp;<strong>Add<\/strong>&nbsp;button.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp;Browser and then type the URL https:\/\/test.example.com in order to test the newly created website. You can see the following vestCP page image.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s it you have successfully created the VestaCP on the Ubuntu 18.04.you can also host any website such as Tomcat, Joomla, WordPress from the VestaCP control panel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Conclusion&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog will walk you through the installation and configuration of Vesta on ubuntu 18.04server. Proceed with the steps for any assistance you can take our technical team support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The vests control panel is an open-source, powerful website control panel that comes with a database, email, website, and the DNS functionalities. It has various features such as the ability to manger the server from a built-in command-line interface, softaculous support. From this blog, you will get an apparent view regarding Installation and configuration [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,103,68,223],"tags":[204,255,72,113,226,62],"class_list":["post-6125","post","type-post","status-publish","format-standard","hentry","category-blog","category-cpanel-server-support","category-server-management","category-ubuntu-18-04","tag-cloud-support","tag-control-panel","tag-server-management","tag-ubuntu-18","tag-ubuntu-18-04","tag-vesta-control-panel"],"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=6125"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6125\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=6125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=6125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=6125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}