Files
Xen-Orchestra-xen-orchestra…/packages/xo-server
Bastien Nollet 7a18762da4 feat: technical release (#10334)
* feat(@xen-orchestra/xapi): 8.10.5

* feat(@xen-orchestra/backups): 0.74.2

* feat(@xen-orchestra/proxy): 0.31.9

* feat(xo-server): 5.208.2

* chore(CHANGELOG): update next
2026-09-01 16:26:11 +02:00
..
2025-07-23 11:50:46 +02:00
2026-09-01 16:26:11 +02:00
2024-02-09 11:25:06 +01:00

Xen Orchestra Server

XO-Server is part of Xen Orchestra, a web interface for XenServer or XAPI enabled hosts.

It contains all the logic of XO and handles:

  • connections to all XAPI servers/pools;
  • a cache system to provide the best response time possible;
  • users authentication and authorizations (work in progress);
  • a JSON-RPC based interface for XO clients (i.e. XO-Web).

Build Status Dependency Status devDependency Status


Installation

Manual install procedure is available here.

Compilation

Production build:

yarn run build

Development build:

yarn run dev

How to report a bug?

All bug reports should go into the bugtracker of xo-web.