In this tutorial, ill show you how to build Xen Orchestra from Sources
The first thing you will need to do, is login to the XCP-NG Server via SSH and become Root
sudo -i
Now we are going to clone the Xen Orchestra Installer repository
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
Go ahead and change directory into the Installer folder
cd XenOrchestraInstallerUpdater
Now we will need to make the xo-install configuration file. I left all of the configurations default since I did not set this up with certificates.
cp sample.xo-install.cfg xo-install.cfg
Now we can install it. This will take a while.
./xo-install.sh
Once the install is done, you can access the XOA instance by going to the VM's IP address using Port 80 (HTTP). The default username/password
user: [email protected]
pass: admin
sudo ./xo-install.sh
Use Option 2