The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2018-01-19 13:09:12 +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 fix(Xapi#remoteCopyVm): fix VM renaming 2018-01-19 13:09:12 +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
gulpfile.js feat: use ESLint instead of standard (#630) 2017-12-15 14:18:47 +01: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.4 2018-01-10 11:32:01 +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 fix(package): update xen-api to 0.16.2 2018-01-09 17:55:07 +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.