0247.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Proxmox Virtualization Platform</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="ProxMox VE,ProxMox,Virtual Machines,VM,Hypervisor,Installation,HP DL360,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Proxmox Virtualization Platform">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 10:11:02 AM" />
  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 Proxmox Virtualization Platform</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A USB flash drive, at least 4 GB of free space <a href="https://amzn.to/3wkR5ju" target="_blank">https://amzn.to/3wkR5ju</a></li>
  28. </ul>
  29. <h2>Download and Burn the Installer</h2>
  30. <ol>
  31. <li>Download the Proxmox VE .iso file <a href="https://www.proxmox.com/en/downloads" target="_blank">Download</a></li>
  32. <li>Download Rufus <a href="https://rufus.ie/" target="_blank">Download</a></li>
  33. <li>Run Rufus</li>
  34. <li>Select the downloaded Proxmox VE .iso and create a bootable flashdrive</li>
  35. <li>Safely remove the flash drive</li>
  36. <li>Plug the flash drive into the target system and boot to it</li>
  37. </ol>
  38. <h2>Installation and Setup</h2>
  39. <ol>
  40. <li>Select Install Proxmox VE and press Enter</li>
  41. <li>Click the I agree button to accept the EULA</li>
  42. <li>Select the appropriate Target Harddisk from the dropdown &gt; Click Next</li>
  43. <li>Set the Country, Time zone and Keyboard Layout &gt; Click Next</li>
  44. <li>Enter a password and confirm, Enter an email address &gt; Click Next</li>
  45. <li>Give the Proxmox device a hostname, confirm the network settings &gt; Click Next</li>
  46. <li>Click the Install button</li>
  47. <li>Wait for Proxmox to be installed and configured</li>
  48. <li>After the installation succeeds, take note of the IP address and port </li>
  49. <li>Click the Reboot button</li>
  50. </ol>
  51. <h2>The Web Interface</h2>
  52. <ol>
  53. <li>Open a web browser and navigate to https://IP:8006</li>
  54. <li>Login with the username root and the password set during the installation</li>
  55. <li>Welcome to ProxMox VE</li>
  56. </ol>
  57. </div>
  58. </div>
  59. </body>
  60. </html>