Install NX meta server and client in Ubuntu in Terminal
CompletedHello,
How to install NX Meta server and client in Ubuntu through terminal from start to finish without using GUI?
Thanks
-
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.deb3. Run the installation:
$ sudo dpkg -i /path/to/deb/file
$ sudo apt install -fRepeat for both files.
0 -
@...,
Can We set up the account after the installation using terminal?
Thanks
0 -
@...
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 -
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 -
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.
Comments
5 comments