<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Installing_Proxmox_VE</id>
	<title>Installing Proxmox VE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Installing_Proxmox_VE"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Installing_Proxmox_VE&amp;action=history"/>
	<updated>2026-04-15T01:08:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://serverrental.store/index.php?title=Installing_Proxmox_VE&amp;diff=5790&amp;oldid=prev</id>
		<title>Admin: New server guide</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Installing_Proxmox_VE&amp;diff=5790&amp;oldid=prev"/>
		<updated>2026-04-13T10:00:34Z</updated>

		<summary type="html">&lt;p&gt;New server guide&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Installing Proxmox VE =&lt;br /&gt;
&lt;br /&gt;
This guide provides a comprehensive, step-by-step tutorial on how to install and configure Proxmox Virtual Environment (Proxmox VE), a powerful open-source server virtualization management platform. Proxmox VE allows you to manage virtual machines (VMs) and containers (LXC), offering a flexible and efficient solution for your server infrastructure.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Proxmox VE is based on Debian Linux and integrates KVM for virtual machines and LXC for containers. It provides a web-based interface for easy management, including features like live migration, high availability, and integrated backup solutions. This tutorial assumes you have a basic understanding of Linux command-line operations.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you begin the installation, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* '''Hardware:'''&lt;br /&gt;
** A compatible 64-bit server.&lt;br /&gt;
** Minimum 2 GB RAM (4 GB or more recommended for production use).&lt;br /&gt;
** Sufficient disk space for the operating system and your virtual environments.&lt;br /&gt;
** A network interface card (NIC). For optimal performance with demanding workloads, consider dedicated GPU servers available at [https://en.immers.cloud/signup/r/20241007-8310688-334/ Immers Cloud].&lt;br /&gt;
* '''Installation Media:'''&lt;br /&gt;
** A Proxmox VE ISO image downloaded from the official Proxmox website.&lt;br /&gt;
** A USB drive or DVD to create bootable installation media.&lt;br /&gt;
* '''Network Configuration:'''&lt;br /&gt;
** A static IP address for the Proxmox VE server.&lt;br /&gt;
** The IP address of your DNS server.&lt;br /&gt;
** The hostname for your Proxmox VE server.&lt;br /&gt;
** A gateway IP address.&lt;br /&gt;
&lt;br /&gt;
== Step-by-Step Installation ==&lt;br /&gt;
&lt;br /&gt;
Follow these steps to install Proxmox VE from the ISO image.&lt;br /&gt;
&lt;br /&gt;
=== 1. Boot from Installation Media ===&lt;br /&gt;
&lt;br /&gt;
# Insert the bootable USB drive or DVD into your server.&lt;br /&gt;
# Reboot the server and configure your BIOS/UEFI to boot from the installation media.&lt;br /&gt;
# Once the server boots from the media, you will see the Proxmox VE installer menu.&lt;br /&gt;
&lt;br /&gt;
=== 2. Select &amp;quot;Install Proxmox VE&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
# From the GRUB boot menu, select the option to '''Install Proxmox VE''' and press Enter.&lt;br /&gt;
&lt;br /&gt;
=== 3. Accept the End-User License Agreement (EULA) ===&lt;br /&gt;
&lt;br /&gt;
# Read the EULA carefully.&lt;br /&gt;
# Click '''I Agree''' to proceed.&lt;br /&gt;
&lt;br /&gt;
=== 4. Select Target Disk ===&lt;br /&gt;
&lt;br /&gt;
# Choose the disk where you want to install Proxmox VE.&lt;br /&gt;
# '''Important:''' All data on the selected disk will be erased.&lt;br /&gt;
# Click '''Next'''.&lt;br /&gt;
&lt;br /&gt;
=== 5. Configure Disk Options ===&lt;br /&gt;
&lt;br /&gt;
# For most users, the default options are suitable.&lt;br /&gt;
# '''Filesystem:''' ZFS is recommended for its advanced features like snapshots and data integrity, but requires more RAM. ext4 is a simpler, widely compatible option.&lt;br /&gt;
# '''ZFS Options:''' If you choose ZFS, you can select the RAID level (e.g., mirror for redundancy).&lt;br /&gt;
# Click '''Next'''.&lt;br /&gt;
&lt;br /&gt;
=== 6. Configure Location and Timezone ===&lt;br /&gt;
&lt;br /&gt;
# Select your '''Country''', '''Timezone''', and '''Keyboard Layout'''.&lt;br /&gt;
# Click '''Next'''.&lt;br /&gt;
&lt;br /&gt;
=== 7. Network Configuration ===&lt;br /&gt;
&lt;br /&gt;
# This is a critical step. Ensure you have a static IP address planned.&lt;br /&gt;
# '''Hostname:''' Enter a fully qualified domain name (FQDN) for your server (e.g., `pve.yourdomain.local`).&lt;br /&gt;
# '''IP Address:''' Enter the static IP address for your Proxmox VE server (e.g., `192.168.1.100`).&lt;br /&gt;
# '''Subnet Mask:''' Enter your network's subnet mask (e.g., `255.255.255.0`).&lt;br /&gt;
# '''Gateway:''' Enter your network's gateway IP address (e.g., `192.168.1.1`).&lt;br /&gt;
# '''DNS Server:''' Enter the IP address of your DNS server (e.g., `192.168.1.1`).&lt;br /&gt;
# Click '''Next'''.&lt;br /&gt;
&lt;br /&gt;
=== 8. Set Root Password ===&lt;br /&gt;
&lt;br /&gt;
# Enter a strong password for the root user. This password will be used to log in to the Proxmox VE web interface.&lt;br /&gt;
# Confirm the password.&lt;br /&gt;
# Click '''Next'''.&lt;br /&gt;
&lt;br /&gt;
=== 9. Review and Install ===&lt;br /&gt;
&lt;br /&gt;
# Review all the configuration settings.&lt;br /&gt;
# If everything is correct, click '''Install'''.&lt;br /&gt;
# The installation process will begin. This may take some time.&lt;br /&gt;
&lt;br /&gt;
=== 10. Reboot ===&lt;br /&gt;
&lt;br /&gt;
# Once the installation is complete, you will be prompted to reboot the server.&lt;br /&gt;
# Remove the installation media and click '''Reboot'''.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Configuration ==&lt;br /&gt;
&lt;br /&gt;
After the server reboots, you can access the Proxmox VE web interface.&lt;br /&gt;
&lt;br /&gt;
=== 1. Accessing the Web Interface ===&lt;br /&gt;
&lt;br /&gt;
# Open a web browser and navigate to the IP address of your Proxmox VE server, prefixed with `https://` and followed by port `8006`.&lt;br /&gt;
# For example: '''https://192.168.1.100:8006'''&lt;br /&gt;
# You will see a security warning because of the self-signed certificate. Proceed by clicking &amp;quot;Advanced&amp;quot; and then &amp;quot;Accept the Risk and Continue&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== 2. Logging In ===&lt;br /&gt;
&lt;br /&gt;
# '''Username:''' `root`&lt;br /&gt;
# '''Password:''' The password you set during installation.&lt;br /&gt;
# Click '''Login'''.&lt;br /&gt;
&lt;br /&gt;
=== 3. Updating Proxmox VE ===&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to update your Proxmox VE installation to the latest stable version.&lt;br /&gt;
&lt;br /&gt;
# In the web interface, navigate to '''Node''' -&amp;gt; '''Updates'''.&lt;br /&gt;
# Click '''Refresh list'''.&lt;br /&gt;
# If updates are available, click '''Upgrade all'''.&lt;br /&gt;
# You can also perform updates via the command line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# apt update&lt;br /&gt;
# apt dist-upgrade -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 4. Configuring Repositories ===&lt;br /&gt;
&lt;br /&gt;
By default, Proxmox VE uses the enterprise repository, which requires a subscription. For non-production environments, you can switch to the no-subscription repository.&lt;br /&gt;
&lt;br /&gt;
# '''Via Web Interface:'''&lt;br /&gt;
# Navigate to '''Node''' -&amp;gt; '''Repositories'''.&lt;br /&gt;
# You will likely see the enterprise repository listed. You can disable it or remove it.&lt;br /&gt;
# Click '''Add''' -&amp;gt; '''No-Subscription'''.&lt;br /&gt;
# Fill in the details:&lt;br /&gt;
# * '''URL:''' `http://download.proxmox.com/debian/pve`&lt;br /&gt;
# * '''Distribution:''' `pve-no-subscription`&lt;br /&gt;
# * '''Components:''' `main`&lt;br /&gt;
# Click '''OK'''.&lt;br /&gt;
# You will need to refresh the updates list again after changing repositories.&lt;br /&gt;
&lt;br /&gt;
# '''Via Command Line:'''&lt;br /&gt;
# Edit the sources.list file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# nano /etc/apt/sources.list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Comment out or remove the enterprise repository line.&lt;br /&gt;
# Add the no-subscription repository:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save the file and then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# apt update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 5. Basic Network Configuration (Optional) ===&lt;br /&gt;
&lt;br /&gt;
You can further refine your network settings through the web interface.&lt;br /&gt;
&lt;br /&gt;
# Navigate to '''Node''' -&amp;gt; '''Network'''.&lt;br /&gt;
# Here you can configure additional network devices, bridges, etc.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* '''Cannot access web interface:'''&lt;br /&gt;
** Ensure the Proxmox VE server is powered on and has a valid IP address.&lt;br /&gt;
** Check your firewall rules to ensure port 8006 is open.&lt;br /&gt;
** Verify the network configuration during installation was correct.&lt;br /&gt;
** Try pinging the Proxmox VE server from another machine on the same network.&lt;br /&gt;
&lt;br /&gt;
* '''Installation fails:'''&lt;br /&gt;
** Double-check hardware compatibility.&lt;br /&gt;
** Ensure the ISO image is not corrupted.&lt;br /&gt;
** Try a different USB drive or DVD.&lt;br /&gt;
&lt;br /&gt;
* '''Updates fail after changing repositories:'''&lt;br /&gt;
** Make sure you have commented out the enterprise repository correctly.&lt;br /&gt;
** Verify the URL and distribution for the no-subscription repository are accurate.&lt;br /&gt;
** Run `apt update` again after any changes.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
&lt;br /&gt;
* [[Proxmox VE: Storage Configuration]]&lt;br /&gt;
* [[Proxmox VE: Creating Virtual Machines]]&lt;br /&gt;
* [[Proxmox VE: Managing Containers]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OS Installation]]&lt;br /&gt;
[[Category:Virtualization]]&lt;br /&gt;
[[Category:Proxmox VE]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>