XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • acebmxerA

      Some dashboard loading issues with v6

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      21
      5
      0 Votes
      21 Posts
      370 Views
      acebmxerA
      Ok think i am making progress. I believe the stale token was a phantom issue or maybe was an issue with previous xo build, and AI just hung onto that idea. To the best of my knowledge the tokens seem to be working correctly. That is they update when i refresh or log out and log in. If i delete the token and log back it generates a new token. If i log in form a different computer it generates a new token for that login. I need to wait for the token to past its expire date/time. I think to real is actual problem is with the v6 dashboard issue. Last thing need to test is build another and export this config and import into new and see if it blows up. That's the first read. The two last_uses timestamps are: 10.100.10.131 → 1779489071582 (2026-05-22 22:31:11 UTC) 127.0.0.1 → 1779489074416 (2026-05-22 22:31:14 UTC) Both correspond to your fresh login activity and the tcpdump capture window. Now wait ~60 seconds and run it again: sudo redis-cli get xo:token:Olbs11w5o If the 10.100.10.131 timestamp advances to a more recent value, the v6 UI is sending the token cookie successfully on some requests — meaning the 401s on /dashboard are from a specific code path in the v6 UI that omits the cookie (upstream bug). If the timestamp does not advance, the v6 UI stopped sending the cookie entirely after the initial page load — which would be a cookie-scope or SameSite issue we can potentially fix on the server side. ❯ sudo redis-cli get xo:token:Olbs11w5o "{"client":"{}","created_at":1779488912916,"description":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36","user_id":"7e6d04ac-415e-4355-8dd6-3465467c7df1","expiration":1779524912916,"last_uses":{"10.100.10.131":{"timestamp":1779489071582},"127.0.0.1":{"timestamp":1779489074416}},"client_id":"itsdbb2c0ni"}" I ran it again after refreshing the browser a few times... ❯ sudo redis-cli get xo:token:Olbs11w5o "{"client":"{}","created_at":1779488912916,"description":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36","user_id":"7e6d04ac-415e-4355-8dd6-3465467c7df1","expiration":1779524912916,"last_uses":{"10.100.10.131":{"timestamp":1779489677313},"127.0.0.1":{"timestamp":1779489674082}},"client_id":"itsdbb2c0ni"}" The timestamps did advance: 10.100.10.131: 1779489071582 → 1779489677313 (+10 min) 127.0.0.1: 1779489074416 → 1779489674082 (+10 min) So after refreshing the browser, your valid session token is being used and last_uses updates correctly. That means the v6 UI does send the cookie on most requests — auth works for normal page loads and most API calls. But the /dashboard (401) polling continues independently of those successful authenticated requests. That's the smoking gun: the v6 UI's dashboard widget polls /dashboard without attaching the auth cookie, even when the rest of the app is properly authenticated. This is definitively an upstream XO 6 UI bug, not a problem with: This install script Your xo-config.cfg settings The NPM reverse proxy Your browser session Conclusions for your situation: The 401 noise is cosmetic — your XO works fine, the dashboard widget just polls a route it shouldn't (or doesn't authenticate the poll). Nothing in this project needs to change. The install script, config rendering, and Redis cleanup logic are all working as designed. The right next step is to report it to Vates at https://github.com/vatesfr/xen-orchestra: "XO 5.201.0 web (v6) polls /rest/v0/dashboard every 31s without auth cookie even when user is logged in, producing log spam and Redis warnings."
    • D

      xe-gues-utilities woes on openSUSE Leap 16

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      8
      0 Votes
      8 Posts
      120 Views
      D
      @MajorP93 that’s fine - I never use ballooning anyway so I guess I am covered good
    • stormiS

      XCP-ng 8.3 updates announcements and testing

      Watching Ignoring Scheduled Pinned Locked Moved News
      534
      1 Votes
      534 Posts
      239k Views
      acebmxerA
      I have issue with rolling pool update with 1 of my 3 pools at work. It was the last pool to be updated. Host 1 updated no issues. vms stopped migrated off host 2 to complete updates. Support ticket opened - Ticket#7758427. Found 1 vm with cpu stuck at 100% and unresponsive. Force rebooted vm and proceed updates on host2.
    • laszlobortelL

      V2V migration disk transfer speed

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features v2v migration disk transfer speed
      2
      1 Votes
      2 Posts
      34 Views
      olivierlambertO
      Question for @julienxovates (and @florent likely )
    • ForzaF

      Citrix or XCP-ng drivers for Windows Server 2022

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      19
      0 Votes
      19 Posts
      7k Views
      ForzaF
      @iams3le we have switched to the signed xcp-ng drivers. We also replaced our older 2022 servers.
    • D

      XCP-ng Windows PV tools announcements

      Watching Ignoring Scheduled Pinned Locked Moved News
      86
      0 Votes
      86 Posts
      16k Views
      D
      Hello all, Version 9.1.200 Release of the Windows PV tools has been released. Download the latest release here: https://github.com/xcp-ng/win-pv-drivers/releases It will be integrated into the XCP-ng built-in tools ISO after a test period of 2 weeks. This release brings bug fixes and improvements to the PV drivers. Changes since 9.1.146/9.1.152 Improved: Update XSTDVGA to v0.1.124.1151; add extra resolutions Fixed: Better compatibility with Xen block backends with large sector sizes Fixed: Fix more network unplug issues Improved: Driver optimizations