Skip to content

Platform installation

This article explains how to deploy the platform to the server.

Installation procedure

Once the server is prepared and Ubuntu has been installed, you may begin the installation process.

💡 We recommend performing the installation prior to visiting the customer premises to avoid downtime.

To install the platform, follow these steps:

  1. Connect to the server via Terminal:

    bash
    ssh vasadmin@x.x.x.x

    💡

    • Replace x.x.x.x with the server IP address.

    • If you are on Windows, you can use tools like WSL, Putty, or Windows Powershell.

  2. Enter the password you defined during OS installation. (This password will be changed during the installation)

  3. Switch to root privileges:

    bash
    sudo -i

    then enter the passsword again.

  4. Install CURL:

    bash
    apt update && apt install curl -y
  5. Download the Forxai installer:

    bash
    curl -o termix "https://nexus.kmrepo.eu:8443/termix"
  6. Modify the file to make it executable:

    bash
    chmod +x termix
  7. Launch the installer:

    bash
    ./termix

    Termix screenshot

  8. Follow the steps in the installer:

    1. Double-click the code, then press Ctrl + Shift + C to copy it.

    2. Ctrl-click the URL to open it in a browser.

    3. Enter the copied code.

    4. Log in using your standard Konica Minolta credentials (used to authenticate Windows).

    5. Upon a successful authentication, return to the installer and press Enter.

    ⚠️ Repeat step 7 if you encounter a “Failed to obtain Azure AD token” error.

  9. Wait for Teleport to be installed. This process should take about 2 minutes.

  10. Select the version to install.

💡

Select the latest version of the platform unless instructed otherwise by the project delivery team.

  1. You will be asked to start the installation of FORXAI Video Vision.

    Verify the hostname is correct, then type in Yes and press Enter.

  2. The installation will begin.

💡 This process should take approximately 20 minutes

  1. You will receive an email confirming whether the installation was successful or not.

    • a. Upon success, you will receive the credentials for the following accounts:
      • platformadmin
      • customeradmin
      • customeroperator
    • b. Platformadmin account is only meant for Konica Minolta usage. Customeradmin and customeroperator passwords should be forwarded to customer during handover. All accounts require change of the password on first login.
    • c. Upon fail, follow the instructions in the email.
  2. Once the installation is finished, launch the Video Vision platform by entering the IP address of the device running the platform into the address bar of a web browser.

You have successfully finished the installation process of the Video Vision platform.