0427.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install AdGuard Home Cross-Platform Pi-Hole Alternative on Linux (Debian/Ubuntu)</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="i12bretro,How To,Tutorial,AdGuard,DNS,Ad Blocker,Pi-Hole,Alternative,Networking">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install AdGuard Home Cross-Platform Pi-Hole Alternative on Linux (Debian/Ubuntu)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install AdGuard Home Cross-Platform Pi-Hole Alternative on Linux (Debian/Ubuntu)</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Log into the Linux device</li>
  26. <li>Run the following commands in a terminal window
  27. <div class="codeBlock"># download the latest adguard home release<br />
  28. wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz<br />
  29. # extract the downloaded tar.gz<br />
  30. sudo tar xvf AdGuardHome_linux_amd64.tar.gz<br />
  31. # change directory into the extracted folder<br />
  32. cd AdGuardHome<br />
  33. # install AdGuardHome as a service<br />
  34. sudo ./AdGuardHome -s install</div>
  35. </li>
  36. <li>Open a web browser and navigate to http://localhost:3000</li>
  37. <li>Click the Get Started button</li>
  38. <li>Set the Admin Web Interface and DNS Server network interfaces and ports &gt; Click Next</li>
  39. <li>Enter an admin username and password &gt; Click Next</li>
  40. <li>Click Next on page 4</li>
  41. <li>Click Open Dashboard on the Congratutations page</li>
  42. <li>Log in using the admin username and password created during the install</li>
  43. <li>Welcome to AdGuardHome</li>
  44. </ol>
  45. <p>Source: <a href="https://github.com/AdguardTeam/AdGuardHome#getting-started" target="_blank">https://github.com/AdguardTeam/AdGuardHome#getting-started</a></p>
  46. </div>
  47. </div>
  48. </body>
  49. </html>