{"id":2146,"date":"2016-07-04T13:18:15","date_gmt":"2016-07-04T17:18:15","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=2146"},"modified":"2017-12-12T15:58:46","modified_gmt":"2017-12-12T20:58:46","slug":"install-sentora-centos-7","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/","title":{"rendered":"How to Install Sentora Control Panel on CentOS 7"},"content":{"rendered":"<h1>How to Install Sentora Control Panel on CentOS 7<\/h1>\n<p>If you like the power of cPanel but would prefer a free and open source alternative, Sentora may be just what you&#8217;re looking for. Sentora is targeted at web hosts, Fast, easy setup scripts make installation a breeze. An integrated module system simplifies the process of installing any number of third-party packages, and supports extensibility to custom apps and technologies. It is well-supported with a helpful community, and does not restrict your ability to use or upgrade it in any way.<\/p>\n<h2>Getting Started<\/h2>\n<p>To complete this guide, you will need the following:<br \/>\n\u2022 1 Node (<a href=\"https:\/\/www.globo.tech\/cloud-server-pricing\" target=\"_blank\">Cloud Server<\/a> or <a href=\"http:\/\/www.globo.tech\/dedicated-server-hosting\" target=\"_blank\">Dedicated Server<\/a>) running a clean installation of CentOS 7.<br \/>\n\u2022 Root access to your server<\/p>\n<p>When complete, you&#8217;ll be running Sentora and can install any number of additional apps directly from its control panel.<\/p>\n<h2>Tutorial<\/h2>\n<p>We&#8217;ll begin by updating all installed packages. This step, which should be performed regularly, pulls in any current bugfixes and security patches.<\/p>\n<p><code>yum -y update && shutdown -r now<\/code><\/p>\n<p>It requires a base set of default packages to be installed. We&#8217;ll apply those now.<\/p>\n<p><code>yum -y install nano wget<\/code><\/p>\n<p>SELinux, while a good security feature, can make managing a Linux server more difficult. SELinux administration is out of scope for this tutorial, so we&#8217;ll disable it for purposes of getting your control panel running more quickly.<\/p>\n<p><code>setenforce 0<br \/>\nsed -i 's\/enforcing\/disabled\/' \/etc\/sysconfig\/selinux<\/code><\/p>\n<p>Sentora is installed via its own installation script. We&#8217;ll download that script here, and make it executable so we can run it.<\/p>\n<p><code>wget http:\/\/sentora.org\/install<br \/>\nchmod +x install<\/code><\/p>\n<p>Start the installation script, which will perform the remaining steps necessary on the command line.<\/p>\n<p><code>.\/install<\/code><\/p>\n<p>The installation process prompts for a few configuration details:<br \/>\n\u2022\tSelect your continent<br \/>\n\u2022\tSelect your country<br \/>\n\u2022\tSelect the time zone<br \/>\n\u2022\tThe dns you will use for Sentora control panel<br \/>\n\u2022\tThe IP used for Sentora control panel<\/p>\n<p>When finished, you&#8217;ll see your login information and MySQL credentials. You&#8217;ll also be asked to reboot your server. Do so after you&#8217;ve saved these details in a secure place.<\/p>\n<p><code class=\"gris\">########################################################<br \/>\n Congratulations Sentora has now been installed on your<br \/>\n server. Please review the log file left in \/root\/ for<br \/>\n any errors encountered during installation.<\/p>\n<p> Login to Sentora at http:\/\/dns.yourdomain.com<br \/>\n Sentora Username  : zadmin<br \/>\n Sentora Password  : 4eAbXNIBsJwYqa4j<\/p>\n<p> MySQL Root Password      : jD4SrjvlPv8iXCLA<br \/>\n MySQL Postfix Password   : mdhjpgFCXHjM03iq<br \/>\n MySQL ProFTPd Password   : cdbSySZ89nXxSXn4<br \/>\n MySQL Roundcube Password : IdfGTpXvWdnlG5Ez<br \/>\n   (theses passwords are saved in \/root\/passwords.txt)<br \/>\n########################################################<br \/>\nRestart your server now to complete the install (y\/n)? <\/code><\/p>\n<p>It is now time to access Sentora&#8217;s web-based information with the information you&#8217;ve just recorded. When your server is booted up, access http:\/\/dns.yourdomain.com. Use the username &#8220;zadmin&#8221; and the password recorded earlier.<\/p>\n<p><code class=\"gris\">http:\/\/dns.yourdomain.com<br \/>\n Sentora Username  : zadmin<br \/>\n Sentora Password  : 4eAbXNIBsJwYqa4j<\/code><\/p>\n<h2>Conclusion<\/h2>\n<p>The installation is now completed. It is now possible to install a host of supported web applications and services directly from its user-friendly, web-based control panel, all without dropping back to the command line. If this guide was helpful to you, kindly share it with others who may also be interested. <\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>How to Install Sentora Control Panel on CentOS 7 If you like the power of cPanel but would prefer a free and open source alternative, Sentora may be just what you&#8217;re looking for. Sentora is targeted at web hosts, Fast, easy setup scripts make installation a breeze. An integrated module system simplifies the process of<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-2146","post","type-post","status-publish","format-standard","hentry","category-web-hosting","operating_system-centos-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Sentora Control Panel on CentOS 7 - Globo.Tech<\/title>\n<meta name=\"description\" content=\"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Sentora Control Panel on CentOS 7 - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2016-07-04T17:18:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-12T20:58:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2016\/09\/GloboTech-Logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"963\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/\",\"name\":\"How to Install Sentora Control Panel on CentOS 7 - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"datePublished\":\"2016-07-04T17:18:15+00:00\",\"dateModified\":\"2017-12-12T20:58:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Sentora Control Panel on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Sentora Control Panel on CentOS 7 - Globo.Tech","description":"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.","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:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Sentora Control Panel on CentOS 7 - Globo.Tech","og_description":"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.","og_url":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/","og_site_name":"Globo.Tech","article_published_time":"2016-07-04T17:18:15+00:00","article_modified_time":"2017-12-12T20:58:46+00:00","og_image":[{"width":1920,"height":963,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2016\/09\/GloboTech-Logo.png","type":"image\/png"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/","url":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/","name":"How to Install Sentora Control Panel on CentOS 7 - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"datePublished":"2016-07-04T17:18:15+00:00","dateModified":"2017-12-12T20:58:46+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"This tutorial will show you how to install Sentora Control Panel on your CentOS 7 Server. Read now to enjoy the benefits of Sentora.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/install-sentora-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"How to Install Sentora Control Panel on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=2146"}],"version-history":[{"count":5,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2146\/revisions"}],"predecessor-version":[{"id":4008,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2146\/revisions\/4008"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=2146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=2146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=2146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}