0632.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install aaPanel Powerful Web Server Dashboard on Debian</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Install Guide,Self-Hosted,Web Based,Web Based Tools,Web Server,System Administration,Linux,Homelab,Debian,Apache HTTPD,Nginx,Web Server Administration,Web Server UI,Web Server Admin Panel,Apache HTTPD Admin Panel,Nginx Admin Panel,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install aaPanel Powerful Web Server Dashboard on Debian">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/01/2022 08:05:35 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install aaPanel Powerful Web Server Dashboard on Debian</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is aaPanel?</h2>
  26. <blockquote>
  27. <p>[aaPanel is] a simple but powerful control panel. Manage the web server through a web-base GUI (Graphical User Interface). aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software.<em>- <a href="https://www.aapanel.com/" target="_blank">https://www.aapanel.com/</a></em></p>
  28. </blockquote>
  29. <ol>
  30. <li>Log into the Debian device</li>
  31. <li>Run the following commands in a terminal window
  32. <div class="codeBlock"># update software repositories<br />
  33. sudo apt update<br />
  34. # install available software updates<br />
  35. sudo apt upgrade -y<br />
  36. # install prerequisites<br />
  37. sudo apt install wget -y<br />
  38. # download aapanel installation script<br />
  39. wget -O aapanel-install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh<br />
  40. # run aapanel install script<br />
  41. sudo bash aapanel-install.sh 66959f96</div>
  42. </li>
  43. <li>Type Y and press Enter to confirm installing aaPanel</li>
  44. <li>Wait for the installation script to complete and take note of the URL, username and password in the success message</li>
  45. <li>Open a web browser and navigate to the URL displayed in the terminal</li>
  46. <li>Login with the username and password displayed in the terminal</li>
  47. <li>Select LNMP (Nginx) or LAMP (Apache) &gt; Click the One-click button</li>
  48. <li>Wait while the selected packages are installed</li>
  49. <li>Welcome to aaPanel</li>
  50. </ol> </div>
  51. </div>
  52. </body>
  53. </html>