Method 1: Install Latest Connector Version Using Debian Package
If you have already installed any connector on your machine using a Tar package, stop the Node Server services and delete the ciphercloud directory located under the opt directory before starting this procedure.
- From the Management Console, select Administration > System Settings > Downloads.
- Click the download icon for the On-premise Connector - Debian package.
- Copy the downloaded Debian package to the Node Server on which you want to install.
- Sign in to the Node server.
- Run the following command to start the installation in the Linux instance:
[ubuntu@localhost home]# sudo apt install ./enterprise-connector_<version>_amd64.deb
Where <version > is the current DEB file version in the Management Console. Make sure you are connected to the Internet while performing this installation.
- Click Yes when prompted to save the IPv4 and IPv6 rules.
- Run the following command to change to the directory in which to install the connector.
cd /opt/ciphercloud/node-server
- Run the following command to configure the installation options.
./install.sh
System response:
Initializing node-server install script. Please wait..
- Respond to the system prompts as follows:
Please enter Management Server endpoint [wss://nm.<domain>:443/nodeManagement]:
- Enter the default option shown or enter the URL for this installation.
Management Server endpoint: <Node Management endpoint URL>
- Enter the unique ID for this tenant.
Input Tenant Id: <tenant name>
- Enter the unique name for the Node Server.Input Node Server Unique Name: <node_name>
- Enter the API token (click the API Token button in the Configuration tab)
Input Node Server Token: <Node API token> Once Node server installation is done. Start node server using ‘sudo service node-server start’.
- Select Y to install with upstream proxy and enter the upstream proxy details.If you do not want to use the upstream proxy, specify N and press Enter.
Does upstream proxy exist? [y/n]: y
Input Host Name of upstream proxy server: 192.168.222.147 Input port number of upstream proxy server: 3128
- Enter the username and password if you want to enable the upstream proxy with authorization.Otherwise, press Enter.
Input upstream proxy authorization - user name (Press enter key if no authorization required): test Input upstream proxy authorization - password: test@12763
- Enter the default option shown or enter the URL for this installation.
- Run the following command to start the Node Server:
sudo service node-server start