{"id":14270,"date":"2024-10-02T10:47:54","date_gmt":"2024-10-02T10:47:54","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=14270"},"modified":"2024-10-16T04:26:22","modified_gmt":"2024-10-16T04:26:22","password":"","slug":"complete-guide-on-how-to-properly-install-control-web-panelcwp","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/","title":{"rendered":"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS"},"content":{"rendered":"\n<p>CWP is a popular free control panel designed to manage dedicated and VPS servers. <\/p>\n\n\n\n<p>It&#8217;s an alternative to cPanel and provides many features for managing web hosting environments, including website management, database management, DNS settings, email accounts, and more<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">System Requirements<\/h2>\n\n\n\n<p>These need be completed first before you can install CWP on your server<\/p>\n\n\n\n<p><strong>Minimum Server Requirements<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>64 bit operating systems with at least <strong>2GB<\/strong> of RAM (4 GB+ Recommended)<\/li>\n\n\n\n<li>Storage: At least <strong>10GB<\/strong> of free space.<\/li>\n\n\n\n<li>Operating system: <strong>CentOS 7 MINIMAL<\/strong>, <strong>Alma Linux 8 &amp; 9 MINIMAL or BOOT<\/strong>, <strong>CentOS 8 &amp; 9 Stream<\/strong><\/li>\n<\/ul>\n\n\n\n<p>As of the day of writing this article <strong>02\/10\/2024<\/strong>, we recommend that you use <strong>Alma Linux 8<\/strong> for CWP.<\/p>\n\n\n\n<p><strong>Other Requirements<\/strong>;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Root SSH Access: You need root access to your server.<\/li>\n\n\n\n<li>Clean OS Installation &#8211; You need a clean server with one of the mentioned OSes, without any pre-installed web servers or panels.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>1. Setup Hostname<\/strong>  <\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use a subdomain, NOT your domain, as the hostname. <br>E.g, if you have a domain like <strong>truehost.cloud<\/strong>, your hostname can be a subdomain like <strong>srv.truehost.cloud<\/strong>, <strong>cwp.truehost.cloud<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure that the subdomain&#8217;s ping result returns the server,s IP. E.g if your server IP is <strong>91.134.244.66<\/strong>, a ping of your hostname subdomain should return that IP<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"901\" height=\"198\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png\" alt=\"\" class=\"wp-image-14271\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png 901w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27-300x66.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27-768x169.png 768w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><\/figure>\n\n\n\n<p>You can then <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-a-server-via-ssh-terminal\/\" target=\"_blank\" rel=\"noreferrer noopener\">access the server via SSH<\/a><\/strong> and set the subdomain as the hostname using this command. Remember to replace percona.truehost.cloud with your actual hostname subdomain<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>hostnamectl set-hostname percona.truehost.cloud<\/strong><\/code><\/pre>\n\n\n\n<p>You can then run the hostname command to check that the hostname is set to the subdomain<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"594\" height=\"202\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-28.png\" alt=\"\" class=\"wp-image-14272\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-28.png 594w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-28-300x102.png 300w\" sizes=\"auto, (max-width: 594px) 100vw, 594px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>2. Setup Server IP addresses<\/strong><\/h5>\n\n\n\n<p>If this applies to you, then define additional IP address, subnet address, and default gateway IP address for your server &#8211; <strong><a href=\"https:\/\/wa.me\/19726743814\" target=\"_blank\" rel=\"noreferrer noopener\">our support team<\/a><\/strong> can provide you with this information. This may not always apply to you.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>3. Server Updates<\/strong><\/h5>\n\n\n\n<p>Access the server via SSH and then do the following<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install wget using this command<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>yum -y install wget<\/strong><\/code><\/pre>\n\n\n\n<p>If you are using  <strong>CentOS 8\/Stream, Alma Linux and Rocky Linux<\/strong> then first install EPEL repository, followed by wget. Run the following commands<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>yum install https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-8.noarch.rpm\n<\/strong>\n<strong>dnf install wget -y<\/strong><\/code><\/pre>\n\n\n\n<p>On Almalinux you may get this error &#8211; <strong>Error: GPG check FAILED<\/strong> when running the commands above, <\/p>\n\n\n\n<p>To fix it, run this command below then repeat the commands above and they will work well . You may read more about the issue <strong><a href=\"https:\/\/almalinux.org\/blog\/2023-12-20-almalinux-8-key-update\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>rpm --import https:\/\/repo.almalinux.org\/almalinux\/RPM-GPG-KEY-AlmaLinux<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"607\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-29-1024x607.png\" alt=\"\" class=\"wp-image-14273\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-29-1024x607.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-29-300x178.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-29-768x455.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-29.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update server packages using this command<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>yum -y update<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reboot Server  so that all updates can take effect. Run the following command, then give it 5 minutes to reboot, then log back in to SSH.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>reboot<\/strong><\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>4. Installation<\/strong><\/h5>\n\n\n\n<p>You are now ready to do the actual panel installation. Carefully check the commands below and run appropriate ones for your OS. You can confirm your OS version via SSH. Run the command below.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cat \/etc\/os-release<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"649\" height=\"439\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-30.png\" alt=\"\" class=\"wp-image-14275\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-30.png 649w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-30-300x203.png 300w\" sizes=\"auto, (max-width: 649px) 100vw, 649px\" \/><\/figure>\n\n\n\n<p>The above image shows that I have <strong>AlmaLinux 8.10<\/strong>. Having confirmed that, I can now run installation commands that are appropriate for AlmaLinux 8<\/p>\n\n\n\n<p><strong>Installer for\u00a0CentOS 7<\/strong><\/p>\n\n\n\n<p>Run the commands below, one by one on your server&#8217;s terminal and let the process run to completion<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cd \/usr\/local\/src\nwget http:\/\/centos-webpanel.com\/cwp-el7-latest\nsh cwp-el7-latest<\/strong><\/code><\/pre>\n\n\n\n<p><strong>Installer for&nbsp;CentOS 8\/stream,&nbsp;Alma Linux, and&nbsp;Rocky Linux (recommended)<\/strong><\/p>\n\n\n\n<p>Run the commands below, one by one on your server&#8217;s terminal and let the process run to completion<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>cd \/usr\/local\/src<br>wget http:\/\/centos-webpanel.com\/cwp-el8-latest<br>sh cwp-el8-latest<\/strong><\/pre>\n\n\n\n<p><strong>Installer for&nbsp;CentOS 9\/stream,&nbsp;Alma Linux 9, and&nbsp;Rocky Linux 9<\/strong><\/p>\n\n\n\n<p>Run the commands below, one by one on your server&#8217;s terminal and let the process run to completion<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>cd \/usr\/local\/src<br>wget http:\/\/centos-webpanel.com\/cwp-el9-latest<br>sh cwp-el9-latest<\/strong><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>4. Reboot the server<\/strong><\/h5>\n\n\n\n<p>Once the installation is complete, you will see a screen displaying your login details. You may copy them<\/p>\n\n\n\n<p>Also, you will be asked to reboot the server. Proceed to reboot it first, before access.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"681\" height=\"521\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-32.png\" alt=\"\" class=\"wp-image-14277\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-32.png 681w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-32-300x230.png 300w\" sizes=\"auto, (max-width: 681px) 100vw, 681px\" \/><\/figure>\n\n\n\n<p><strong>5. CWP Access<\/strong><\/p>\n\n\n\n<p>You can access CWP as guided <strong>here<\/strong>.<\/p>\n\n\n\n<p><strong>Note<\/strong> that CWP is accessed using user <strong>root<\/strong> and your server&#8217;s <strong>root ssh password<\/strong>. Since you just installed CWP, you probably know them but if you do not know them, check with our <strong><a href=\"https:\/\/wa.me\/19726743814\" target=\"_blank\" rel=\"noreferrer noopener\">support team<\/a><\/strong> for help.<\/p>\n\n\n\n<p><strong>Important Links<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-a-server-via-ssh-terminal\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to SSH to a server<\/a><\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/\"><strong>How to Access CWP<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-change-ssh-passwords\/\"><strong>How to change SSH passwords<\/strong><\/a><\/li>\n\n\n\n<li><strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/set-up-hostname-ssl-on-cwp\/\">Set up Hostname SSL on CWP<\/a><\/strong><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CWP is a popular free control panel designed to manage dedicated and VPS servers. It&#8217;s an alternative to cPanel and provides many features for managing web hosting environments, including website management, database management, DNS settings, email accounts, and more System Requirements These need be completed first before you can install CWP on your server Minimum [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,2120,1824,1879,2128],"doc_tag":[],"class_list":["post-14270","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-cwp-panel","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-06","word_count":720,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"CWP Panel","term_url":"https:\/\/truehost.com\/support\/docs-category\/cwp-panel\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS -<\/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:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS -\" \/>\n<meta property=\"og:description\" content=\"CWP is a popular free control panel designed to manage dedicated and VPS servers. It&#8217;s an alternative to cPanel and provides many features for managing web hosting environments, including website management, database management, DNS settings, email accounts, and more System Requirements These need be completed first before you can install CWP on your server Minimum [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-16T04:26:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/\",\"name\":\"How to properly Install Control Web Panel(CWP) on Almalinux\\\/CentOS -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-27.png\",\"datePublished\":\"2024-10-02T10:47:54+00:00\",\"dateModified\":\"2024-10-16T04:26:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-27.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-27.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/complete-guide-on-how-to-properly-install-control-web-panelcwp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to properly Install Control Web Panel(CWP) on Almalinux\\\/CentOS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS -","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:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/","og_locale":"en_US","og_type":"article","og_title":"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS -","og_description":"CWP is a popular free control panel designed to manage dedicated and VPS servers. It&#8217;s an alternative to cPanel and provides many features for managing web hosting environments, including website management, database management, DNS settings, email accounts, and more System Requirements These need be completed first before you can install CWP on your server Minimum [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/","article_modified_time":"2024-10-16T04:26:22+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/","name":"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png","datePublished":"2024-10-02T10:47:54+00:00","dateModified":"2024-10-16T04:26:22+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-27.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/complete-guide-on-how-to-properly-install-control-web-panelcwp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to properly Install Control Web Panel(CWP) on Almalinux\/CentOS"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=14270"}],"version-history":[{"count":7,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14270\/revisions"}],"predecessor-version":[{"id":15235,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14270\/revisions\/15235"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=14270"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=14270"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=14270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}