{"id":532,"date":"2024-07-11T12:00:03","date_gmt":"2024-07-11T12:00:03","guid":{"rendered":"https:\/\/webhostingdelhi.net.in\/tutorials\/?p=532"},"modified":"2024-07-11T12:00:19","modified_gmt":"2024-07-11T12:00:19","slug":"install-control-web-panel-cwp","status":"publish","type":"post","link":"https:\/\/webhostingdelhi.net.in\/tutorials\/install-control-web-panel-cwp\/","title":{"rendered":"Quick Guide to Install Control Web Panel CWP"},"content":{"rendered":"\n<p>Install Control Web Panel CWP involves several steps to ensure a smooth setup. Below is a comprehensive guide to help you through the process:<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#prerequisites\">Prerequisites<\/a><\/li><li><a href=\"#step-by-step-installation-guide\">Step-by-Step Installation Guide<\/a><ul><li><a href=\"#1-update-the-system\">1. Update the System<\/a><\/li><li><a href=\"#2-install-wget\">2. Install wget<\/a><\/li><li><a href=\"#3-disable-se-linux\">3. Disable SELinux<\/a><\/li><li><a href=\"#4-reboot-the-server\">4. Reboot the Server<\/a><\/li><li><a href=\"#5-download-and-run-the-cwp-installer\">5. Download and Run the CWP Installer<\/a><\/li><li><a href=\"#6-install-control-web-panel-cwp\">6. Install Control Web Panel CWP<\/a><\/li><li><a href=\"#7-accessing-cwp\">7. Accessing CWP<\/a><\/li><\/ul><\/li><li><a href=\"#post-installation-configuration\">Post-Installation Configuration<\/a><\/li><li><a href=\"#troubleshooting-tips\">Troubleshooting Tips<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"prerequisites\">Prerequisites<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Supported Operating Systems<\/strong>: CentOS\/RHEL 7.x and 8.x, AlmaLinux 8.x, Rocky Linux 8.x.<\/li>\n\n\n\n<li><strong>Server Requirements<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Minimal installation of the OS (no control panels like cPanel, Plesk, etc.).<\/li>\n\n\n\n<li>Minimum 1GB RAM (2GB recommended).<\/li>\n\n\n\n<li>At least 10GB of free disk space.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/image-5-1024x576.png\" alt=\"Install Control Web Panel CWP\" class=\"wp-image-534\" srcset=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/image-5-1024x576.png 1024w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/image-5-300x169.png 300w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/image-5-768x432.png 768w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/image-5.png 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-by-step-installation-guide\">Step-by-Step Installation Guide<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"1-update-the-system\">1. Update the System<\/h4>\n\n\n\n<p>First, ensure your server is up-to-date.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum -y update<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"2-install-wget\">2. Install wget<\/h4>\n\n\n\n<p>Ensure <code>wget<\/code> is installed as it will be used to download the installation script.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum -y install wget<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"3-disable-se-linux\">3. Disable SELinux<\/h4>\n\n\n\n<p>Install Control Web Panel CWP requires SELinux to be disabled.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo setenforce 0\nsudo sed -i 's\/SELINUX=enforcing\/SELINUX=disabled\/' \/etc\/selinux\/config<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"4-reboot-the-server\">4. Reboot the Server<\/h4>\n\n\n\n<p>Reboot your server to apply the changes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"5-download-and-run-the-cwp-installer\">5. Download and Run the CWP Installer<\/h4>\n\n\n\n<p>After the server reboots, log back in and download the <a href=\"http:\/\/dl1.centos-webpanel.com\/files\/cwp-el7-latest\" rel=\"nofollow noopener\" target=\"_blank\">CWP installation script<\/a> and Install Control Web Panel CWP<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/usr\/local\/src\nsudo wget http:\/\/centos-webpanel.com\/cwp-el7-latest\nsudo sh cwp-el7-latest<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"6-install-control-web-panel-cwp\">6. Install Control Web Panel CWP<\/h4>\n\n\n\n<p>The installation script will start and take some time to complete. Follow any on-screen prompts. Once the installation is complete, the script will provide you with the URL to access CWP.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"7-accessing-cwp\">7. Accessing CWP<\/h4>\n\n\n\n<p>After the installation, you can access the CWP admin panel using the following URL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;&lt;your-server-ip&gt;:2030<\/code><\/pre>\n\n\n\n<p>Log in with the root user and password.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"623\" height=\"773\" src=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-login-admin.webp\" alt=\"\" class=\"wp-image-533\" style=\"width:379px;height:auto\" srcset=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-login-admin.webp 623w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-login-admin-242x300.webp 242w\" sizes=\"auto, (max-width: 623px) 100vw, 623px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"post-installation-configuration\">Post-Installation Configuration<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Change Default Passwords<\/strong>: For security reasons, immediately change default passwords for root and other services.<\/li>\n\n\n\n<li><strong>Configure Firewall<\/strong>: Ensure that the necessary ports (2030 for admin, 2031 for user panel, etc.) are open in your firewall.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"631\" src=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-csf-disabled-1024x631-1.webp\" alt=\"\" class=\"wp-image-536\" srcset=\"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-csf-disabled-1024x631-1.webp 1024w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-csf-disabled-1024x631-1-300x185.webp 300w, https:\/\/webhostingdelhi.net.in\/tutorials\/wp-content\/uploads\/2024\/07\/cwp-csf-disabled-1024x631-1-768x473.webp 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Set Up Services<\/strong>: Configure <a href=\"https:\/\/www.webhostingdelhi.net.in\/vps-hosting-delhi\/\">services like Apache, MySQL,<\/a> Postfix, and others as per your requirements.<\/li>\n\n\n\n<li><strong>Backup<\/strong>: Regularly back up your server and configurations.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"troubleshooting-tips\">Troubleshooting Tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Login Issues<\/strong>: Ensure the ports are open and accessible. Use <code>netstat -tuln<\/code> to check if CWP services are running.<\/li>\n\n\n\n<li><strong>Service Errors<\/strong>: Check the logs located in <code>\/usr\/local\/cwpsrv\/logs\/<\/code> for any issues with services.<\/li>\n<\/ul>\n\n\n\n<p>By following these steps, you should have Control Web Panel up and running on your server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install Control Web Panel CWP involves several steps to ensure a smooth setup. Below is a comprehensive guide to help you through the process: Prerequisites Step-by-Step Installation Guide 1. Update the System First, ensure your server is up-to-date. 2. Install wget Ensure wget is installed as it will be used to download the installation script. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":539,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[53],"class_list":["post-532","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-control-panel","tag-install-control-web-panel-cwp"],"_links":{"self":[{"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/posts\/532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/comments?post=532"}],"version-history":[{"count":3,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/posts\/532\/revisions"}],"predecessor-version":[{"id":540,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/posts\/532\/revisions\/540"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/media\/539"}],"wp:attachment":[{"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/media?parent=532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/categories?post=532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostingdelhi.net.in\/tutorials\/wp-json\/wp\/v2\/tags?post=532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}