Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Install NX meta server and client in Ubuntu in Terminal

Completed

Comments

5 comments

  • Roman Yuldashev

    Hello @...,

    1. Install wget:

    $ sudo apt install wget

    2. Download client and server using wget:

    $ wget https://updates.networkoptix.com/metavms/32836/linux/metavms-client-4.2.0.32836-linux64.deb
    $ wget https://updates.networkoptix.com/metavms/32836/linux/metavms-server-4.2.0.32836-linux64.deb

    3. Run the installation:

    $ sudo dpkg -i /path/to/deb/file
    $ sudo apt install -f

    Repeat for both files.

    0
  • Permanently deleted user

    @...

    Can We set up the account after the installation using terminal?

    Thanks

    0
  • Tagir Gadelshin
    • Network Optix team

    @...
    hi!

    Please, take a look at this article, it should help: https://support.networkoptix.com/hc/en-us/articles/360020373754-Connecting-a-System-to-Nx-Cloud-using-the-API

    it includes the part with configuring the new system.

    If you want to keep your system local, you can use /api/setupLocalSystem

    It's if you are using our released version (4.2). If you are using our early developers' preview version, then there are new API methods like POST /rest/v1/system/setup

    /api/setupLocalSystem will be deprecated in the next version (though it will be still available for usage)

    0
  • Andrey Terentyev
    • Network Optix team

    Hi,

    Please see this post on how to configure a system after installation.

    https://support.networkoptix.com/hc/en-us/community/posts/4410702187287/comments/4410713016599

    0
  • Norman
    • Network Optix team

    We have not heard back from you in a while, so we are going to assume your question has been resolved and set this topic to 'Completed'.

    0

Post is closed for comments.