Download and install the appropriate version of the Enterprise PostgreSQL and follow the below steps. Click here to download PostgreSQL.
If Remote PostgreSQL is installed in linux, please use the below command to install the PostgreSQL contrib package.
sudo dnf install postgresql-contrib
sudo yum install postgresql-contrib
sudo apt-get install postgresql-contrib
It is recommended to use a dedicated Remote PostgreSQL server for Network Configuration Manager. If a shared resource is being used, please increase the maximum number of connections, under Remote PostgreSQL settings.
Replace the existing address value with the IP range that you wish to allow (ex:192.168.93.0/24). If you plan on listening to all the interfaces, specify the address as all and save the changes.
| #TYPE | DATABASE | USER | ADDRESS | METHOD |
| #IPv4 local connections: | ||||
| host | all | all | <ip that is allowed to connect> | md5 |
Changes to be made in the postgresql.conf
listen_address = <192.168.0.192>
Create a new database in the Remote PostgreSQL server.

Connect to pgAdmin and execute the below queries:
Edit database_params.conf, under <\NCMHome>\conf;
Change the ro_password to the password supplied in step 5 (ro_password=<ROPASSWORD>)

Note: Network Configuration Manager should not be started before completing step 6. It must be started only after configuring Remote PgSQL.
Execute the following command: encrypt.bat/sh -v <ROPASSWORD> -a AES.256 -k <CryptTag>


Thank you for your feedback!