0247.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="How To,Tutorial,i12bretro,ProxMox VE,ProxMox,Virtual Machines,VM,Hypervisor,Installation,HP DL360">
  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. <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 Proxmox Virtualization Platform</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Download and Burn the Installer</h2>
  25. <ol>
  26. <li>Download the Proxmox VE .iso file <a href="https://www.proxmox.com/en/downloads" target="_blank">Download</a></li>
  27. <li>Download Rufus&nbsp;<a href="https://rufus.ie/" target="_blank">Download</a></li>
  28. <li>Run Rufus</li>
  29. <li>Select the downloaded Proxmox VE .iso and create a bootable flashdrive</li>
  30. <li>Safely remove the flash drive</li>
  31. <li>Plug the flash drive into the target system and boot to it</li>
  32. </ol>
  33. <h2>Installation and Setup</h2>
  34. <ol>
  35. <li>Select Install Proxmox VE and press Enter</li>
  36. <li>Click the I agree button to accept the EULA</li>
  37. <li>Select the appropriate Target Harddisk from the dropdown &gt; Click Next</li>
  38. <li>Set the Country, Time zone and Keyboard Layout &gt; Click Next</li>
  39. <li>Enter a password and confirm, Enter an email address &gt; Click Next</li>
  40. <li>Give the Proxmox device a hostname, confirm the network settings &gt; Click Next</li>
  41. <li>Click the Install button</li>
  42. <li>Wait for Proxmox to be installed and configured</li>
  43. <li>After the installation succeeds, take note of the IP address and port&nbsp;</li>
  44. <li>Click the Reboot button</li>
  45. </ol>
  46. <h2>The Web Interface</h2>
  47. <ol>
  48. <li>Open a web browser and navigate to https://IP:8006</li>
  49. <li>Login with the username root and the password set during the installation</li>
  50. <li>Welcome to ProxMox VE</li>
  51. </ol>
  52. </div>
  53. </div>
  54. </body>
  55. </html>