Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connecting to FastX using your Web Browser 

The easiest way to use FastX is through your Web browser.  All modern browsers are supported, including Firefox, Safari, Chrome, and IE 10+.


  1. Go to the SLAC FastX web login page:  https://fastx.slac.stanford.edu:3443 
  2.  Log Log in with your SLAC Unix username and password.
  3.  


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

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



  5. Inside the command box, you can start an xterm window and connect to a SLAC interactive login pool machine like this
    (You can replace rhel6-64 with the hostname of your own group's interactive login machine if you have one):

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

     

  6. 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.
    Starting a lightweight window manager is not required, but it's necessary if you want to move and resize your X Clients inside your browser window.
    To do that, type these two commands inside your xterm window  (the xsetroot command just makes your desktop background a more pleasing color):

       $ twm &
    $ xsetroot -solid grey

     

  7. Now you can start your Linux X applications by typing the commands inside your xterm window.   For example:

       $ gimp &
    $ firefox &
    $ /afs/slac/package/anaconda/anaconda3/bin/spyder &

  8. As always, your SLAC Unix AFS token needs to be renewed every 25 hours.   If your AFS token expires, then you will not be able to write files into your AFS home directory.  When you reconnect to your session later, the 'qtoken' command will quickly tell you if you have a current AFS token or not.  If your AFS token as expired, then use the 'kinit' command to get a new Kerberos ticket and AFS token.

       $ /usr/local/bin/qtoken
    $ /usr/local/bin/kinit

...

The FastX desktop client version you use should be the latest one available on the SLAC FastX web login page.
If you have an old version of the FastX desktop client, please delete it and download the latest version.
 
  1. Go to this URL:   https://fastx.slac.stanford.edu:3443
  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. You can select either "Web" (https port 3443) or "SSH" (ssh port 22) when given the choices of Web or SSH.

  5. A "Web" session uses https to connect.  An "SSH" connection uses ssh to connect.
  6.   Both are encrypted and secure, and either choice should work well.
  7. Enter these values
  8. when
  9. if you create a new SSH session: (replace 'ksa' with your username):

    Image Modified


  10. Enter these values when you create a new WEB client session: (replace 'ksa' with your username):




  11. Click the Save button.
  12. Double click on your new saved session.
  13. You can start a new session using the same instructions the the above session for "Connecting to FastX" – click the + (plus) icon.
  14. When you start a new session using the desktop client, you have a choice for Window mode: Multiple or Single.

    Multiple window mode means that your remote Linux application will appear as a seamless (standalone, separate) window on your desktop, and any additional Linux X applications you start from the same session will also appear as seamless windows on your desktop.   So, "Multiple mode" means you will see multiple windows on your desktop for each remote Linux application you start in this one session.  Multiple mode works well if you only use the desktop client and do not plan to use your web browser to access this session in the future.  If you want the option to connect to your session in the future using your web browser, then you should choose Single Window mode.  With Single Window mode, all of your Linux X applications will be run within one larger single window (as opposed to the multiple seamless floating windows you get if you choose multiple mode).  The single larger window (if you run in Single Window mode) can be run in full screen mode for maximum resolution.  After you start your session, just maximize the single window.  Whenever you maximize or resize your single FastX window, you should then tell FastX to resize your screen so you get the maximum resolution.  To do that, hover your mouse pointer over middle of the top of the single window.  You will see several icons – one of them is to tell FastX to resize your window.

You can reconnect to one of your already running sessions by double clicking on it under the Name column.   It may take many seconds for your saved session to appear.

You should also see any sessions you already have running that you may have started in a browser connection to FastX.


fastx-l mailing list

SLAC has a fastx-l mailing list for users of the FastX service to communicate.  This is good venue to ask questions and discuss anything related to using the FastX service.  SLAC users of the FastX service may be able to quickly answer or help solve your problem.  When you have a FastX question or problem, there are several option you can use to get help:

  1. Subscribe to fastx-l by using this command:

    echo subscribe fastx-l | mail listserv@slac.stanford.edu 

     

  2. Send your question or problem to the fastx-l mailing list.  You will reach other SLAC users of the service, and they may have already researched and solved your problem.

  3. Send your question or problem to ithelp@slac.stanford.edu .   SLAC Desktop support provides support of the FastX service, and can help with desktop, laptop, and browser related questions about using FastX at SLAC.  They are familiar with supporting the FastX service, and may have already helped another user solve the problem you have.

  4. If ithelp@slac.stanford.edu determines they need Unix or server configuration support to help answer your question, they will work with unix-admin to solve the problem.   unix-admin can open a support cases with FastX, and utilize our site-wide vendor license for engineering support.  FastX support engineers are eager to hear about problems and bugs, and they have already worked with unix-admin to modify configuration options and apply patches in our test cluster.  If we can reproduce a bug, then they gather information from our environment and release a bug fix with the next standard release of the FastX server and clients.


...