The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2018-01-31 18:37:29 +01:00
bin feat(xo-server-recover-account): reset password and set permission to admin (#538) 2017-05-03 15:43:32 +02:00
src feat(vm.set): move a vm in to/out of a Self Service Group (#649) 2018-01-31 18:37:29 +01:00
.editorconfig chore(editorconfig): minor fixes and updates 2017-12-14 18:00:20 +01:00
.eslintrc.js feat: use ESLint instead of standard (#630) 2017-12-15 14:18:47 +01:00
.gitignore chore(package): update ignored files 2017-12-14 18:00:57 +01:00
.npmignore chore(package): update ignored files 2017-12-14 18:00:57 +01:00
.travis.yml fix(Travis): do not test on Node 4 2017-11-06 10:14:18 +01:00
better-stacks.js feat: use ESLint instead of standard (#630) 2017-12-15 14:18:47 +01:00
config.json fix(HTTPS): correctly use secure options 2017-09-15 11:43:02 +02:00
index.js feat: use ESLint instead of standard (#630) 2017-12-15 14:18:47 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-10-03 16:24:24 +02:00
package.json 5.15.7 2018-01-27 13:28:39 +01:00
README.md chore(README): always use yarn 2017-12-14 18:01:51 +01:00
sample.config.yaml fix(sample config): IPv6 used by default 2017-03-31 18:25:30 +02:00
signin.pug fix(signin): new Bootstrap classes (#434) 2016-10-28 10:11:41 +02:00
xo-server.service Set debug to xo:main only in production. 2015-05-28 14:57:04 +02:00
yarn.lock chore(package): update xen-api to 0.16.4 2018-01-26 16:38:59 +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.