Don’t run Proxmox without these settings!

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 368

  • @heldmar
    @heldmar 5 місяців тому +31

    Hey Christian! First of all great channel, and thanks for such great videos! I am a Proxmox user for more than 8 years now, and most of the things you summarized in this video are really a must do. One thing I would recommend is setting up a VM in Proxmox, and connect primers to the Proxmox server and pass them through, if your VM is Linux for example, you can share those printers using CUPS and you will have the printers easily available for any device within your network without the need to even install them or configure it. I have done it, and I am able to print from Linux desktop, Windows desktop, Mac desktop, iPhones and iPads by simply using network printer, no driver hassle or ant other shannanigans! I hope this helps and also you can use this idea for your environment. Cheers!

  • @Merec
    @Merec 5 місяців тому +10

    Nice to have all those tips, I instantly added some of those to my proxmox environment.
    One addition: I've read, that you should select the CPU type "host" instead of the default selected "x86-64-v2-AES" when creating a VM. It simply performs better.

    • @christianlempa
      @christianlempa  5 місяців тому +12

      I don’t think that’s true anymore, and using the v2-AES does solve a few problems when doing live migration to other nodes that might have a different CPU model. More testing to come… :)

    • @andreas7944
      @andreas7944 5 місяців тому +4

      @@christianlempa It still performs better depending on the application. However, your point about live migrations is true. If you are not on a cluster, host is usually the best option - along with backups of course :)

    • @marcin6386
      @marcin6386 5 місяців тому +1

      I saw the benchmarks with host and they were better

    • @paul3151
      @paul3151 5 місяців тому +3

      Host is also required If you want to use cuda or something similar. Otherwise you will get Errors due to unsupported CPU

  • @aeonremnant
    @aeonremnant 5 місяців тому +111

    Great to see more Proxmox videos. Ever since VMWare did VMware things Proxmox is now the obvious answer.

    • @christianlempa
      @christianlempa  5 місяців тому +14

      Thanks! Hope to create more content about Proxmox in the future :)

    • @joester4life
      @joester4life 5 місяців тому +15

      Ever since Broadcom did VMware things Proxmox is now the obvious answer.
      Fixed.

    • @aeonremnant
      @aeonremnant 5 місяців тому

      @@christianlempa If you don't mind a suggestion, I'd love for there to be some actual documentation for people wanting to get RoCE or iWARP working with common stuff like iSCSI or SMB.
      Currently the only 'easy' way to get RDMA for a homelabber is Windows with SMB Direct or by using BTRFS, but nothing for TrueNAS or Proxmox.
      Would be a super big leap forward to have a big creator talking about the benefits RDMA offers, especially in a virtualization environment.

    • @UltralifeTech
      @UltralifeTech 5 місяців тому +5

      I prefer XCP-ng but to each their own

    • @jedilee
      @jedilee 5 місяців тому

      @UltralifeTech i hear you. Can you share just 1 or 2 points on why? I'm just curious.

  • @Darkk6969
    @Darkk6969 5 місяців тому +5

    Awesome video! Quick tip to keep things organized for VMs and CTs is make use of resource pools. I have few pools but most common are Production, non-production and testing. I use them to create different backup jobs so it don't waste alot of time backing up CTs/VMs when it only needs to be backed up few times a week or weekly. Plus when you create new CTs/VMs you can specify which pool to put it under.

    • @christianlempa
      @christianlempa  5 місяців тому +4

      Thanks! That's a topic I might have to take a closer look at ;)

  • @JoshRath
    @JoshRath 22 дні тому +1

    So... the very first tip solved the problem I have been facing for the last 2 months, since I jumped on the Proxmox bandwagon. Thank you. :)

    • @christianlempa
      @christianlempa  22 дні тому +2

      Oh really? Glad it was helpful! 😊👏

    • @JoshRath
      @JoshRath 22 дні тому

      @@christianlempa Shockingly, yes. Searching online, I was searching the wrong thing, clearly lol.

  • @maxherman11
    @maxherman11 5 місяців тому +8

    Please keep doing these videos! When I eventually switch from ESXi to Proxmox, these will be INVALUABLE!

    • @christianlempa
      @christianlempa  5 місяців тому +2

      I haven't used ESXi myself a lot, so I can't talk about it, really. But I'm planning to do more "best-practices" videos about different tools and programs, I think that's gonna be a great series :)

  • @trailactor1617
    @trailactor1617 5 місяців тому +4

    A great video as always. Speaking about backup options i have always been struggling on finding a good description on how to backup the host itself and not just the VMs. Pretty regularly some minor tweaks are required to be made in the host which is usually an effort that should be re-done on system drive failure scenario.

    • @christianlempa
      @christianlempa  5 місяців тому

      Glad it was helpful!

    • @camaycama7479
      @camaycama7479 5 місяців тому

      You answer is Proxmox Backup Client (CLI).
      Proxmox Backup Server is only for VMs and CTs.

    • @RomanShein1978
      @RomanShein1978 7 днів тому

      Pretty regularly some minor tweaks are required to be made in the host which is usually an effort that should be re-done on system drive failure scenario.
      - The first and easiest step to perform is to add a boot partition mirror. It is easy process, when you have proxmox running on ZFS.

  • @RyanMartin-c8f
    @RyanMartin-c8f 3 місяці тому +1

    Easily the best home server educator on the web. Keep up the great work, Love your Channel.

  • @RomanShein1978
    @RomanShein1978 7 днів тому

    Consider adding automatic VM-, CT-snapshot to your setup. It is especially useful for big VMs (like virtual backup servers), where backup is not feasible. I had cases of the not graceful shutdowns with disk corruption (despite having VHDs in a write-through mode). The roll-back to a snap-shot was enough to salvage the VMs. The roll-back is much faster to restore a screwed VM too.

  • @cheebadigga4092
    @cheebadigga4092 5 місяців тому +38

    edit: my comment is wrong, sorry about that. I mixed up the general recommendation for Debian-based distros to use either "apt full-upgrade" or "apt dist-upgrade" instead of "apt upgrade" (not specific to Proxmox) with "apt full-upgrade" vs "apt dist-upgrade". And that mix-up kinda stuck in my head for the longest time lol.
    please please please please please stop using apt dist-upgrade. Always use apt full-upgrade, which is also recommended by Proxmox

    • @RobertLaneTech
      @RobertLaneTech 5 місяців тому +6

      'apt full-upgrade' is just 'apt dist-upgrade' with the package cache being cleared when done. Proxmox discourages 'apt upgrade' because it will not install additional packages if required when updating installed packages.

    • @cheebadigga4092
      @cheebadigga4092 5 місяців тому +6

      @@RobertLaneTech lol you just answered why nobody should never use dist-upgrade

    • @beerfarmer1828
      @beerfarmer1828 5 місяців тому

      @@cheebadigga4092lol why the fuck would proxmox then use “apt-get dist-upgrade” every time you update through GUI. Given your advice that we should “NEVER” use it, it sure looks strange that Proxmox guys didnt fix their own shit yet.

    • @TayschrennSedai
      @TayschrennSedai 4 місяці тому

      I just see Nala I'm sure it'll be fine🎉

    • @pitzera
      @pitzera 3 місяці тому

      Do you have a source for your claim? A simple Google search shoes that they both do the same, one is just the old name from apt-get, the other from the new apt (which bundles the separate commands into one)

  • @officialsterlingarcher
    @officialsterlingarcher 2 місяці тому

    Just came across your channel for the first time and now I'm mad I never found you before! Subscribed, looks like you have some really helpful videos!!

  • @patrickdee7365
    @patrickdee7365 4 місяці тому +1

    I'll very likely watch all of your Proxmox videos this was higher quality content than I expected since I use them for many years

  • @gernhardreinholzen1448
    @gernhardreinholzen1448 5 місяців тому +4

    The part of configuring the DNS Zone in Clouflare is missing completely.

  • @pablopiquerez7298
    @pablopiquerez7298 Місяць тому

    Hi Chris, great video as always! The only co meant is that (me) being an “older” IT guy need a little bit of a slower pace 😂. I would like for you to do an updated version on how to create and use valid certificates to avoid the annoying messages . Keep up the good work, love your content!

    • @christianlempa
      @christianlempa  Місяць тому

      Thank you so much! :) :) I will try to slow down a bit! Agreed :D

  • @yerunski
    @yerunski 5 місяців тому +1

    What I always do, just a small thing, I disable 'Use tablet for pointer' on each VM. I just like to disable things I don't need.
    For the certificate section, I created my own self signed certificate valid for 10 years. Since I'm only using it in my local network environment and it's not exposed to the internet.
    Downside is that I need to install the root certificate on each device I access the web portal from. But it has to be done once only of course 😉
    Great video Christian!

    • @damiendye6623
      @damiendye6623 5 місяців тому

      So you crumple the console mouse then as tablet mode allows absolute positioning based on the screen

    • @yerunski
      @yerunski 5 місяців тому

      @@damiendye6623 Most of my VM's are Linux (Ubuntu) servers without a GUI. Recently I tried Ubuntu 24 desktop (so with a GUI). The option is turned off but I have no problem whatsoever with the mouse cursor when connected to the console in Proxmox.

    • @BoraHorzaGobuchul
      @BoraHorzaGobuchul 5 місяців тому

      ​@@damiendye6623this needs further study - I've seen the advice to disable the tablet thing in a few other videos, but there is was to avoid certain issues iirc

    • @yerunski
      @yerunski 5 місяців тому

      @@damiendye6623 I remember I replied to this yesterday but UA-cam probably deleted my comment. Let's try again. Most of my servers are Ubuntu LTS without a GUI. I have 1 Ubuntu Desktop VM with this feature turned off and I have no problem using the cursor.

    • @mckuuurdsonyoutube141
      @mckuuurdsonyoutube141 Місяць тому

      Curious, are you just running the self signed certificate to have an extra layer of security on your internal lan cause I guess it would still encrypt it based on the keys? As I understand it self-signed really is only for testing since MITM attacks would be simple still since if they breached your network they can overcome your encryption since there is no 3rd party validation to gain access to your traffic. With no external access I just wonder if the juice is worth the squeeze? Cause it doesn't get rid of your warning screen on the browser does it?

  • @iuhere
    @iuhere Місяць тому +4

    @09:22 instructions missing for creating api token. Do we need read access or write / edit access on all resources or what type of resource could only be added for the certificate handling business. The crucial steps were jupmed from that to straight up add your email and token here.

  • @thadrumr
    @thadrumr 5 місяців тому +9

    Our main virtualization expert at work gave a REALLY great explination of CPU provisioning. One thing to keep in mind is that the numbrer of VCPU's assigned to a vm the CPU needs to have free and not already allocated to another vm in the QUE. For example if you assign 8 cores to a VM it would need 8 cores not already que'd to another VM. Even if the task the VM needs to run is a small task and doesn't require all 8 cores at that time it still needs to have the number of CPU cores available and not already allocated to another VM in the que. This means that a lot of times VM's that are over provisioned will actually run worse and lowering the number of CPU cores can actually increase performance. I am not sure how to see que times in Proxmox but this was an issue we were seeing at work with some of our VMware servers but the concept is still the same.

    • @autohmae
      @autohmae 5 місяців тому

      How ? Create graphs with context switches. Is 1 way to do it.

  • @peterhansert4245
    @peterhansert4245 2 місяці тому

    Hey Christian, thanks for the insane amount of learning videos, I already learnt a lot!
    I am very new and just built my first Homeserver.. Elitedesk 800 G3 Tower with i5-7600T, 32GB DDR4 & 2x 4TB WD Red Pro + 1x 240GB SSD just in case.
    Nextcloud / NAS ; Home assistant (small environment) ; PiHole / Adguard ; MediaServer (Plex, Jellyfin, Kodi) ; Paperless NGX
    Am trying to be as efficient and low power consumption as possible, currently Idle at 20.5W (might change to an i7-7700 due to same price and most likely same Watts usage?!)
    I just setup my first Proxmox and used ZFS as Filesystem as it was recommended but I saw in 13:05 you're using LVM. I couldnt find any explanation on your channel as of why you chose it.

    • @christianlempa
      @christianlempa  2 місяці тому +1

      Thank you for the great feedback! I've not looked at ZFS because of the memory usage in Proxmox, I think when I upgrade to a cluster, I'd look into Ceph, but for now I'm happy with just LVM and regular backups to my virtual NAS :)

  • @MrEric377
    @MrEric377 5 місяців тому

    Thank you!
    thank you!
    thank you!
    I had heard of twingate, but being stubborn I just kept me VPN as it is setup and "works". But now that you bring it up, I should at least try twingate and maybe move away from my VPN. To me the point of a homelab is to explore, try new things and most importantly learn new things. Thanks again for your video.

    • @christianlempa
      @christianlempa  5 місяців тому

      You're welcome! New video about twingate is also in the works ;)

  • @IdAdvancedmonkey
    @IdAdvancedmonkey 3 місяці тому +7

    9:23 - creating api token - cloudflare offers templates when creating the API token - is there a specific template that needs to be used or some fuller guide that you've done in the past for setting the permissions required ?

    • @StudioChimps
      @StudioChimps 2 місяці тому +1

      would be good to know. I could not get rid of the not secure despite successfully downloading the certs in proxmox

    • @MrDhukin
      @MrDhukin Місяць тому

      I just used Christian Lempa's method and it worked. I had a cloudflare token already created from previous attemps for which I had saved the details. I chose the custom template option with the following:
      Token name: DDNS
      Permissions: I added three permissions:
      Zone, Zone Serttings, Read
      Zone, Zone, Read
      Zone,DNS,Edit
      Zone Resources:
      Include, All zones from an account, [my account was selected here]
      Client IP Address Filtering: I didn't have anything set here.

    • @IdAdvancedmonkey
      @IdAdvancedmonkey Місяць тому

      @@MrDhukin thanks for the heads up. Useful info.

  • @flo4650
    @flo4650 3 місяці тому +1

    Thanks for this nice video! I never knew that someone that sounds like Stefan Raab would help me with proxmox ;)

  • @deuyanon
    @deuyanon 5 місяців тому +3

    Do you have any plans on implementing/using IPv6 in your Home Lab ?

    • @christianlempa
      @christianlempa  5 місяців тому

      Ah that's one of these topics I wish I had more time for...

  • @mikeshorey716
    @mikeshorey716 5 місяців тому +1

    Thanks for the video! This made me go back and visit my email notification settings that I had set up in a sort of hacky way since VE 7 something. Thought I'd give the notifications configuration via gui another shot based off this video and it worked so thanks! I'd much rather have the settings configured in the GUI than some manually hand-jammed postfix configs. Makes it much easier to remember what I did and how things are configured this way!

  • @praetorxyn
    @praetorxyn 5 місяців тому +2

    Good timing. I have a Minisforum MS-01 sitting next to my desk that will be my first ever Proxmox host, but the RAM doesn't arrive til Monday I think, and the WD N700 2TB SSDs I ordered were on back order, so they're not supposed to get here til Wednesday.
    The first thing I want to do with it is stand up a Debian VM to serve as my Docker host, and move all my Docker containers off my Synology NAS onto there. I am however a tad leery about the virtualized storage, as I just don't know if I like the stuff being wrapped up in virtual disks with snapshots backed up to the NAS, as opposed to backing up the actual files themselves to the NAS, then backing them up offsite to Backblaze B2 or something. Can you speak to this? Like... if I have snapshot backups and Proxmox gets hosed, if I setup Proxmox again will restoring those snapshots work?

  • @sivi151
    @sivi151 5 місяців тому +3

    For backups i think having a PBS server virtualized is much more better. Deduplication is key!

    • @Glatze603
      @Glatze603 5 місяців тому +2

      Only bad if your proxmox host crashes and all your vm's are down. I have 2 pbs as vm on different proxmox hosts for my daily vm backups (with sync jobs from each other every night) and I have one bare metal pbs with sync jobs for my 2 vm-pbs (once a week). So if one proxmox host crashes, I have one pbs on another host and if both crash, I have a separate one on bare metall.

    • @christianlempa
      @christianlempa  5 місяців тому

      Maybe that's a good idea for a future video. But I'm not a big friend of deduplication tbh :P

    • @kzyho
      @kzyho 28 днів тому

      @@christianlempa Why?! :O

  • @FrontLineNerd
    @FrontLineNerd 4 місяці тому

    There goes my Saturday. I need to set up those ACME cloud flare plugins. That’s very cool.

  • @MarcNoel-x5e
    @MarcNoel-x5e 4 місяці тому

    That was an awesome video and you are an excellent communicator. I am new to Proxmox but your approach really simplified things for me. Many thanks!

  • @c0p0n
    @c0p0n 5 місяців тому +2

    Just a heads up that Proxmox backup server is far better than NFS for backing up proxmox vms and cts as it deduplicates chunks, which makes backups there in effect "incremental"

  • @jifgif
    @jifgif 5 місяців тому +1

    MOAR Proxmox videos please!

  • @willrun4fun
    @willrun4fun 5 місяців тому +2

    Saved video to my Homelab Resources playlist. Good stuff.

  • @nickswebtsv
    @nickswebtsv 5 місяців тому +2

    Finally fixed my broken notifications for my backups. Thank you.

  • @neptronix
    @neptronix 29 днів тому

    I'm a newbie and this was very helpful, thanks!

  • @zyghom
    @zyghom 5 місяців тому +6

    nice list but seriously speaking using Proxmox Backup Server is way better than "just backup" - PBS gives more options for restoring i.e. selective restoring etc. It is very easy: just one more VM and storage for it from NAS

    • @christianlempa
      @christianlempa  5 місяців тому

      Well, we need some topics for future videos as well right? :D

    • @zyghom
      @zyghom 5 місяців тому

      @@christianlempa buhahhaha ;-)

    • @kzyho
      @kzyho 28 днів тому

      ...and it has a great deduplication which saves us much storage. I've just wanted also to mention PBS after watching.

  • @bdhaliwal24
    @bdhaliwal24 5 місяців тому

    I installed twingate and it works great. Better than the cloudflare option

    • @basdfgwe
      @basdfgwe 5 місяців тому +2

      why is it better ?

    • @christianlempa
      @christianlempa  5 місяців тому

      Nice to hear! :)

    • @proc_1
      @proc_1 27 днів тому

      ​@@basdfgwe Cloudflare (according to some reddit threads) seems to disallow anything that is multimedia. So no plex/jellyfin.

  • @adamturtle69
    @adamturtle69 2 місяці тому

    Was ist ein tolles Video. Deine it skills sind wirklich bewundernswert. Und in diesem Video hast du auch mal nicht so schnell gesprochen so dass ich dem sogar folgen kann mit meinem schlechten Englisch. Und meinen geringen proxmox Erfahrung. Wirklich sehenswert und weiter so. Der IT Rentner mit 55😊.

    • @christianlempa
      @christianlempa  2 місяці тому

      Vielen Dank! :) Freut mich, dass es dir gefallen hat

  • @Glatze603
    @Glatze603 5 місяців тому +1

    Hi Christian, for backup your vm's you should use 1 pbs (as vm) on every proxmox host with daily replication to each other. If your host 1crashes, you have no more access to your backups, because your nas is down, too. In my case, you have 1 pbs with backups of every vm on both proxmox hosts.

    • @christianlempa
      @christianlempa  5 місяців тому

      That's an interesting use-case. Haven't thought about this before :D My plan is to build a new storage server in the next months and use this as a central storage for backups and vm disks, maybe that helps :)

    • @paul3151
      @paul3151 5 місяців тому

      I do the Same. Best Case!
      Also the Chance to verifiy Backups and also reverify has incredible value!

  • @gaidin
    @gaidin 5 місяців тому +1

    Great timing for the release of this video....I needed this checklist very much. Thank you!

  • @mistakek
    @mistakek 5 місяців тому +1

    9. Proxmox Backup Server - Set up a PBS vm with HA, and point it at your NAS.
    PBS gives you deduplication and verification of backups. Save space and check your backup files.

  • @kenpark4783
    @kenpark4783 4 місяці тому

    Great info Christian. You've got a new subscriber. Thanks for the video!

  • @stevefxp
    @stevefxp Місяць тому

    Hi Christian...thanks very much for this. Do you use a Proxmox backup server in your environment or do you just backup with PVE?

    • @christianlempa
      @christianlempa  Місяць тому

      Thanks! :) No, I just store the backups on my NAS

  • @SUNMorph
    @SUNMorph 3 місяці тому +1

    Thx for the Great Video. Can you pls tell me what addon or Terminal you use for Mac in the Trusted TLS Part. maybe you have an Video about it in your Channel?

  • @matthiashavrez
    @matthiashavrez 5 місяців тому +1

    this is one of those videos that are game-changing. Anyone who wants to setup a proxmox server, a proxmox cluster even, will be able to have a solid configuration base for that.
    congratulation for making such a rich and useful video, and thank you :)

  • @romayojr
    @romayojr 5 місяців тому +2

    love your content, christian! thanks for another helpful video.

  • @MrknisterKanister
    @MrknisterKanister 20 днів тому

    This was very nice to ramp up my knowledge. In general I would be very interested in seeing how a nice storing setup in proxmox would look like. Do I have a storage for different data separated to control the access ? So all in all what type of storage I choose depending on the type of data.

    • @christianlempa
      @christianlempa  16 днів тому

      Good point! I still have Ceph on my list to review, but that's not gonna happen until mid next-year, as I have to buy 2 new servers for this project 🙈

  • @dinkidink5912
    @dinkidink5912 4 місяці тому +1

    I'm guessing you've heard of Proxmox Backup Server, I run it as a VM and backup to my NAS which is a separate machine on the network.

  • @Malli2602
    @Malli2602 5 місяців тому

    Single node cluster 😂
    You made my day.

  • @javalex561
    @javalex561 4 місяці тому

    Hey Chris, given the choice, would you run esxi w/ vsphere or proxmox?

  • @dizzle397
    @dizzle397 4 місяці тому

    Hi Christian, in the Certificate section you mentioned you used a load balancing object to determine which node is active. What did you use to achieve that? Keepalived perhaps?
    Btw, keep up the good work and awesome videos 😊

  • @ronaldvargo4113
    @ronaldvargo4113 4 місяці тому

    Christian, as always great video, a question that I can't seem to find a answer to is how Proxmox handles SSD drives and the "Trim" command to reclaim the stale blocks. Many mini PCs are NVME-SSD and by default Proxmox will partition the NVME for the OS and then make a "thin" partition for the VM's and LXC's. In my case I have a small NVME's in my Mini PC with a SATA SSD for the containers and their disks. This is partitioned as ZFS to allow for HA support of VM's and LXC's. Reading though the documentation there are ways to configure Trim in ZFS but there is also some blogs that talk about having the VM guest OS also issue trim. In the case of LXC's I have no clue on what would need to be done. Maybe you can do a video on storage options and best configuration options for various types of storage based on the VM/LXC?

  • @FrankMankel
    @FrankMankel Місяць тому

    Very helpful Video. Thank you very much.

  • @Chiramisudo
    @Chiramisudo 3 місяці тому

    How would you recommend configuring full disk encryption for either your full Proxmox install (and all derivative Guests / provisioned Disks) or on a Guest-by-Guest basis? I'm moving toward a more "paranoid" security model to protect my sensitive data in case of a theft or whatnot. I've been far too lazy about that, and I'd like to be prepared for the unexpected.

  • @ricardog2165
    @ricardog2165 5 місяців тому

    Excellent as always. Didn't think certificates would be so easy 👍

  • @Mandolorian84
    @Mandolorian84 5 місяців тому

    Great video Christian and nice intro! thank you for all the tips.

  • @tmasaitis
    @tmasaitis 2 місяці тому

    Christian, thanks a lot, as always, extreamly interesting!!!

  • @IvanRosaT
    @IvanRosaT 3 місяці тому

    great content!, how did you manage to have bullet colors for the VM? (purple, violet, green....)

    • @christianlempa
      @christianlempa  3 місяці тому +1

      Thanks! That’s when you add tags and change the style of the view

    • @IvanRosaT
      @IvanRosaT 3 місяці тому

      @@christianlempa Thank you!!!!!

  • @ImARichard
    @ImARichard 5 місяців тому +1

    Awesome video! I know what Im doing when I get home today.

  • @RickSlone
    @RickSlone 5 місяців тому

    Thanks for the great video! Its always good to have solid standard practices for systems

  • @fixplizz
    @fixplizz 5 місяців тому

    what would you exclude or recommend if you need to use proxmox at work in a corporate environment or office?

  • @Jaabaa_Prime
    @Jaabaa_Prime 5 місяців тому

    19:17 One thing against using a VM as your storage server is if you are backing up your VM(s) to that VM. If that server gpes down, you can't access the backup.

    • @christianlempa
      @christianlempa  5 місяців тому

      That's right. But I think the situation would be either a VM has a problem, which I can restore from that backup. Or when the backup VM has a problem, then the other VMs would be still running, so I have enough time to repair it. If everything fails, well, you're screwed anyway :D

    • @Jaabaa_Prime
      @Jaabaa_Prime 5 місяців тому

      @@christianlempa So your backups aren't on your NAS? Are they stored somewhere else, another NAS?

  • @JanVokas
    @JanVokas 2 дні тому

    I see one flaw in your setup. You are having backups on the nas-prod-1, and the boot drive of the nas-prod-1 (truenas) is lvm drive on physical prx-prod-2. You can backup the nas-prod-1 also without any problem, but then you have all the backups on the physical drives of the virtual machine. If everything dies, you'll have hard times to reconstruct the truenas machine itself. Having similar setup I'm backing up the backup machine (proxmox-backup system in my setup) system itself to the external drive.

  • @ClayZeballos
    @ClayZeballos 5 місяців тому

    Thanks man! Hugs from Brazil!

  • @craigw4644
    @craigw4644 5 місяців тому

    Thanks Christian. Learned a couple tips I'll be implementing.

    • @christianlempa
      @christianlempa  5 місяців тому

      Thank you so much! :) Great it helped you

  • @Yaegermeister163
    @Yaegermeister163 5 місяців тому +1

    Did I hear you correctly when you said that you have your truenas vm on your proxmox machine?

  • @Lunolux
    @Lunolux 5 місяців тому

    great video, didnt know gotify was in the list for the notification
    thx

  • @selmac59
    @selmac59 5 місяців тому

    Thank you, you help me to solve my problem with pro mod and terraform with your videos

  • @dean.kannenberg
    @dean.kannenberg 5 місяців тому

    Great Video again. Thanks for that great one. Some of these settings was new to me and look really beneficial :)

  • @NicolajLock
    @NicolajLock 5 місяців тому

    Thanks a lot. I really appreciate your videos. You are excellent at explaining the topics you cover.

  • @TayschrennSedai
    @TayschrennSedai 4 місяці тому

    I both love this video and your other videos while also cannot get over my wwii obsessed childhood and keep expecting angry German yelling 😅

  • @chrisumali9841
    @chrisumali9841 5 місяців тому

    Thanks for the demo and info, have a great day

  • @repairman2be250
    @repairman2be250 5 місяців тому

    Thank you for your video and great information on Proxmox. How do you backup your Proxmox Server?

  • @GrimSpec
    @GrimSpec 5 місяців тому

    Thank you Christian for great vid I've already updated my checklist for new deployemnts according to this :)
    By the way would you recommend using your existing Let's Encrypt certificate from Traefik and importing it to each node, or would it be better to perform the DNS challenge from Proxmox for the same domain?

    • @christianlempa
      @christianlempa  5 місяців тому +1

      Awesome thank you! :) I would issue the certs on Proxmox instead of importing, because you also get auto-renewals from ACME on Proxmox.

  • @urzaaaaa
    @urzaaaaa 5 місяців тому

    Great video! Didn't know proxmox has its own mechanism for acme dns challenges..

  • @fredrikhansen75
    @fredrikhansen75 5 місяців тому

    Many thanks for this video, very useful!

  • @dukeseb
    @dukeseb 5 місяців тому +1

    Lots of good stuff in this video

  • @mrnmrk6191
    @mrnmrk6191 5 місяців тому +1

    Would u make a video talking about attaching a storage, pool, or single disk shared over all the virtual machines?

    • @christianlempa
      @christianlempa  5 місяців тому

      I'm planning to make a video just on storage in Proxmox, but I need much more time for testing to be confident what I'm talking about ;)

  • @ArturoAraya
    @ArturoAraya 3 місяці тому +1

    Virtualizing your NAS is fine... until you try to upgrade and reboot the node with the virtualized NAS, at which point expect all your VMs that rely on that NAS to start to fail. This means functionally you now have a single point of failure on that one node. For me this means that node hardly ever gets updated. Unless of course I migrate it to another node, but that's not possible since the drives are only part of the one node, meaning there is no possibility of migration.
    I had someone talk me into virtualizing my NAS but they neglected to mention any of this. If you have a single-node cluster then you're fine. Otherwise a dedicated NAS is absolutely the way to go. Not enough people address this real-world problem of virtualizing a NAS in Proxmox.

  • @LiviuPavel
    @LiviuPavel 5 місяців тому

    @ Christian Lempa, with windows VMs did you not encounter issues with the nic as virtio when using VPNs inside the VM? I had dropouts until I changed to intel NIC, yes 1000 mbps limit, but no issues otherwise.

  • @TheChosenOne-KQX
    @TheChosenOne-KQX 2 місяці тому

    What ssd are you using for proxmox OS? I have heard normal SSD has a fast degradation issue with proxmox. My budget is not so high and I am deciding to do a small homelab setup. Do you have any recommendation? I only doing one SSD setup for my proxmox OS.

    • @christianlempa
      @christianlempa  2 місяці тому

      I'm using cheap SSDs, doN't know the exact model, but I personally never encountered any issues. High quality SSDs are of course better when it comes to long-term reliability, but because I'm building so many servers from time to time, I think those cheaper ones do their job ;)

  • @maxdiamond55
    @maxdiamond55 5 місяців тому

    Thanks Christian , great essential content.

  • @dimovstanimir
    @dimovstanimir 5 місяців тому

    Great video my friend, I've learned some thing today ;)

  • @Alpejohn
    @Alpejohn 2 місяці тому

    What about UPS battery backup that shuts everything down gracefully if the power goes out?
    Possible to use WinNut or is there functions built in for this?

  • @berkertopuz9406
    @berkertopuz9406 5 місяців тому

    Do you think it is a good practice to hypervize Truenas? Also, what do you think about Cockpit for that purpose?

    • @christianlempa
      @christianlempa  5 місяців тому

      There's no reason I could think of why you should or could not run a storage server in a VM. But it comes with a few caveats, in terms of organization and flexibility. maybe worth another video ;)

    • @berkertopuz9406
      @berkertopuz9406 5 місяців тому

      @@christianlempa If Proxmox fails for some reason, the storage would also go down, that's why I think some people suggesting bare metal. Thank you for your efforts!

  • @davidro606
    @davidro606 5 місяців тому +1

    I mean for backups it is better to use Proxmox Backup Server instead of NFS

  • @raymondcarr2615
    @raymondcarr2615 5 місяців тому

    Thanks for the video, very instructive.

  • @bearhntr928
    @bearhntr928 Місяць тому

    How do you get all those colors in Proxmox indicating the 'type' of VM? Both in the SEARCH view and in the left-hand column.

  • @Jarek.
    @Jarek. 5 місяців тому +3

    12:59 LVM and not ZFS?! Nah… 😉 Great video though 👍👍👍

  • @cbaservs
    @cbaservs 5 місяців тому

    very useful information Christian....vielen dank

  • @goddessofwar4955
    @goddessofwar4955 5 місяців тому +1

    One thing that is a problem.. or I'm prepared for a problem.. Microsoft and Google both have said they will stop allowing for SMTP TLS, as starting this fall they ill require MFA on send. I'm -really- interested in any sort of plan there is in the works for notifications after we cross that with Google and Microsoft.

    • @GT500Shlby
      @GT500Shlby 5 місяців тому

      smtp2go or run your own smtp relay that can talk to M365. Proxmox has an email server.

  • @refreco
    @refreco 5 місяців тому

    Thanks Christian, love to get the information with a high density. I do have a Proxmox 7.4-18 installation, which is the latest on Release 7. How to switch to Release 8?

    • @christianlempa
      @christianlempa  5 місяців тому

      There's a pretty nice guide on their website: pve.proxmox.com/wiki/Upgrade_from_7_to_8

  • @ltonchis1245
    @ltonchis1245 5 місяців тому

    Thanks for the video BUT what do you think about ttek Proxmox VE Tools ? there's like 14!

  • @bearhntr928
    @bearhntr928 Місяць тому

    What settings do I use on CloudFlare for creating the API token? What rights?? When I did that for HomeAssistant, I was told to use Zone:Read, DNS:Edit

  • @diegosanchezhernandez7160
    @diegosanchezhernandez7160 5 місяців тому

    Guter Tag Christian, Thanks a lot for the video, it helps a lot, I got a very strange behaviour, in my Proxmox environment, I have truenas running with a pool for shared information. So far good, but if I check the size of the truenasvm each day is increasing its size by 500mb per day, and I cannot figured out why, have you ever have a scenario as mine?, do you have any idea?

  • @EnricoAnsaloni
    @EnricoAnsaloni Місяць тому

    For Let's Encrypt certificates, I prefer managing them on a reverse proxy, I'm using nginx-proxy-manager docker image in a docker virtual machine. Also I just make a wildcard certificate for everything in my domain so I don';t have to enter every VM hostname in the request to Let's Encrypt

  • @jonaskaninda8348
    @jonaskaninda8348 5 місяців тому

    Great video. Thanks for sharing with us

  • @Goldengate1971
    @Goldengate1971 5 місяців тому

    Great video and great tips! thx!

  • @dmkanter
    @dmkanter 5 місяців тому

    thanks, these are great!

  • @drbyte2009
    @drbyte2009 5 місяців тому

    Again a verry usefull video !

  • @Flackon
    @Flackon 5 місяців тому

    What do you recommend to use as SMTP server?

    • @christianlempa
      @christianlempa  5 місяців тому

      You can use any email provider like gmail, of365, or self-hosted mail servers. SMTP is standardized and works with most providers

  • @Br4mVAL
    @Br4mVAL 5 місяців тому

    what do you think about proxmox helper scripts? have you made a video about it before?

    • @christianlempa
      @christianlempa  5 місяців тому

      No idea which helper you're referring to

  • @dominic-ryan
    @dominic-ryan 5 місяців тому

    3 node cluster connected via 10Gbps with local storage: ZFS or Ceph?

    • @christianlempa
      @christianlempa  5 місяців тому

      Good question, I will do some experiments with Ceph at some point :)