Proxmox 10 tweaks you need to know

  Рет қаралды 35,975

VirtualizationHowto

VirtualizationHowto

Күн бұрын

Many are experimenting with Proxmox in their home lab and even in production environments. We take a look at the top 10 Proxmox tweaks in 2024 that you may want to implement.
Latest video covering the new VMware ESXi Import utility: • New Proxmox Import Wiz...
Video showing Ceph configuration - • Proxmox 8 Cluster with...
Blog post covering Proxmox SDN - www.virtualizationhowto.com/2...
Check out the VHT forums to get your questions answered: www.virtualizationhowto.com/c...
★ Subscribe to the channel: / @virtualizationhowto
★ My blog: www.virtualizationhowto.com
★ Twitter: / vspinmaster
★ LinkedIn: / brandon-lee-vht
★ Github: github.com/brandonleegit
★ Facebook: / 100092747277326
★ Discord: / discord
★ Pinterest: / brandonleevht
Introduction to setup - 0:00
Implementing no subscription updates - 0:48
VLAN-enabling the default bridge - 1:34
Clustering - 2:15
Ceph storage - 3:10
Configuring HA for VMs - 4:11
LetsEncrypt certificates - 4:50
Configuring two-factor authentication - 5:40
Setup Proxmox server monitoring with InfluxDB - 6:26
Configuring Proxmox Software Defined Networking (SDN) - 7:05
Setup the new VMware ESXi Import tool - 7:57
Wrapping up the 10 tweaks for Proxmox - 8:42

Пікірлер: 44
@Glatze603
@Glatze603 2 ай бұрын
Very good tips Brandon! Thank´s a lot for your time and work.
@JasonsLabVideos
@JasonsLabVideos 2 күн бұрын
Brandon :). thanks so much for this, i'm just diving into Proxmox on my Protectli VP6650 box and its pretty sweet. I will have to link your video in my video i make !! Thanks again sir !
@ryanmalone2681
@ryanmalone2681 2 ай бұрын
Very useful. Just installed Proxmox and was already reading some of the exact documentation you referred to and a few items I was wondering about.
@johnvanwinkle4351
@johnvanwinkle4351 2 ай бұрын
Thank you for these tips! Great video! Keep up the good work!
@christopherpeterson6004
@christopherpeterson6004 2 ай бұрын
Main br0 should be management, then setup br1 as a vlan aware bridge for your vm's.
@ToddLuvsGolf
@ToddLuvsGolf 2 ай бұрын
Great video Brandon!!
@gerry2345
@gerry2345 3 күн бұрын
I like this vid. Good information on proxmox.
@goodcitizen4587
@goodcitizen4587 2 ай бұрын
Also do the "Proxmox VE Helper-Scripts"
@mansourq6512
@mansourq6512 2 ай бұрын
👍
@donireland6218
@donireland6218 2 ай бұрын
I was hoping you'd show HOW to implement these tips -- not just tell me I SHOULD.
@accesser
@accesser 2 ай бұрын
I've just moved my Intel NUC HOMELAB off ESXI, onto Proxmox , I'm loving having something fresh and new to play with. Perhaps a good topic to cover might be how local storage works inside Proxmox vs ESXI, the concepts are quite different , it took me a few reinstalls to get the local SSD/MVME storage right
@TazzSmk
@TazzSmk 2 ай бұрын
I guess the biggest caveat is ZFS destroying consumer-grade SSDs very quickly, but that's not the Proxmox problem
@scatamaran
@scatamaran 2 ай бұрын
High quality content
@synogeek
@synogeek 2 ай бұрын
Great stuffs!
@topdigitalgaming
@topdigitalgaming 2 ай бұрын
Thank you for the great video
@VirtualizationHowto
@VirtualizationHowto 2 ай бұрын
Thank you!
@mansourq6512
@mansourq6512 2 ай бұрын
You are doing a great job bro,thank you so much and keep up ...LIKED as always
@Trains-With-Shane
@Trains-With-Shane 2 ай бұрын
I use Netdata to monitor my proxmox rather than using InfluxDB and Grafana. When I tested InfluxDB, Prometheus, Grafama, telegraf, chronograf, etc. etc. Netdata won out as far as what used the least amount of compute and storage. I was trying to keep this host as lean as possible.
@Lunolux
@Lunolux 2 ай бұрын
but you need to install netdata on the host no ? i dont like the idea to install on the proxmox host
@mrpops2ko
@mrpops2ko 2 ай бұрын
@@Lunolux you do but its not a huge issue because you could do something like install docker or podman and then run everything through some carved out bindmount which effectively ensures that theres no overlap... as a general rule i also dont like the idea of installing things on the host but its not like you are going to be having some random plex install sitting there and serving data, its just a netdata monitoring solution and the insight is valuable enough imo to make the leap
@AndersonAraujo76
@AndersonAraujo76 2 ай бұрын
The default client never caused me any problems in the future, perhaps disabling some unnecessary monitoring or increasing the scraping time would solve it, I prefer to have a unified monitoring environment, both for vms, linux windows freebsd and baremetal, in this case node_exporter works very well , just save the binary in /usr/sbin and use a cron routine with pgrep or pidof calling node_exporter if the error return is different from 0 in Linux and FreeBSD, in Windows it changes a little because it is by installer
@mrpops2ko
@mrpops2ko 2 ай бұрын
hey awesome job on the video and great tips, it really helps i've found to flesh out a use case scenario for each of them or just explain how things are better with {x} over {y} solution edit: at the end you asked if any of us did anything different to you, i'd like to put out there that SR-IOV on a nic is really useful in building out performant VMs. I made the switch some year ago when I went 10gb and its been really nice giving each VM a proper nic rather than some software implementation.
@goodcitizen4587
@goodcitizen4587 2 ай бұрын
Also Dark Mode.
@JohnSmith-yz7uh
@JohnSmith-yz7uh 2 ай бұрын
I've never enabled vlan aware in the bridge, just added the vlan tag in the VM options. It did work
@christopherpeterson6004
@christopherpeterson6004 2 ай бұрын
@JohnSmith-yz7uh Yes, and if you also configure your network switch port as a trunk port, and your bridge is vlan aware, you can tag any VM into any vlan available on your network.
@AndersonAraujo76
@AndersonAraujo76 2 ай бұрын
The best and fastest way I found to migrate, at least from xen or xcp, is to create the vm in proxmox with disk capacities in zfs storage, get the disk path and via ssh using a fast hash and active compression stream via dd to destination disk. in xen I use vdi-export and vms with 50gb is done in just a few minutes
@bett0diaz
@bett0diaz 2 ай бұрын
awesome tips! I will check your ceph video. QQ(and maybe video material)... I have proxmox in a cheap desktop pc. The included NVME(no brand) died as de to hardware errors and I used it as boot and storage for the vm/containers disks. I also have some hdd's connected by sata, as I was using them in ZFS for a NAS(container with samba). Any recommendation on how to manage the storage in the future to prevent a hardware failure? Maybe server certified disks? Or a way to backup the main storage for proxmox to have a fast recovery? Thanks!
@hitechfl
@hitechfl 7 күн бұрын
ZFS will kill consumer grade SSDs fast.
@MarkConstable
@MarkConstable 2 ай бұрын
SDN EVPN-VXLAN video... please!
@eoeoeovideos
@eoeoeovideos 2 ай бұрын
Any idea How to automatize the setup of creating a VM from WHMCS? To take IP pool
@klzgh
@klzgh 2 ай бұрын
the sdn configuracion i don't understand. its like a i have a vnic predefined with a vlan?
@kerniger86
@kerniger86 2 ай бұрын
How to do offline backup of a ha enabled vm?
@xphiles2345
@xphiles2345 2 ай бұрын
moved all my esxi vms to proxmox and shut down esxi...running on an HP Elite Desk with 64GB of ram vs a Proliant G8 with 192GB, cant wait to see my next power bill. i tried that esxi import tool but got errors on all but 1 vm when attempting to import. I found it easier to just use the ovftool to do the import and did it on the rest of the vms without issue. Other than having to install the virtio driver on a couple and enable ide for Centos based VMs
@looncraz
@looncraz 2 ай бұрын
I found it easier to create a generic template for imported VMs and do an offline qemu-img convert directly to the ceph storage, then qm set the image to the VM. A couple VMs deviated from the basic template slightly (such as bridging the DMZ and a backend network to provide services or being allotted more/less memory/CPU shares/capacity/count), but the import was by script, just let it run overnight, then adjusted the ones that needing anything special. Went without a hitch.. just two more hosts to import and the transition will be all done!
@AndersJackson
@AndersJackson 2 ай бұрын
Does Proxmox SDN support IPv6?
@KARO69GRP
@KARO69GRP Ай бұрын
The thing is, I'm not using Proxmox at home in a lab at all. My boss thinks it's great though!
@kafadek825
@kafadek825 2 ай бұрын
Thanks for this. Although my forst step would be pls but a subscription if you can. We dont want another broadcom acquisition here.
@hubert9111
@hubert9111 Ай бұрын
on the monitoring step, you should never run the monitoring on the thing you want to monitor....
@WojciechKalka
@WojciechKalka Ай бұрын
Pretty silly to recommend ceph for beginners
@youtubevideos415
@youtubevideos415 2 ай бұрын
This channel has been great, when the content was about VMWare. But now all this Proxmox content and content about other virtualization software no one has even heard of sucks pretty much.
@alexandrequemy
@alexandrequemy 2 ай бұрын
Must be a troll, right?
@MHan-wp3tg
@MHan-wp3tg 2 ай бұрын
Must be an iPhone sheep user too. Knows nothing about anything outside the walled garden 😮
How to Install TrueNAS in Proxmox with HDD Passthrough!
12:14
Setting Up a Proxmox Backup Server
13:39
DB Tech
Рет қаралды 68 М.
🍕Пиццерия FNAF в реальной жизни #shorts
00:41
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 6 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 712 М.
Proxmox Automation with Proxmox Helper Scripts!
24:15
Techno Tim
Рет қаралды 58 М.
Proxmox vs ESXi in 2024
12:37
VirtualizationHowto
Рет қаралды 15 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 112 М.
Proxmox 8 Cluster with Ceph Storage configuration
16:38
VirtualizationHowto
Рет қаралды 89 М.
New Proxmox Import Wizard for Migrating VMware ESXi VMs
13:11
VirtualizationHowto
Рет қаралды 37 М.
Best Docker Containers in 2024
12:43
VirtualizationHowto
Рет қаралды 89 М.
Highly Available Storage in Proxmox - Ceph Guide
31:13
Jim's Garage
Рет қаралды 15 М.
Best Free Hypervisors in 2024
12:16
VirtualizationHowto
Рет қаралды 84 М.
Nutanix vs VMware in 2024
16:41
VirtualizationHowto
Рет қаралды 5 М.
اكلت كل الشوكولا🥹🍫
0:22
Zain -Alaa
Рет қаралды 67 МЛН
Please subscribe!!
0:19
なべの口呼吸な生活
Рет қаралды 36 МЛН
今流行ってる椅子取りゲーム
0:31
Gintube
Рет қаралды 71 МЛН
小天使过生日,她为什么不开心呢?#short #angel #clown
0:53
Super Beauty team
Рет қаралды 6 МЛН
это самое вкусное блюдо
0:12
Katya Klon
Рет қаралды 1,3 МЛН
They left the children in the car and went swimming themselves🌊😔
0:50