<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: 2x</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/2x/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Howto | Install 2x Client</title>
      <link>https://chrisjrob.com/2009/03/21/install-2x-client/</link>
      <pubDate>Sat, 21 Mar 2009 05:59:44 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2009/03/21/install-2x-client</guid>
      <description>
       <![CDATA[
         
         <h2 id="download-2x-client">Download 2x Client</h2>

<p>At the time of writing there are no Debian-based packages, so download the RPM client from the 2x website:</p>

<ul>
  <li>http://www.2x.com/</li>
</ul>

<h2 id="installing-2x-client">Installing 2x Client</h2>

<!--more-->

<h3 id="alien-installation">Alien Installation</h3>

<p>In order to convert the RPM package into a DEB package, we need to install alien:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># alien --scripts -i 2xApplicationServerClient3.i386.rpm
</code></pre></div></div>

<p>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.</p>

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

<h3 id="alternative-binary-installation">Alternative Binary Installation</h3>

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

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># tar xvjf 2xApplicationServerClient3.tar.bz2
# cd opt/2X/applicationserverclient/scripts
# chmod 755 install.sh
# ./install.sh
</code></pre></div></div>

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

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># cd ../bin
</code></pre></div></div>

<h2 id="usage">Usage</h2>

<p>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.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># ./appserverclient -s"Server IP" -a"Application Name" -u"User Name" -p"Password"
# ./appserverclient -s192.168.1.5 -a"Internet Explorer" -uAdministrator -ppassword
</code></pre></div></div>

<h2 id="references">References</h2>

<ul>
  <li>http://www.2x.com/applicationserver/downloadlinks.html</li>
  <li>Beta releases:
    <ul>
      <li>http://downloads.2x.com/AppServer-LoadBalancer/betaversion/</li>
    </ul>
  </li>
</ul>

       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
