The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2015-02-03 14:34:15 +01:00
bin CLI is now installable via npm & testable. 2014-05-30 10:38:37 +01:00
src Correctly handle WebSocket send errors. 2015-02-03 14:34:15 +01:00
.editorconfig Unit tests for fiber utils. 2014-02-18 10:22:58 +01:00
.gitignore Config file can now be in /etc/xo-server & basic help message. 2014-08-14 16:05:23 +02:00
.jshintrc Update JSHint config. 2014-08-12 16:13:28 +02:00
coffeelint.json Add coffeelint config. 2014-09-12 20:55:40 +02:00
index.js Enable ES6. 2015-01-27 18:26:32 +01:00
package.json Update deps. 2015-01-27 18:28:44 +01:00
README.md Badges added to the README to see if dependencies are up to date (fix #21). 2014-02-19 18:43:45 +01:00
run-tests Update deps. 2015-01-27 18:28:44 +01:00
sample.config.yaml Update deps. 2015-01-27 18:28:44 +01:00
xo-server.service systemd configuration 2014-08-14 16:26:56 +02: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).

Dependency Status devDependency Status


Installation

Manual install procedure is available here

How to report a bug?

If you are certain the bug is exclusively related to XO-Server, you may use the bugtracker of this repository.

Otherwise, please consider using the bugtracker of the general repository.