Setup
Proxmox setup steps
- Great installation video
- download iso
- Use management interface on the server, iDRAC
- Turn server on
- Attach virtual media (the .iso)
- Follow the prompts and fill in the information
- chose Raid1 for a mirrored boot drive on SSD pair
- if SSD's are not visible on boot, check that the SATA settings in device settings is set to ACHI and auto
- chose Raid1 for a mirrored boot drive on SSD pair
- fill in network information
- Much of it can be gleaned from your router console
ifconfig get default | grep gateway
for the default gateway- for MacOS to find DNS server just search for
DNS
in system preferences
- Once proxmox is finished bootstrapping and restarts the server, remove the virtual media
- if screen loads to a console then you can just transition back to your main machine and use the web interface to finish.
- management console is at:
https://#.#.#.#:8006
(replace#
with valid IPV4 address) - connection will be insecure and that's okay, proceed anyhow
- login as
root
with the password you previously set. - Ignore subscription popup, its FOSS unless you want enterprise subscription
Post Install Configuration
TODO reformat this section by separating out the steps to their own notes and making this list more legible
apt-get install neovim ranger tldr cifs-util
- Configuration