--- layout: default navsection: installguide title: Install a shell server ... There is nothing inherently special about an Arvados shell server. It is just a GNU/Linux machine with Arvados utilites and SDKs installed. For optimal performance, the Arvados shell server should be on the same LAN as the Arvados cluster, but that is not required. h2. Install API tokens Please follow the "API token guide":{{site.baseurl}}/user/reference/api-tokens.html to get API tokens for your user and install them on your shell server. We will use those tokens to test the SDKs as we install them. h2. Install the Ruby SDK and utilities If you're using RVM:
~$ sudo rvm-exec gem install arvados-cli
If you're not using RVM:
~$ sudo gem install arvados-cli
h2. Install the Python SDK and utilities On Debian-based systems:
~$ sudo apt-get install python-arvados-python-client python-arvados-fuse
On Red Hat-based systems:
~$ sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse
{% include 'note_python27_sc' %}