1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install Proxmox Virtualization Platform</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="ProxMox VE,ProxMox,Virtual Machines,VM,Hypervisor,Installation,HP DL360,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install Proxmox Virtualization Platform">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 10:11:02 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Install Proxmox Virtualization Platform</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <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>
- </ul>
- <h2>Download and Burn the Installer</h2>
- <ol>
- <li>Download the Proxmox VE .iso file <a href="https://www.proxmox.com/en/downloads" target="_blank">Download</a></li>
- <li>Download Rufus <a href="https://rufus.ie/" target="_blank">Download</a></li>
- <li>Run Rufus</li>
- <li>Select the downloaded Proxmox VE .iso and create a bootable flashdrive</li>
- <li>Safely remove the flash drive</li>
- <li>Plug the flash drive into the target system and boot to it</li>
- </ol>
- <h2>Installation and Setup</h2>
- <ol>
- <li>Select Install Proxmox VE and press Enter</li>
- <li>Click the I agree button to accept the EULA</li>
- <li>Select the appropriate Target Harddisk from the dropdown > Click Next</li>
- <li>Set the Country, Time zone and Keyboard Layout > Click Next</li>
- <li>Enter a password and confirm, Enter an email address > Click Next</li>
- <li>Give the Proxmox device a hostname, confirm the network settings > Click Next</li>
- <li>Click the Install button</li>
- <li>Wait for Proxmox to be installed and configured</li>
- <li>After the installation succeeds, take note of the IP address and port </li>
- <li>Click the Reboot button</li>
- </ol>
- <h2>The Web Interface</h2>
- <ol>
- <li>Open a web browser and navigate to https://IP:8006</li>
- <li>Login with the username root and the password set during the installation</li>
- <li>Welcome to ProxMox VE</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|