1. Home
  2. Step 1 - Installation
  3. Manual NCX Installation

Manual NCX Installation

This page is applicable to installations of NetConnect X 2.5.101 
and above on Ubuntu

Before you begin….

You will need root access to an installed an instance of Ubuntu 22.04 LTS with the following minimum specifications:

  • 50GB HDD
  • 2CPU
  • 6GB RAM

Ubuntu can be downloaded from HERE

Additionally, you will require the latest NCX .tgz file.

Installation Instructions

We recommend you take a temporary snapshot as a rollback after you finish installing and configuring the base ubuntu server.

The following command examples use NCX version 2.5.101.

  • SSH into the Ubuntu box and elevate to root:
    • sudo su
  • Ensure all packages are updated:
    • apt update && apt upgrade
  • Browse to the OPT directory:
    • cd /OPT
  • Download the installer from our repository:
    • wget https://nss-upgrade.s3.ap-southeast-2.amazonaws.com/NCP.2.5.101.tgz
  • Decompress the NCP File:
    •  tar xvf NCP.2.5.101.tgz
  • Browse to the installer folder:
    • cd NCP/installation
  • Run the installer:
    • time ./runme.sh

the time command just shows how long the installation took once complete, so is optional

The installation takes approximately 25-30 mins

Once complete, the guided first time access steps will apply, see First Time Access

Updated on October 2, 2023

Was this article helpful?

Related Articles