{"id":4699,"date":"2016-07-22T06:23:12","date_gmt":"2016-07-22T06:23:12","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=4699"},"modified":"2021-02-04T06:39:35","modified_gmt":"2021-02-04T06:39:35","slug":"install-kloxo-control-panel-centos","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/","title":{"rendered":"how to install kloxo control panel on CentOS"},"content":{"rendered":"<p><span style=\"color: #000000;\">Kloxo is an another open source control panel for web servers to manage websites. here are some simple steps to install kloxo on CentOS server.<\/span><\/p>\n<p><span style=\"color: #000000;\">Firs of all disable SELinux on server by editing <strong>\/etc\/sysconfig\/selinux<\/strong> .This will keep SELinux from being enabled on your server next boot.<\/span><br \/>\n<span style=\"color: #000000;\">Run the following command as root to disable SELinux:<\/span><!--more--><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">[root@server]# su - root\r\n[root@server]# setenforce 0<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\"><strong>Reboot<\/strong> the server to reflect new changes.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># reboot<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">If you are doing installation on fresh server which don&#8217;t have MySQL,then you need to install <strong>MySQL<\/strong>. To do so, issue the following commands.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\"># yum update\r\n# yum install mysql-server<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Now, run the <strong>MySQL<\/strong> secure installation script to Secure your <strong>MySQL<\/strong> installation<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># \/usr\/bin\/mysql_secure_installation<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Now, Download the latest <strong>Kloxo<\/strong> installer script with \u201c<strong>wget<\/strong>\u201d command and set execute permission.Make sure to replace \u201c<strong>mypassword<\/strong>\u201d with your MySQL <strong>root<\/strong> password.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># yum install -y wget\r\n# wget http:\/\/download.lxcenter.org\/download\/kloxo\/production\/kloxo-installer.sh\r\n# chmod +x kloxo-installer.sh\r\n# sh .\/kloxo-installer.sh --db-rootpassword=mypassword<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Go through the installation instructions on the screen to finish the installation properly. Once installation completes, you can access your new Kloxo admin at:<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">http:\/\/IPaddress:7778\r\nhttps:\/\/IPaddress:7777<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Some times the port for kloxo admin panel is blocked in server firewall which cause problem with accessing panel. Check ports are opened in your server firewall with the command: <\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">\u2018iptables -L -nv \u2013line-number\u2019<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">If ports are not open,you can open those particular ports on your firewall. To do so, run the following <strong>iptables<\/strong> rules to open it.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">iptables -A INPUT -p tcp -m tcp \u2013dport 7777 -j ACCEPT\r\niptables -A INPUT -p tcp -m tcp \u2013dport 7778 -j ACCEPT\r\n\/etc\/init.d\/iptables restart<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">That&#8217;s it.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kloxo is an another open source control panel for web servers to manage websites. here are some simple steps to install kloxo on CentOS server. Firs of all disable SELinux on server by editing \/etc\/sysconfig\/selinux .This will keep SELinux from being enabled on your server next boot. Run the following command as root to disable [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-4699","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>how to install kloxo control panel on CentOS - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"how to install kloxo control panel on CentOS - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"Kloxo is an another open source control panel for web servers to manage websites. here are some simple steps to install kloxo on CentOS server. Firs of all disable SELinux on server by editing \/etc\/sysconfig\/selinux .This will keep SELinux from being enabled on your server next boot. Run the following command as root to disable [...]Continue Reading...\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"how to install kloxo control panel on CentOS\",\"datePublished\":\"2016-07-22T06:23:12+00:00\",\"dateModified\":\"2021-02-04T06:39:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\"},\"wordCount\":217,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\",\"name\":\"how to install kloxo control panel on CentOS - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"datePublished\":\"2016-07-22T06:23:12+00:00\",\"dateModified\":\"2021-02-04T06:39:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"how to install kloxo control panel on CentOS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"how to install kloxo control panel on CentOS - cPanel Plesk","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:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/","twitter_card":"summary_large_image","twitter_title":"how to install kloxo control panel on CentOS - cPanel Plesk","twitter_description":"Kloxo is an another open source control panel for web servers to manage websites. here are some simple steps to install kloxo on CentOS server. Firs of all disable SELinux on server by editing \/etc\/sysconfig\/selinux .This will keep SELinux from being enabled on your server next boot. Run the following command as root to disable [...]Continue Reading...","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"how to install kloxo control panel on CentOS","datePublished":"2016-07-22T06:23:12+00:00","dateModified":"2021-02-04T06:39:35+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/"},"wordCount":217,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"articleSection":["Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/","url":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/","name":"how to install kloxo control panel on CentOS - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"datePublished":"2016-07-22T06:23:12+00:00","dateModified":"2021-02-04T06:39:35+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/install-kloxo-control-panel-centos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"how to install kloxo control panel on CentOS"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=4699"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4699\/revisions"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=4699"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=4699"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=4699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}