Quick installation: Difference between revisions
Line 52: | Line 52: | ||
With a basic install like this, the Web GUI will face the Internet. A Firewall and strong passwords are recommended. | With a basic install like this, the Web GUI will face the Internet. A Firewall and strong passwords are recommended. | ||
# The email address is used by the | # The email address is used by to report the recovery of High Availability services, important package update news and backup notifications (configurable). | ||
Password : < Something Strong > | Password : < Something Strong > | ||
Confirm : < Something Strong > | Confirm : < Something Strong > |
Revision as of 07:03, 8 June 2017
Introduction
This is a quick install guide for Proxmox VE.
- For installing from scratch or updating versions (e.g. 3.0 to 3.1) see Downloads page of wiki
- For upgrading 1.9 to 2.0, see Upgrade_from_1.9_to_2.0
- For upgrading 2.3 to 3.0, see Upgrade_from_2.3_to_3.0
Additionally, we also provide a "howto" for installation on an Debian 6 Squeeze or Debian 7 Wheesy or Debian 8 Jessie
Get the ISO
Download the ISO image and move it to a USB media, see Install from USB Stick. Or just burn a CD.
Minimum requirements, for evaluation
- CPU: 64bit (Intel EMT64 or AMD64), Intel VT/AMD-V capable CPU/Mainboard (for KVM Full Virtualization support)
- RAM: 1 GB RAM
- Hard drive
- One NIC
Start the installation
- See Debugging Installation#Boot options for custom partition settings.The installer supports partitions greater 2 TB (using GUID Partition Table, GPT).
The Gui installer supports mouse and keyboard. The tab key as well as hot keys can be used. Click->I Agree is a button press. IP address:< your host Ip> is a label with an option.
# Comments Click->I Agree # Pick an open address on your network. Ipaddress: 192.168.0.100
#Boot loader is Keyboard only. Just press 'Enter' to start the installation Enter
End user license Agreement ( EULA)
Click -> I agree
Target disk
# Local disks are fine for demo and small systems. # Shared storage is a best practice for a Cluster. Click -> Next
Location and Time Zone selection
# It's best to have all systems set to the same time zone. Country :< Your Country > Time zone :< Your time zone > Keyboard :< Your Keyboard > Click -> Next
Administration Password and Email Address
With a basic install like this, the Web GUI will face the Internet. A Firewall and strong passwords are recommended.
# The email address is used by to report the recovery of High Availability services, important package update news and backup notifications (configurable). Password : < Something Strong > Confirm : < Something Strong > E-Mail : < your email address > Click -> Next
Network Configuration
# FQDN is Required for email server and public facing Web GUI. # A plain host name will have issues when clustering. # The clusters use etc hosts for Proxmox host name resolution. # The Installer will pull a dhcp address during install. # Do not put your host in the middle of your pool of address. # Make sure to configure your dhcp server to exclude a block of address used by proxmox. Hostname (FQDN) : <host.domain.TLD> IP Address : < something static > Netmask : < default > Gateway : < default > DNS Server : < default >
Click -> Next
( The installer will will run with a progress bar)
Installation Successful!
Click ->reboot
Web GUI
From another machine, use your browser and accept the self signed cert used for the Web GUI.
https://192.168.0.xx:8006
Update your Proxmox VE Server to latest available version
In order to get new features and all security updates and bugfixes you should always update a new ISO install to the latest available packages via GUI updater or via CLI (apt-get update && apt-get dist-upgrade)
For more details about our update services, see Package repositories