Difference between revisions of "PVE From Scratch"
Jump to navigation
Jump to search
(Created page with "= PVE From Scratch =") |
|||
Line 1: | Line 1: | ||
= PVE | = Initial Setup = | ||
* Install PVE | |||
** [https://www.proxmox.com/en/downloads/category/proxmox-virtual-environment Download] | |||
** Put it on a [[Bootable Thumbdrives{{!}}bootable thumbdrive]] & boot the machine from it | |||
** follow the defaults on screen | |||
* Set up [[Passwordless SSH{{!}}Passwordless SSH]] | |||
** (Admit it... If yer a Nerd, yer gonna wanna remote into this thing on the command line.) | |||
* [[Proxmox Fix Update Repositories{{!}}fix update repositories]] | |||
*Do a full update<br> | |||
* See [[Mini Debian{{!}}Mini Debian]] for useful config stuff | |||
* Switch to [[Proxmox Server DHCP{{!}}DHCP]] | |||
** (Hard-codded addressing is fine for your first server on a network that you haven't learned to mess up yet... Not so much after that.) | |||
* [[Proxmox Subscription Notice Removal{{!}}Get rid of subscription notice]] | |||
** (If ya really wanna spend the money, go for it. OTOH... You're reading this page instead of looking for support from Proxmox...) | |||
* Set up [[A Solution for Getting Proper Certs{{!}}SSL]] | |||
* upload ISOs | |||
** I tend to upload [https://www.debian.org/download Debian], [https://www.linuxmint.com/download_lmde.php LMDE] & [https://www.pfsense.org/download/ pfSense] ISOs as a good starting point | |||
** (Windows is also an option. Of course, then yer gonna need to ''buy licences''...) |
Revision as of 13:15, 5 July 2022
Initial Setup
- Install PVE
- Download
- Put it on a bootable thumbdrive & boot the machine from it
- follow the defaults on screen
- Set up Passwordless SSH
- (Admit it... If yer a Nerd, yer gonna wanna remote into this thing on the command line.)
- fix update repositories
- Do a full update
- See Mini Debian for useful config stuff
- Switch to DHCP
- (Hard-codded addressing is fine for your first server on a network that you haven't learned to mess up yet... Not so much after that.)
- Get rid of subscription notice
- (If ya really wanna spend the money, go for it. OTOH... You're reading this page instead of looking for support from Proxmox...)
- Set up SSL
- upload ISOs