#
Proxmox VE Installation
By
Adrien
#
repositories update
apt update
apt dist-upgrade
deb [http://ftp.debian.org/debian](http://ftp.debian.org/debian) bullseye main contrib
deb [http://ftp.debian.org/debian](http://ftp.debian.org/debian) bullseye-updates main contrib
#
security updates
- On a terminal, type :
deb [http://security.debian.org/debian-security](http://security.debian.org/debian-security) bullseye-security main contrib
- Edit /etc/apt/sources.list.d/pve-enterprise.list
nano /etc/apt/sources.list.d/pve-enterprise.list
#deb https://enterprise.proxmox.com/debian/pve
apt-get update
apt dist-upgrade
reboot
#
Storage
- Create ZFS from your node > Disks > ZFS > Create
if "no disk unused", then wipe the disk
fdisk /dev/sda
- then P for partition, then D for delete, then W for write.
#
check SMART Monitoring
smartctl -a /dev/sda
#
IOMMU (PCI Passthrough)
- edit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
- Update GRUB
update-grub
- edit /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
- Update configurationand reboot
update-initramfs -u -k all
reboot
#
Network
#
VLAN aware
- Go to your node > Network > vmbr0 > check VLAN aware
#
NFS Share
- Add your NFS Share on your node > Storage > Add > NFS based on TrueNAS Server
#
Schedule Backup
- nano /etc/vzdump.conf > tmpdir: /opt/tmpbackup (don't forget to create tmpbackup directory)
- Go to Datacenter > Backup > Create
- Import ISO / VirtIO / Templates
- Create VM /CT
#
Initialize VM/CT
- [VM] Kali (4Go), Windows 11
- [CT] Nginx Proxy Manager
- [CT] TrueNAS
- [CT] Uptime Karma
- [CT] Homepage
- [CT] Filebrowser, Bitwarden, Jellyfin, Photoprism, Gitlab, Syncthing, Retype
- [CT] Shlink, n8n
#
Create new user
- Create a folder for new_user on TrueNas in "USER" and export NFS/SMB point
- Create new user on TrueNas with rights permissions
- Create new user in FileBrowser with access to "user > new_user"
- Create new user in Jellyfin
- Create new invitation in Bitwarden
- Create new Win11 VM and connect SMB share on "user > new_user"