{"id":12713,"date":"2024-08-21T18:23:54","date_gmt":"2024-08-21T12:53:54","guid":{"rendered":"https:\/\/www.skynats.com\/?p=12713"},"modified":"2025-10-28T11:25:55","modified_gmt":"2025-10-28T05:55:55","slug":"how-to-install-cloudpanel-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-install-cloudpanel-on-ubuntu-24-04\/","title":{"rendered":"How To Install CloudPanel on Ubuntu 24.04"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">CloudPanel is a free, user-friendly software designed for efficiently configuring and managing servers with a focus on performance, security, and simplicity. It supports the deployment of static websites, as well as PHP, Node.js, and Python applications. CloudPanel utilizes components such as NGINX, PHP-FPM, and MySQL\/MariaDB, allowing you to easily manage domains, users, and databases etc..<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ensure you upgrade your system to the latest software versions before installing any new software on the server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\" id=\"h-1-access-the-server-through-ssh\"><strong>1. Access the server through SSH<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh root@server_ip_address<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\" id=\"h-2-update-the-server\"><strong>2. Update the server<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The system upgrade process and CloudPanel installation should be done with root privileges. You can do this by running the following commands<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update\napt upgrade \napt install curl wget<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading has-normal-font-size\" id=\"h-3-install-cloudpanel-on-server\"><strong>3. Install CloudPanel on server<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">CloudPanel requires certain packages to be installed on your system, as they are necessary for running specific commands<a href=\"https:\/\/www.cloudpanel.io\/\" target=\"_blank\" rel=\"noopener\">.<\/a> Begin by installing the required packages:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run the CloudPanel installation script with the preferred database engine.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For MySQL&nbsp;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -sS https:\/\/installer.cloudpanel.io\/ce\/v2\/install.sh -o install.sh; \\\necho \"2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh\" | \\\nsha256sum -c &amp;&amp; sudo bash install.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For MariaDB<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -sS https:\/\/installer.cloudpanel.io\/ce\/v2\/install.sh -o install.sh; \\\necho \"2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh\" | \\\nsha256sum -c &amp;&amp; sudo DB_ENGINE=MARIADB_10.11 bash install.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once the installation is complete, the installer will provide the URLs to access the CloudPanel web interface.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-normal-font-size\" id=\"h-4-access-the-cloudpanel-control-panel-interface\"><strong>4. Access the CloudPanel Control Panel Interface<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">After installation, you can access your CloudPanel using the URL below in browser<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:\/\/server_ip_address:8443 or https:\/\/server_name:8443<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Disregard the self-signed certificate warning, select <strong>Advanced<\/strong> and then <strong>Proceed to access<\/strong> CloudPanel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You will then directed to the Admin User Creation page, where you can set up an administrator user by entering details and configuring the time zone for your CloudPanel.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"720\" height=\"670\" sizes=\"(max-width: 720px) 100vw, 720px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Admin-user-creation-cloupanel.png\" alt=\"Admin user creation for Installing CloudPanel on Ubuntu\" class=\"wp-image-12715\" style=\"width:345px;height:auto\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Admin-user-creation-cloupanel.png 720w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Admin-user-creation-cloupanel-300x279.png 300w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once these steps are completed, you can log in to your CloudPanel using the administrator username and password you created in previous step.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"357\" height=\"218\" sizes=\"(max-width: 357px) 100vw, 357px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-21-121954.png\" alt=\"Install CloudPanel on Ubuntu| log in\" class=\"wp-image-12716\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-21-121954.png 357w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-21-121954-300x183.png 300w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">After completing these steps, you will then directed to the Cloudpanel dashboard. CloudPanel has been successfully installed and configured on Ubuntu 24.04.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Need help to install CloudPanel on Ubuntu 24.04? Contact us for <a href=\"https:\/\/www.skynats.com\/server-management\/\">server support<\/a> and troubleshooting assistance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CloudPanel is a free, user-friendly software designed for efficiently configuring and managing servers with a focus on performance, security, and simplicity. It supports the deployment of static websites, as well as PHP, Node.js, and Python applications. CloudPanel utilizes components such as NGINX, PHP-FPM, and MySQL\/MariaDB, allowing you to easily manage domains, users, and databases etc.. [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[68,5],"tags":[898,899],"class_list":["post-12713","post","type-post","status-publish","format-standard","hentry","category-server-management","category-blog","tag-cloudpanel","tag-ubuntu-24-04"],"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=12713"}],"version-history":[{"count":1,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12713\/revisions"}],"predecessor-version":[{"id":16390,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12713\/revisions\/16390"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=12713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=12713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=12713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}