Downloading and Installing TIBCO™ Cloud - Proxy Agent

To use TIBCO Cloud - Proxy Agent, you must download TIBCO Cloud - Proxy Agent and configure it.

Downloading TIBCO Cloud - Proxy Agent

    Procedure
  1. Go to the Settings tab, click the Proxy Agent access keys tab.

  2. Click the Download TIBCO CloudTM - Proxy Agent link.

  3. On the Download TIBCO CloudTM - Proxy Agent page, click the Download button next to the operating system that you use.

You can also download TIBCO Cloud - Proxy Agent from the Downloads & APIs tab.

Installing TIBCO Cloud - Proxy Agent

After downloading TIBCO Cloud - Proxy Agent, perform the following steps to install it:

    Procedure
  1. Copy the tibtunnel or tibtunnel.exe file to the desired location on your local drive. For example, copy it to c:\tibtunnel\ (for Windows) or ~/tibtunnel/ (for UNIX or macOS).

  2. Add the directory to your system path variable.

    For Linux/Mac:

      Procedure
    1. Enter echo 'export PATH=$PATH:~/tibtunnel' >> $HOME/.profile.

    2. Close and reopen your shell, or enter source $HOME/.profile.

    For Windows:

      Procedure
    1. Click Computer.

    2. Click System properties, then click Advanced system settings.

    3. Click Environment Variables.

    4. Edit the PATH variable and add c:\tibtunnel\.

    5. Click OK in the Environment Variables window and then click OK in the System Properties window.

  3. For UNIX or macOS systems, change the permissions of the tibtunnel executable as follows:

     chmod 755 tibtunnel
    

To test whether the installation is successful:

Open a command prompt, and run the following command:

	tibtunnel --version

The version number and build is displayed if the installation is successful. For example,

	tibtunnel version 2.3.1 (build 95)