{"id":271,"date":"2024-08-11T15:12:14","date_gmt":"2024-08-11T15:12:14","guid":{"rendered":"https:\/\/bestresellerhosting.in\/blog\/?p=271"},"modified":"2024-08-11T15:14:17","modified_gmt":"2024-08-11T15:14:17","slug":"how-to-install-aapanel-on-ubuntu","status":"publish","type":"post","link":"https:\/\/bestresellerhosting.in\/blog\/how-to-install-aapanel-on-ubuntu\/","title":{"rendered":"How to install aaPanel on Ubuntu"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"introduction\">Introduction<\/h2>\n\n\n\n<p>aaPanel on Ubuntu \u2013\u00a0<a href=\"https:\/\/www.aapanel.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">aaPanel<\/a>\u00a0is an open-source lightweight Linux control panel that provides a web interface and tools that simplify the creation of a web hosting environment. The control panel offers a straightforward web dashboard to set up websites, databases, DNS entries, mail accounts, and applications on the <a href=\"https:\/\/bestresellerhosting.in\/vps-server-hosting.html\">server<\/a>.<\/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=\"#introduction\">Introduction<\/a><\/li><li><a href=\"#step-by-step-installation-of-aa-panel-on-ubuntu\">Step-by-Step Installation of aaPanel on Ubuntu<\/a><ul><li><a href=\"#step-1-update-your-ubuntu-22-04-or-20-04-server\">Step 1: Update your Ubuntu 22.04 or 20.04 Server<\/a><\/li><li><a href=\"#step-2-download-and-execute-the-installation-script\">Step 2. Download and Execute the Installation Script<\/a><\/li><li><a href=\"#step-3-access-aa-panel-gui\">Step 3. Access aaPanel GUI<\/a><\/li><\/ul><\/li><li><a href=\"#uninstallation-of-aa-panel-on-ubuntu\">Uninstallation of aaPanel on Ubuntu\u00a0<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-by-step-installation-of-aa-panel-on-ubuntu\">Step-by-Step Installation of aaPanel on Ubuntu<\/h2>\n\n\n\n<p><strong>Follow these steps to install aaPanel on Ubuntu server:<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-update-your-ubuntu-22-04-or-20-04-server\">Step 1: Update your Ubuntu 22.04 or 20.04 Server<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Login to the server via SSH as \u201croot\u201d user and update current system;<\/li>\n<\/ul>\n\n\n\n<p>apt-get update; apt upgrade -y<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/pic1-6.webp\" alt=\"aaPanel on Ubuntu\" class=\"wp-image-380\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reboot the server to avoid outdated software using;<\/li>\n\n\n\n<li>Install\u00a0<em>wget\u00a0<\/em>package to may acquire installation script further;<\/li>\n<\/ul>\n\n\n\n<p>apt install wget -y<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/pic2-8.png\" alt=\"\" class=\"wp-image-381\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-download-and-execute-the-installation-script\">Step 2. Download and Execute the Installation Script<\/h3>\n\n\n\n<p>We need to download the aaPanel installation script first with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -O install.sh http:\/\/www.aapanel.com\/script\/install-ubuntu_6.0_en.sh &amp;&amp; sudo bash install.sh aapanel<\/code><\/pre>\n\n\n\n<p><strong>Note<\/strong>: you can check out the script for other Linux systems from the&nbsp;<a href=\"https:\/\/www.aapanel.com\/new\/download.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>official website<\/strong><\/a>.<\/p>\n\n\n\n<p>As you run the script, it will ask for your permission to install aaPanel in the web directory \/www, press the<strong>&nbsp;Y<\/strong>&nbsp;key, and then&nbsp;<strong>Enter&nbsp;<\/strong>to continue the process.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/image-26.png\" alt=\"\" class=\"wp-image-383\"\/><\/figure>\n\n\n\n<p>If you are not using SSL already or some WAF service like CloudFlare and want to enable SSL in aaPanel then again type \u201c<strong>Y<\/strong>\u201d and hit the&nbsp;<strong>Enter&nbsp;<\/strong>key.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/image-25.png\" alt=\"\" class=\"wp-image-382\"\/><\/figure>\n\n\n\n<p>Process may take a time, be patient. When install finished, you will see access credentials. Keep it safely.<\/p>\n\n\n\n<p>After installation, you should see something like this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/webdock.io\/application\/files\/2416\/0675\/9764\/aapanel_install.png\" alt=\"aapanel_install.png\"\/><\/figure>\n\n\n\n<p>By default, aaPanel runs on port 8888. You can check it using the following command:<\/p>\n\n\n\n<p>ss -antpl | grep 8888<\/p>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/image-28-1024x71.png\" alt=\"\" class=\"wp-image-388\"\/><\/figure>\n\n\n\n<p>During the installation process, aaPanel enables and configures the UFW firewall and allows necessary ports through the firewall. You can check them with the following command:<\/p>\n\n\n\n<p>ufw status<\/p>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/image-29.png\" alt=\"\" class=\"wp-image-389\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3-access-aa-panel-gui\">Step 3. Access aaPanel GUI<\/h3>\n\n\n\n<p>To access the aaPanel use the given URL after the installation and use the provided credentials.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"614\" src=\"https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1024x614.png\" alt=\"\" class=\"wp-image-273\" style=\"width:840px;height:auto\" srcset=\"https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1024x614.png 1024w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-300x180.png 300w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-768x460.png 768w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1536x921.png 1536w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image.png 1638w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"818\" src=\"https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1-1024x818.png\" alt=\"\" class=\"wp-image-274\" srcset=\"https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1-1024x818.png 1024w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1-300x240.png 300w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1-768x613.png 768w, https:\/\/bestresellerhosting.in\/blog\/wp-content\/uploads\/2024\/08\/image-1.png 1043w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You will be prompted to log in to aaPanel using the username and password you got upon the completion of the installation script. Once logged in, you can start using aaPanel to manage your web server and hosting services.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/03\/aaPanel-Linux-control-panel-1024x657.png\" alt=\"\" class=\"wp-image-385\"\/><\/figure>\n\n\n\n<p>Note: When installing aaPanel, the default port to use is&nbsp;<strong>8888<\/strong>. To change the default port, visit the article&nbsp;<a href=\"https:\/\/vpswebhostingindia.in\/blog\/change-the-aapanel-port\" rel=\"nofollow noopener\" target=\"_blank\">change-the-aapanel-port<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uninstallation-of-aa-panel-on-ubuntu\">Uninstallation of aaPanel on Ubuntu\u00a0<\/h2>\n\n\n\n<p>In the future, if you want to remove the aaPanel from your Ubuntu server then for that first stop its server and then delete the folder where all the files of this open-source control panel reside. Here is the command for all this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo bt stop &amp;&amp;sudo update-rc.d -f bt remove &amp;&amp;sudo rm -f \/etc\/init.d\/bt &amp;&amp;sudo rm -rf \/www\/server\/panel<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Introduction aaPanel on Ubuntu \u2013\u00a0aaPanel\u00a0is an open-source lightweight Linux control panel that provides a web interface and tools that simplify the creation of a web hosting environment. The control panel offers a straightforward web dashboard to set up websites, databases, DNS entries, mail accounts, and applications on the server. Step-by-Step Installation of aaPanel on Ubuntu [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":276,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"class_list":["post-271","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aapanel-on-ubuntu"],"_links":{"self":[{"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/posts\/271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/comments?post=271"}],"version-history":[{"count":1,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/posts\/271\/revisions"}],"predecessor-version":[{"id":275,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/posts\/271\/revisions\/275"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/media\/276"}],"wp:attachment":[{"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/media?parent=271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/categories?post=271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bestresellerhosting.in\/blog\/wp-json\/wp\/v2\/tags?post=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}