How to install Proxmox 8.3 - The Complete Guide 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 36

  • @Harvestminer
    @Harvestminer 3 หลายเดือนก่อน +3

    Omg. Thanks so much. I was trying to find a precise video and I found this one!!!!!

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  2 หลายเดือนก่อน

      Thank you for watching the video! I am glad you enjoyed it!

  • @WimVeen
    @WimVeen หลายเดือนก่อน +1

    Thanks for this clear explanation!

  • @sam28600
    @sam28600 12 วันที่ผ่านมา +3

    I got the same problem. Clean machine, downloaded the iso, installed, got 8.3.0, ran the upgrade commands, rebooted, still got 8.3.0. Tried to run the script, also get " this version of proxmox is not supported. requires 8.0 or later. "

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  9 วันที่ผ่านมา

      Yeah for some reason the Post Install Script for Proxmox is not working

  • @SutboxSutty
    @SutboxSutty หลายเดือนก่อน +1

    NIce i will go with you watching a lot of vids. but this one soubds great thanks. wish me luck

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  หลายเดือนก่อน

      I'm glad you enjoyed! I'm trying to get better and diversify my content too. So you might not see a bunch of videos at the same time about Proxmox but I do have a nice list of videos to make dealing with it

  • @manningcustom
    @manningcustom หลายเดือนก่อน +1

    I was doing great until I tried to use the script. it says " this version of proxmox is not supported. requires 8.0 or later. " mine is 8.3.0.
    any ideas?

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  หลายเดือนก่อน

      I didn’t encounter that issue with Proxmox VE 8.3.2 after updating to it. Ensure your Proxmox version is up-to-date by running the commands 'apt-get update' and 'apt dist-upgrade'. After that, execute the Proxmox VE Post Install Script in the shell.

  • @samerrustom1484
    @samerrustom1484 13 วันที่ผ่านมา +1

    You used this IP during the installatio 192.168.100.2 but you used another IP 192.168.86.2:8006 to access via the Chrome. Did you change the IP and how please?

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  12 วันที่ผ่านมา +1

      I think for that video I changed the IP off camera mid way through. It will continue to use the IP address that you set with the port 8006 to access it.

    • @samerrustom1484
      @samerrustom1484 12 วันที่ผ่านมา +1

      @@NetworkwithChrisYT I appreciate your swift response. I hope you can create a playlist from Zero to hero on Proxmox.

  • @ali_sus151
    @ali_sus151 หลายเดือนก่อน +1

    why does it tell me when i do the post install it says this version of proxmox virtual enviroment is not suported

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  หลายเดือนก่อน

      Make sure you are using the proper version of proxmox for this post install script to work

    • @manningcustom
      @manningcustom หลายเดือนก่อน +1

      @@NetworkwithChrisYT me to. i'm using 8.3

  • @CaptZenPetabyte
    @CaptZenPetabyte 16 วันที่ผ่านมา +2

    May I ask the rationale for setting High Availability to 'no' please?

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  15 วันที่ผ่านมา +2

      I set High Availability to "no" for a few reasons. First off, it helps save resources since we don't have to deal with the extra overhead that HA brings. Not every VM we run is critical, so they don't really need that level of redundancy. For things like test environments or less important services, a bit of downtime isn't a big deal.
      Plus, managing HA can get a bit complex, it just adds more to maintain. Sometimes, I prefer to handle things manually when something goes wrong, so I have more control over the recovery process. And honestly, HA isn’t always compatible with some of the apps we run, so it makes sense to keep it off for those cases.

    • @CaptZenPetabyte
      @CaptZenPetabyte 15 วันที่ผ่านมา +1

      @@NetworkwithChrisYT makes perfect sense and thank you for the comprehensive response, cheers. Thanks for the great videos

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  12 วันที่ผ่านมา +1

      No problem. Thank you for watching!

  • @luismarrero9293
    @luismarrero9293 17 วันที่ผ่านมา +1

    hello great video thanks ,but i just installed 8.3 and the script said not compatible with my version need to be 8.0 orlater but i have 8.3

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  15 วันที่ผ่านมา

      It should work. I know people have been having a lot of problems with the scripts. I will check it out more

  • @dohyea6093
    @dohyea6093 9 วันที่ผ่านมา +1

    Nothing happened with my recent 8.3 installation.

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  9 วันที่ผ่านมา

      Yeah for some reason the Post Install Script for Proxmox is not working

  • @ottarkvindesland3778
    @ottarkvindesland3778 หลายเดือนก่อน +1

    Nice video, unfortunately I get the error "Requires Proxmox Virtual Environment Version 8.0 or later." with a fresh installed Proxmox 8.3. Feel free to reach out if you wish to debug. My take is on your line 234 on your script should change
    if ! pveversion | grep -Eq "pve-manager/8.[0-2]"
    to
    if ! pveversion | grep -Eq "pve-manager/8.[0-3]"
    Would that solve the problem?

    • @manningcustom
      @manningcustom หลายเดือนก่อน +1

      I ran into the same problem. was this fixed?

    • @ottarkvindesland3778
      @ottarkvindesland3778 หลายเดือนก่อน +1

      @@manningcustom No, I guess it would be best if Chris fix it. I tried with the change I suggested but ran into other issues so it could be a few items to iron out for 8.3. He´s got good videos so I hope he keeps the standard up for the scripts too.

    • @NetworkwithChrisYT
      @NetworkwithChrisYT  หลายเดือนก่อน

      I didn’t encounter that issue with Proxmox VE 8.3.2 after updating to it. Ensure your Proxmox version is up-to-date by running the commands 'apt-get update' and 'apt dist-upgrade'. After that, execute the Proxmox VE Post Install Script in the shell.

    • @ottarkvindesland3778
      @ottarkvindesland3778 หลายเดือนก่อน +1

      @@NetworkwithChrisYT Very Odd. I downloaded Proxmox two days ago and re-installed right now with apt-get update and apt dist-upgrade and got the same errors:
      Start the Proxmox VE Post Install Script (y/n)?y
      ✗ This version of Proxmox Virtual Environment is not supported
      Requires Proxmox Virtual Environment Version 8.0 or later.
      Exiting...
      root@pm:~#
      With Proxmox 8.3, is it aconfolct with your sciprt line 234 with "pve-manager/8.[0-2]" ?

    • @ottarkvindesland3778
      @ottarkvindesland3778 หลายเดือนก่อน +1

      @@NetworkwithChrisYT I also see there are a couple of other comments along the same lines. Please feel free to reach out to me and we could do a video conference where you can do some debugging. I am sure it is a small issue but annoyingly persistent.