# Proxmox Installation Guide ## System Requirements The following table lists the minimum system requirements for installing Proxmox: | Item | Requirement | |------|-------------| | CPU | 64-bit processor (Intel or AMD) with Intel VT/AMD-V support | | RAM | 4 GB or more | | Disk | 32 GB or more free disk space | ## Installation Steps ### 1. Download Proxmox ISO The first step is to download the Proxmox ISO file from the [official website](https://www.proxmox.com/en/downloads). Choose the appropriate ISO file for your server's architecture. ![Proxmox Download](https://i.imgur.com/Xs2kj1A.png) ### 2. Create a Bootable USB Drive Once you have downloaded the Proxmox ISO file, you need to create a bootable USB drive. You can use a tool like [Rufus](https://rufus.ie/) to create the bootable USB drive. Here is a quick guide: 1. Insert the USB drive into your computer and launch Rufus. 2. Rufus should automatically detect the USB drive. If not, select it from the Device dropdown. 3. Select the Proxmox ISO file you downloaded earlier by clicking the SELECT button next to Boot selection. 4. Leave the other settings as default and click START to begin creating the bootable USB drive. ![Proxmox Rufus](https://i.imgur.com/nLbh8G1.png) ### 3. Boot from the USB Drive Insert the bootable USB drive into the server you want to install Proxmox on and turn it on. You may need to change the boot order in your BIOS to boot from the USB drive. ![Proxmox Boot](https://i.imgur.com/6ffclR9.png) ### 4. Proxmox Installation Once the server boots from the USB drive, you will see the Proxmox installation menu. 1. At the first screen, select **Install Proxmox VE** and hit ENTER to begin the installation. | [![][Proxmox Installer]][Proxmox Installer] | | Proxmox Installer | 2. Click **I agree** button to accept the license agreement and continue the Proxmox installation. | [![][License Agreement]][License Agreement] | | License Agreement | 3. Next, choose target hard drive to install Proxmox and click Next. The Proxmox installer will automatically partition the selected hard disk, install all required packages and finally make the system bootble from the hard disk. !!! note if you proceed all existing partitions and data will be lost. | [![][Target Drive]][Target Drive] | | Choose Target Drive | 4. Next, choose your country location and timezone. | [![][Location and Time]][Location and Time] | | Location and Time Zone | 5. Provide a password for the 'root' user and enter a valid email id. | [![][Admin Password]][Admin Password] | | Administration Password and Email Address | 6. Enter **Hostname**, **IP Address**, **Netmask**, **Gateway**, and **DNS**. | [![][Network configuration]][Network configuration] | | Network configuration | 7. The next page will show a summary of installation. Click **Next** to start Proxmox installation, or, simply click **Previous** button to go back and change the values accordingly. | [![][Summary]][Summary] | | Proxmox Installation Summary | [Proxmox Installer]: ../../../../../../raw/branch/main/assets/proxmox-01.png [License Agreement]: ../../../../../../raw/branch/main/assets/proxmox-02.png [Target Drive]: ../../../../../../raw/branch/main/assets/proxmox-03.png [Location and Time Zone]: ../../../../../../raw/branch/main/assets/proxmox-04.png [Admin Password]: ../../../../../../raw/branch/main/assets/proxmox-05.png [Network configuration]: ../../../../../../raw/branch/main/assets/proxmox-06.png [Summary]: ../../../../../../raw/branch/main/assets/proxmox-07.png ### 5. Access the Proxmox Web Interface After the installation is complete, you can access the Proxmox web interface by opening a web browser and navigating to the IP address of your server on port 8006: | [![][deploy-demo]](https://asciinema.org/a/xkBRkwC6e9RAzVuMDXH3nGHp7) | | Deploy with a single command (after updating the configuration files) | | [![][pxe-demo]](https://www.youtube.com/watch?v=y-d7btNNAT8) | | PXE boot | | [![][homepage-demo]][homepage-demo] | | Homepage with Ingress discovery powered by [Hajimari](https://github.com/toboshii/hajimari) | | [![][grafana-demo]][grafana-demo] | | Monitoring dashboard powered by [Grafana](https://grafana.com/) | | [![][gitea-demo]][gitea-demo] | | Git server powered by [Gitea](https://gitea.io/en-us/) | | [![][matrix-demo]][matrix-demo] | | [Matrix](https://matrix.org/) chat server | | [![][tekton-demo]][tekton-demo] | | Continuous integration with [Tekton](https://tekton.dev/) | | [![][argocd-demo]][argocd-demo] | | Continuous deployment with [ArgoCD](https://argoproj.github.io/cd/) | | [![][lens-demo]][lens-demo] | | Cluster management using [Lens](https://k8slens.dev/) | | [![][vault-demo]][vault-demo] | | Secret management with [Vault](https://www.vaultproject.io/) | [deploy-demo]: https://asciinema.org/a/xkBRkwC6e9RAzVuMDXH3nGHp7.svg [pxe-demo]: https://user-images.githubusercontent.com/27996771/157303477-df2e7410-8f02-4648-a86c-71e6b7e89e35.png [homepage-demo]: https://user-images.githubusercontent.com/27996771/149445807-0f869eb7-d8f5-4fef-ab97-ac281df91a06.png [grafana-demo]: https://user-images.githubusercontent.com/27996771/149446631-1c5d056b-1fdc-48e6-96ba-e1abe1762be0.png [gitea-demo]: https://user-images.githubusercontent.com/27996771/149444871-38889c9d-862f-41ff-8c05-8ece21da3e9c.png [matrix-demo]: https://user-images.githubusercontent.com/27996771/149448510-7163310c-2049-4ccd-901d-f11f605bfc32.png [tekton-demo]: https://user-images.githubusercontent.com/27996771/149445374-58fd0605-bb9a-46e4-81d6-5e584d2b94a9.png [argocd-demo]: https://user-images.githubusercontent.com/27996771/149444716-fc0d7282-4cf7-4ddb-97a4-1a3fb47ff2b8.png [lens-demo]: https://user-images.githubusercontent.com/27996771/149448896-9d79947d-468c-45c6-a81d-b43654e8ab6b.png [vault-demo]: https://user-images.githubusercontent.com/27996771/149452309-de4a893b-e94c-4ba8-9119-ea87449cf77e.png See Also -------- * link:/wiki/Prepare_Installation_Media[Prepare Installation Media] * link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster] * link:/wiki/System_Requirements[System Requirements] * link:/wiki/Package_Repositories[Package Repositories] * link:/wiki/Host_System_Administration[Host System Administration] * link:/wiki/Network_Configuration[Network Configuration] * link:/wiki/Installation:_Tips_and_Tricks[Installation: Tips and Tricks] endif::wiki[]