{"id":496,"date":"2018-03-21T03:34:03","date_gmt":"2018-03-21T08:34:03","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=496"},"modified":"2020-03-01T02:29:59","modified_gmt":"2020-03-01T08:29:59","slug":"how-to-install-easy-hosting-control-panel-on-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/","title":{"rendered":"How to install Easy Hosting Control Panel on Ubuntu 16.04"},"content":{"rendered":"<div id=\"linux-3716970221\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private server.\u00a0Easy Hosting Control Panel\u00a0provides a simple and easy to use interface, for creating and managing users, websites,\u00a0 MySQL databases, DNS management,\u00a0ftp and email accounts, and much more. In this tutorial, we will show you how to install the Easy Hosting Control Panel on Ubuntu 16.04. Let&#8217;s get started.<\/p>\n<p><!--more--><\/p>\n<h2>1. Log in via SSH and update the system<\/h2>\n<p>Before we begin, you will need to login to your server via SSH as user root:<\/p>\n<pre>ssh root@IP_ADDRESS -p PORT_NUMBER<\/pre>\n<p>and replace \u201cIP_ADDRESS\u201d and \u201cPORT_NUMBER\u201d with your actual server IP address and SSH port number.<\/p>\n<p>Let\u2019s also make sure that your Ubuntu 16.04 server is up-to-date by running the following commands:<\/p>\n<pre>apt-get update\r\napt-get upgrade<\/pre>\n<h2>2. Download EHCP<\/h2>\n<p>You can download the latest EHCP version from the official website with the following command:<\/p>\n<pre>wget -O ehcp.tgz ehcp.net\/ehcp_yeni.tgz<\/pre>\n<p>and then extract the archive by executing:<\/p>\n<pre>tar -zxvf ehcp.tgz<\/pre>\n<h2>3. Install EHCP<\/h2>\n<p>Next, we can enter the ehcp directory with:<\/p>\n<pre>cd ehcp<\/pre>\n<p>and run the installation script in order to start the EHCP installation:<\/p>\n<pre>.\/install.sh<\/pre>\n<p>The installation script will install all the necessary packages and services.<\/p>\n<p>We will go through all the required steps and make sure the installation is completed properly.<\/p>\n<p>During the installation process please read and follow all the instructions carefully.<\/p>\n<p>Let&#8217;s start by pressing Enter to continue.<\/p>\n<pre>STAGE 1\r\n=====================================================================\r\n\r\n--------------------EHCP PRE-INSTALLER 0.38.5.b -------------------------\r\n-----Easy Hosting Control Panel for Ubuntu, Debian and alikes--------\r\n-------------------------www.ehcp.net--------------------------------\r\n---------------------------------------------------------------------\r\n\r\nNow, ehcp pre-installer begins, a series of operations will be performed and main installer will be invoked.\r\nIf any problem occurs, refer to www.ehcp.net forum section, or contact us, mail:\r\ninfo@ehcp.net\r\nPlease keep in mind, Ehcp 0.38.3 and later is for Ubuntu 16.04 and later. Ehcp is specifically tested for Ubuntu, but should also work on many Debian based distros.\r\n\r\nFor automated installs, use .\/install.sh unattended (passwords are default in this case)\r\nPlease be patient, press enter to continue<\/pre>\n<p>Press Enter one more time:<\/p>\n<pre>Note that ehcp can only be installed automatically on Debian based Linux OS'es or Linux'es with apt-get enabled..(Ubuntu, Kubuntu, debian and so on) Do not try to install ehcp with this installer on redhat, centos and non-debian Linux's... To use ehcp on no-debian systems, you need to manually install..\r\nThis installer is for installing onto a clean, newly installed Ubuntu\/Debian. If you install it on existing system, some existing packages will be removed after prompting, if they conflict with packages that are used in ehcp, so, be careful to answer yes\/no when using in non-new system\r\nNote that, this is just a utility.. use at your own risk.\r\nEhcp also sends some usage data to developer for statistical\/improvement purposes\r\n\r\nOutline of install process:\r\n1- Update apt-get repo info (apt-get update)\r\n2- Install Php (That will run Main installer)\r\n3- Run Main installer (Run install_1.php and install_2.php to install other server related software, such as mysql\/mariadb, apache, nginx, etc.)\r\n\r\nPress enter to continue<\/pre>\n<p>&nbsp;<\/p>\n<p>The main installer will show you which EHCP version you are installing. You can press Enter again in order to continue:<\/p>\n<pre>-----------------------EHCP MAIN INSTALLER---------------------------\r\n------Easy Hosting Control Panel for Ubuntu, Debian and alikes ------\r\n--------------------------www.ehcp.net-------------------------------\r\n\r\n---------------------------------------------------------------------\r\nehcp version 0.38.5.b\r\nehcp installer version 0.38.5.b\r\nUnattended:\r\n\r\nStarting Ehcp install, please read prompts\/questions carefully !\r\nSome install\/usage info and your name\/email is sent to ehcp developers for statistical purposes and for improvements\r\nEhcp now also has professional version and support, as described at http:\/\/ehcp.net\/?q=node\/1518\r\n\r\npress enter to continue:\r\n--------------\r\n\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>You will then be asked to either enter a new or leave the password for the MySQL &#8220;root&#8221; user unchanged.<\/p>\n<p>You will also be asked to enter your name, email address and set up the MySQL and admin user password for the &#8220;ehcp&#8221; account. Make sure you replace STRONGPASSWORD with an actual strong password.<\/p>\n<pre>EHCP INSTALL - INPUTS\/SETTINGS SECTION:\r\n\r\nTHIS SECTION IS VERY IMPORTANT FOR YOUR EHCP SECURITY AND PASSWORD SETTINGS.\r\nPLEASE ANSWER ALL QUESTIONS CAREFULLY\r\n\r\nPlease enter your name:rosehosting\r\nPlease enter your\/admin email (used to send your panel info, ehcp news)- Enter an already working email:admins@example.com\r\nmysql root pass being checked ...\r\n\r\nYour mysql root pass is identified as empty. Enter NEW PASSWORD for mysql user of `ehcp` (default 1234): \r\nPlease pay attention that, you cannot use sign # in your password: STRONGPASSWORD\r\nEnter ehcp panel admin NEW PASSWORD (default 1234): STRONGPASSWORD\r\nEnter ehcp panel admin NEW PASSWORD AGAIN: STRONGPASSWORD\r\n\r\n============== MYSQL PASSWORD SETTINGS COMPLETE ... see troubleshoot if your ehcp does not work ==============<\/pre>\n<p>&nbsp;<\/p>\n<p>Next, you will be asked for your Hostname, IP address and preferred language. You can just leave them all to the default settings by pressing Enter on each of the questions:<\/p>\n<pre>Enter your hostname, IP address, preferred language etc. If you want to leave defaults, just press Enter. In my case, I go with defaults.\r\n\r\nYour hostname seems to be host, if it is different, enter it now, leave blank if correct\r\n\r\nHostname is set as host\r\nYour ip seems to be 111.222.333.444, if it is different or you want to use a different (external) ip, enter it now, leave blank if correct\r\n\r\nLANGUAGE SELECTION:\r\n\r\nehcp currently supports English,Turkish,German,Spanish,French (some of these partial) except installation\r\nenter language file you want to use (en\/tr\/german\/spanish\/nl\/fr\/lv\/pt_br [default en]):\r\n\r\nDo you want to install some additional programs which are not essential but useful for a hosting environment, such as ffmpeg,... etc.. ? Answer no if you have small ram or you need a light\/fast system (y\/[n])<\/pre>\n<p>At some point during the installation you will be asked to configure the roundcube database. Press &#8220;Yes&#8221; and then enter a password for the roundcube database user.<\/p>\n<p>The database for phpmyadmin also needs to be configured. When asked about it, select &#8220;Yes&#8221; and then enter a password for the phpmyadmin database user.<\/p>\n<p>After you enter the password you will also be asked to choose the web server which will be configured to run phpMyAdmin. Since we have an Apache web server on our VPS we chose the &#8220;apache2&#8221; option (you can press SPACE on your keyboard to choose which server you would like and then press OK).<\/p>\n<p>Next, we need to select the mail server configuration type based on our needs. In our case, we went with the default one &#8220;Internet Site&#8221; option.<\/p>\n<p>We also need to enter the mail name of the server. This name should be a fully qualified domain name (FQDN).<\/p>\n<p>Lastly, you will be asked to create directories for web-based administration. Select &#8220;Yes&#8221; to continue.<\/p>\n<p>With this last step, the installation should be completed. The following output should appear on your screen:<\/p>\n<pre>ehcp run\/restart complete..\r\n\r\nif your server is behind a router\/modem in your network, you need to Open\/redirect necessary ports on your modem\/router:\r\nthese ports need to be opened\/redirected :\r\n20,21,22,25,53,80,110,143 (tcp+udp)\r\n\r\nehcp install finished up to now. we are continuing on simplifying the install process.\r\nsory for any inconvenience. you can contact email\/msn: info@ehcp.net\r\nyou may join us in developing this control panel.\r\n\r\nYou may visit http:\/\/www.ehcp.net\r\nYou may support by donating cash, buying a pro license, doing php coding, html design, graphic design...\r\nYou may support by donating free dedicated or virtual servers for this project...\r\n\r\nCURRENTLY WE NEED A DEDICATED SERVER WITH 8 CORE, 8GRAM, 500G hdd at least (or, you may consider to buy a pro license or donate..)\r\n\r\nehcp : Finished all operations.. go to your panel at http:\/\/yourip\/ now...<\/pre>\n<h2>3. Access EHCP dashboard<\/h2>\n<p>After the installation is complete, you can access the control panel through your browser with &#8220;http:\/\/your-ip-address&#8221;<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-499\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\" alt=\"install Easy Hosting Control Panel on Ubuntu 16.04\" width=\"600\" height=\"433\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg 600w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04-300x217.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Once you open this page you can then click the link that says&#8217; &#8220;Click here for the control panel on your server!&#8221;<br \/>\nThis will take you the EHCP login screen. You can log in using &#8220;admin&#8221; as username and the password you have set during the installation. If you haven&#8217;t set any password you will need to use the default one &#8220;1234&#8221;.<\/p>\n<p>That&#8217;s it. EasyHosting Control Panel has been successfully installed on your Ubuntu 16.04\u00a0 server.<\/p>\n<p>We can install, configure, set up and optimize Easy Hosting Control Panel on Ubuntu 16.04 for you if you are one of our <a href=\"https:\/\/linuxhostsupport.com\">Linux server support customer<\/a>.\u00a0 Our expert Linux administrators are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS<\/strong><\/span>. If you liked this post on how to install Easy Hosting Control Panel on Ubuntu 16.04, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n<p>&nbsp;<\/p><div id=\"linux-3538563522\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private server.\u00a0Easy Hosting Control Panel\u00a0provides a simple and easy to use interface, for creating and managing users, websites,\u00a0 MySQL databases, DNS management,\u00a0ftp and email accounts, and much more. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":498,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[90,20],"class_list":["post-496","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-miscellaneous","tag-easy-hosting-control-panel","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-21T08:34:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-01T08:29:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to install Easy Hosting Control Panel on Ubuntu 16.04\",\"datePublished\":\"2018-03-21T08:34:03+00:00\",\"dateModified\":\"2020-03-01T08:29:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\"},\"wordCount\":714,\"commentCount\":10,\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\",\"keywords\":[\"easy hosting control panel\",\"ubuntu\"],\"articleSection\":[\"Miscellaneous\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\",\"name\":\"How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\",\"datePublished\":\"2018-03-21T08:34:03+00:00\",\"dateModified\":\"2020-03-01T08:29:59+00:00\",\"author\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private\",\"breadcrumb\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\",\"contentUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg\",\"width\":750,\"height\":410,\"caption\":\"How to install Easy Hosting Control Panel on Ubuntu 16.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/linuxhostsupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Easy Hosting Control Panel on Ubuntu 16.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport","description":"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/","og_locale":"en_US","og_type":"article","og_title":"How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport","og_description":"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2018-03-21T08:34:03+00:00","article_modified_time":"2020-03-01T08:29:59+00:00","og_image":[{"width":750,"height":410,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to install Easy Hosting Control Panel on Ubuntu 16.04","datePublished":"2018-03-21T08:34:03+00:00","dateModified":"2020-03-01T08:29:59+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/"},"wordCount":714,"commentCount":10,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg","keywords":["easy hosting control panel","ubuntu"],"articleSection":["Miscellaneous"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/","name":"How to install Easy Hosting Control Panel on Ubuntu 16.04 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg","datePublished":"2018-03-21T08:34:03+00:00","dateModified":"2020-03-01T08:29:59+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"Easy Hosting Control Panel (EHCP) is a free and open source control panel written in PHP, which can be used to host your websites on your virtual private","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-install-Easy-Hosting-Control-Panel-on-Ubuntu-16.04.jpg","width":750,"height":410,"caption":"How to install Easy Hosting Control Panel on Ubuntu 16.04"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Easy Hosting Control Panel on Ubuntu 16.04"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=496"}],"version-history":[{"count":3,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/496\/revisions"}],"predecessor-version":[{"id":1068,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/496\/revisions\/1068"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/498"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=496"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=496"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}