• COM Port Windows guest VM to network

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Nested Virtualization in xcp-ng

    13
    1 Votes
    13 Posts
    229 Views
    Y
    @abudef Some quotes from the documentation to clarify the situation: https://docs.xcp-ng.org/compute/#-nested-virtualization
  • Memory Ballooning (DMC) broken since XCP-ng 8.3 January 2026 patches

    11
    0 Votes
    11 Posts
    212 Views
    M
    @dinhngtu Looking forward to that! I'll stick with the Rust guest utilities for the time being—hope to see that new release soon!
  • OpenBSD UEFI install/boot panics.

    3
    3
    0 Votes
    3 Posts
    138 Views
    semarieS
    Having help from OpenBSD side could be the way to go. Please forward your report to bugs@openbsd.org (with a link to this post too) For the record, I am able to reproduce it too (on XCP-ng 8.3 too, using OpenBSD -current).
  • Coral TPU PCI Passthrough

    47
    0 Votes
    47 Posts
    17k Views
    F
    @redakula said in Coral TPU PCI Passthrough: Frigate.nvr which is one of the popular uses for the Coral do not recommend it for new installs either. Frigate updated their recommendations because of the Google decision to sunset the device and because there are alternative options available to frigate for image inferencing. The coral is still supported though, and frigate is not the only use case or platform that can benefit from an accelerator. At the end of the day if you've already got the hardware, and it's efficient enough to run, then not using it is a waste or resources that could be allocated to other VMs.
  • [dedicated thread] Dell Open Manage Appliance (OME)

    Solved
    92
    1
    0 Votes
    92 Posts
    35k Views
    AtaxyaNetworkA
    Hello everyone ! I rebuild a new OME appliance with the latest version (4.6) Dell decided to give this appliance Proxmox, Nutanix and OpenShift compatibility, but no XCP-ng yet... If someone from Dell want to reach out about this, please contact me ! [image: 1771504614561-7f4cc1c1-90c4-4f30-94f8-cf109711cfd6-image-resized.png] What i did on the rebuild: Via live CD add xen-blkfront and xen-netfront driver, and rebuild the initrd change root password activate SSH. Via SSH sed -i -e 's/sda/xvda/g' /opt/dell/omc/utilities/tui/bin/ome_disk_config.sh sed -i -e 's/sda/xvda/g' /opt/dell/mcsi/appliance/scripts/appliance_resources.sh bash /mnt/Linux/install.sh # To install XCP-ng tools As usual, please send a DM if you want the link to the VHD Feedback is welcome ! (Disclamer: This build is something I create on my free time and to help people who have difficulty running Dell appliances on XCP-ng. I do not guarantee a fully functional appliance, but I do my best to make it work. If you have a support contract with Dell and require official support for OME, please contact Dell and request compatibility with XCP-ng.)
  • TrueNAS VM failing to start

    20
    0 Votes
    20 Posts
    915 Views
    Y
    @EddieA Ok, good that your setup is now fully operational ! Let's sort this as a self-resolved problem then for now. Don't hesitate to ping us again if the issue comes back.
  • update: vGPU w NVIDIA Tesla P4

    vgpu nvidia tesla p4 xcp-ng 8.3
    5
    1
    0 Votes
    5 Posts
    246 Views
    A
    Thank you all for information. I will try to virtualize GPU to Windows VMs.
  • order boot default

    7
    0 Votes
    7 Posts
    876 Views
    P
    @markxc could you tell us what endpoint you used ?
  • Remote syslog broken after update/reboot? - Changing it away, then back fixes.

    Solved
    32
    0 Votes
    32 Posts
    3k Views
    stormiS
    To elaborate: it was already in progress, but delayed due to 1. the fact that I underestimated the impact (I thought we'd overwrite the file only when we'd modify it, not every update the package) and 2. lots of other priorities keeping the team busy. But it's clearly the reminder, and the help in better diagnosing it, that allowed to have it re-prioritized and (partly, we've mostly bought time to fix it properly, by simply avoiding to touch the file at all at the moment) fixed so fast.
  • XCP 8.3: wsproxy and other swap... why?

    2
    2
    0 Votes
    2 Posts
    102 Views
    R
    I made a list of processes with a small bash script that I am attaching here [image: 1769612600385-screenshot-2026-01-28-alle-16.01.53.png]
  • Homogeneous pools, how similar do the CPUs need to be?

    17
    0 Votes
    17 Posts
    3k Views
    A
    Thank you! So in this case, if better option for me to join the hosts to existing pool and then shutdown VMs and start it on host with older CPUs. Thank you again!
  • Question on CPU masking with qemu and xen

    9
    0 Votes
    9 Posts
    1k Views
    A
    For documentation purposes, there's a more general step of "Any VM you can shut down, do". Live Migration is great for VMs which need to stay up, but it's not free, and not even cheep. You will get done quicker if you can shut down VMs you don't need, migrate fewer things, and then (re)boot everything at the end.
  • Unable to MIgrate VDI when host is low on free memory

    17
    0 Votes
    17 Posts
    816 Views
    nikadeN
    I just learned something new, thats awesome
  • Cannot Install Windows 10 in New VM

    39
    1
    0 Votes
    39 Posts
    6k Views
    M
    @dinhngtu I believe it was changing the guest TSC Mode that seems to have done the trick.
  • Gather CPU utilization of host as variable for prometheus exporter

    16
    0 Votes
    16 Posts
    4k Views
    S
    Yay! Santa came early this year!!
  • Pinning CPUs to dom0 - Does it really make a difference?

    2
    0 Votes
    2 Posts
    263 Views
    TeddyAstieT
    @hitechhillbilly no it doesn't, it just ensures the N-th vCPU of Dom0 only runs on N-th pCPU of the machine. Not sure about the practical impact of it, in the past it has been used for getting meaningful CPU temperatures from coretemp (with physical core matching virtual one), but that doesn't work anymore since Xen filters MSR accesses (including Dom0).
  • 0 Votes
    19 Posts
    3k Views
    olivierlambertO
    Hi, I can't tell it's the cause, but you should first use an officially supported client to manage it.
  • Install mono on XCP-ng

    2
    0 Votes
    2 Posts
    224 Views
    P
    @isdpcman-0 said in Install mono on XCP-ng: Our RMM tools will run on CentOS but fail to install because they are looking for mono to be on the system. How can I install Mono on an XCP-ng host so we can install our monitoring/management tools? Reply I think it is advised to consider hosts as appliances and not install any external packages (repos are disabled for that purpose, that's probably your issue for installing anything) even in case of clusters of many hosts in a pool, you should deploy same packages on all hosts to expect compliancy between hosts... better use SNMP to monitor you hosts ? or standard installed packages ?
  • 0 Votes
    6 Posts
    360 Views
    olivierlambertO
    Ah nice!