0162.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Webmin on Linux Device</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Linux,Webmin,Debian,Ubuntu,Web Tools,Server Administration,Browser Based Tools">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Webmin on Linux Device">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Installing Webmin on Linux Device</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Log into the Debian device</li>
  25. <li>Run the following commands in a terminal:
  26. <div class="codeBlock">sudo apt-add-repository &#39;deb https://download.webmin.com/download/repository sarge contrib&#39;<br />
  27. sudo wget -O /root/jcameron-key.asc https://download.webmin.com/jcameron-key.asc<br />
  28. sudo apt-key add /root/jcameron-key.asc<br />
  29. sudo apt-get update<br />
  30. sudo apt-get upgrade<br />
  31. sudo apt-get install webmin</div>
  32. </li>
  33. <li>Open a web browser and navigate to https://DNSorIP:10000</li>
  34. <li>Login using a valid account on the Linux device</li>
  35. </ol>
  36. </div>
  37. </div>
  38. </body>
  39. </html>