Ubuntu and Virtualbox

Legacy agent version instructions (qbee-agent version < 2023.XX)

Instructions for the legacy version of qbee-agent can be found here

There is a 14 days trial version of qbee available. It runs both on embedded Linux and on regular Linux servers. Therefore it is very easy to test and evaluate qbee by using Virtualbox and a Linux distribution if no RPI is at hand. Please register your account and then just start like this:

  1. Download Virtualbox and install it.

  2. Get a suitable Linux image (we currently recommend Debian based systems)

  3. Use the qbee-agent install script to install the appropriate package and bootstrap.

    wget -O /tmp/qbee-agent-installer.sh https://raw.githubusercontent.com/qbee-io/qbee-agent-installers/main/qbee-agent-installer.sh
    sudo bash /tmp/qbee-agent-installer.sh --bootstrap-key <bootstrap_key>
    
  4. Now you are all done.