To launch a virtual machine from Olive, you must install the VMNetX client software on your computer.
You're all set! To launch a virtual machine on our servers and interact with it remotely, just tap the button anywhere on the Olive website.
Source code for the Android app and its dependencies is available. You can also obtain the app's source code directly from its Git repository.
wget -qO-
https://olivearchive.org/vmnetx/vmnetx.asc | apt-key add -
.
This will add the VMNetX signing key to Apt.
apt-get install
apt-transport-https
to enable package downloads over
HTTPS.
/etc/apt/sources.list
:
deb https://olivearchive.org/vmnetx/ main deb-src https://olivearchive.org/vmnetx/ mainThis will configure your system to receive software from the VMNetX repository.
apt-get update &&
apt-get install vmnetx
.
You're all set! To launch a virtual machine, just click anywhere on the Olive website. Or, click to launch the virtual machine on our servers and interact with it remotely.
yum install vmnetx
.
You're all set! To launch a virtual machine, just click anywhere on the Olive website. Or, click to launch the virtual machine on our servers and interact with it remotely.
yum repolist '*optional*'
as root.
yum install vmnetx
.
You're all set! To launch a virtual machine, just click anywhere on the Olive website. Or, click to launch the virtual machine on our servers and interact with it remotely.
wget -qO-
https://olivearchive.org/vmnetx/vmnetx.asc |
sudo apt-key add -
.
This will add the VMNetX signing key to Apt.
/etc/apt/sources.list
:
deb https://olivearchive.org/vmnetx/ main deb-src https://olivearchive.org/vmnetx/ mainThis will configure your system to receive software from the VMNetX repository.
sudo apt-get update &&
sudo apt-get install vmnetx
.
You're all set! To launch a virtual machine, just click anywhere on the Olive website. Or, click to launch the virtual machine on our servers and interact with it remotely.
You're all set! To launch a virtual machine on our servers and interact with it remotely, just click the button anywhere on the Olive website.
Source code to the Windows build is available.
You can install from the latest source release, or, if you're feeling adventurous, directly from the Git repository. See the README for installation instructions.