Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » howto » install 2x client

Install 2x Client

Table of Contents

Download 2x Client

Download rpm client from 2x website:


top

Installing 2x Client

Alien Installation

# alien --scripts -i 2xApplicationServerClient3.i386.rpm

By installing the rpm this way on a Debian based system it can be removed later through your package manager or using apt-get. The package name is applicationserverclient.

If you get an error from the running the scripts you will need to install the .bz2 version instead.

Binary Installation

To do that, download the file into your home directory and run the following commands.

# tar xvjf 2xApplicationServerClient3.tar.bz2
# cd opt/2X/applicationserverclient/scripts
# chmod 755 install.sh
# ./install.sh

Assuming you are still in the scripts directory, type the following command to get to the bin directory.

# cd ../bin


top

Usage

Next you need to start the client and connect to the ApplicationServer. The first line below shows the syntax you need to use and the second is an example. You’ll need to adjust the values to match your system.

# ./appserverclient -s”Server IP” -a”Application Name” -u”User Name” -p”Password”
# ./appserverclient -s192.168.1.5 -a”Internet Explorer” -uAdministrator -ppassword


top

References

Share

top