You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

FastX is a modern solution for displaying remote linux apps on your desktop or laptop. You can connect from offsite (non-SLAC network).  The SLAC FastX production service, which is now available, is implemented on a cluster of VMs for redundancy, performance, and horizontal scale-out capability.  

Connecting to FastX

Installing the FastX client on your computer is optional.  The easiest way to use FastX is through the browser (Firefox, Safari, Chrome, IE 10+ are all supported).
Go to this URL:

https://fastx.slac.stanford.edu:3443

 

  1. Log in with your SLAC Unix username and password. 

  2. Ignore the Public Key Authentication option – that will not work well since it will not give you an AFS token.

  3. To start a new session, click on the plus box:

      
  4. Inside the command box, type a ssh command like this:

       xterm -e ssh rhel6-64.slac.stanford.edu

     

  5. When your xterm session starts, you may wish to start a lightweight window manager so you can resize and move windows around inside your browser window:

    Type these two commands inside your xterm window:

       twm &
       xsetroot -solid grey

     

  6. Now you can start your linux application by typing the command inside your xterm window.

    For example:

       gimp &
       firefox &

Using the Client application

 

You can also download and use the client application for your Windows, Mac, or Linux desktop/laptop.
You need to get the client version that matches the server version. 
  1. It is available for download at this URL:
  2. Click on the link that says:                          
                     Looking for the desktop client?

  3. After you download and start the desktop client, click the + (plus) icon to configure a new session.

  4. Select "Web" when given the choices of Web or SSH.


Next to name, type in

   fastx web

Next to URL, type in
   https://fastx.slac.stanford.edu:3443

 


Protecting your ~/.fastx_server/ directory

Your ~/.fastx_server/ directory contains sensitive information which could expose your X11 connections to others.
This could lead to a compromise of your account, and/or unauthorized keystroke monitoring.  Therefore, please take care
in protecting access to this directory .  The SCS tool "system ranger" will detect and fix any ~/.fastx_server/ directories
in AFS space which are too permissive, and you will get an information email just letting you know it was fixed.  If
necessary, the system ranger will remove the following entries from the Access Control List:

system:anyuser rl
system:slac rl
system:authuser rl

 

 

 

 

  • No labels