Xserver Setup: Difference between revisions

From Carl R. Woese Institute for Genomic Biology - University of Illinois Urbana-Champaign
Jump to navigation Jump to search
Nevoband (talk | contribs)
No edit summary
Nevoband (talk | contribs)
No edit summary
Line 1: Line 1:
= Connecting to a X Server  =
= Connecting to a X Server  =
== MAC OSX ==
===OSX 10.7 and bellow==
* xserver is already built into OSX
* Simply open a terminal client and type in
<pre>
ssh -X younetid@destination.server.edu
</pre>
** The '''-X''' in front of SSH tells the computer to connect using xserver
** '''yournetid''' - is your university netid
** '''destination.server.edu''' - the server you would like to connect too (example: biocluster.igb.illinois.edu)
=== OSX 10.8 ===
* Download '''XQuartz''' http://xquartz.macosforge.org/landing/
* Install XQuartz and be sure to restart the computer after the installation is done.
* Now simply follow the instructions above for OSX 10.7 and bellow.


== Windows ==
== Windows ==


=== Download the following files  ===
=== Download the following files  ===

Revision as of 17:18, 30 January 2013

Connecting to a X Server

MAC OSX

=OSX 10.7 and bellow

  • xserver is already built into OSX
  • Simply open a terminal client and type in
ssh -X younetid@destination.server.edu
    • The -X in front of SSH tells the computer to connect using xserver
    • yournetid - is your university netid
    • destination.server.edu - the server you would like to connect too (example: biocluster.igb.illinois.edu)

OSX 10.8

  • Download XQuartz http://xquartz.macosforge.org/landing/
  • Install XQuartz and be sure to restart the computer after the installation is done.
  • Now simply follow the instructions above for OSX 10.7 and bellow.

Windows

Download the following files

Installing Xming

  • Run "Xming-6-9-0-31-setup.exe" installer. Follow the screenshots belows
  • Click Next

  • Click Next

  • Click Next

  • Click Next

  • Uncheck everything except for "Associate XLaunch.exe with the .xlaunch file extension

  • Click Install

  • Uncheck "Launch Xming". Click finish

Installing PuTTy

  • Run "putty-0.60-installer.exe" installer. Follow the screenshots belows
  • Click Next

File:Putty install1.jpg

  • Click Next

File:Putty install2.jpg

  • Click Next

File:Putty install3.jpg

  • Click Next

File:Putty install4.jpg

  • Click Install

File:Putty install5.jpg

  • Click Finish

File:Putty install6.jpg

  • Run "putty.reg". At the warning that pops up click Yes. It will be similar to the following screenshot

File:Putty.reg.jpg

Connecting to X Server

  • Run "xserver.xlaunch". This is the Xming profile that is needed to connect properly use Xming with a server
  • Run PuTTY by going to Start->Programs->PuTTY->PuTTY
  • Type in the hostname you are connecting to then click Open.
  • Type in your net ID for your username and press enter. Type in your IGB password and press enter.
  • You are now connect. You should be able to run any xserver capable program.
  • If you have any issues please email us at help@igb.uiuc.edu.