Skip to content

Log in to Rackham

There are multiple UPPMAX clusters one can log in to. Here we describe how to log in to Rackham.

Which way to login?

There are multiple ways to log in to Rackham:

Login Description Screenshot
Website Remote desktop, no installation needed, slow The Rackham remote desktop via the website
Terminal Console environment, recommended The Rackham console environment
Local ThinLinc client Remote desktop, recommended, need installation The Rackham remote desktop via the a local ThinLinc client

Here is a decision tree, to determine which way to log in:

flowchart TD
  need_gui(Need to run a graphical program?)
  use_terminal[Use a terminal]
  use_website[Use the remote desktop website]
  need_easy_or_speedy(Need easiest or fastest?)
  use_local[Use a local ThinLinc client]

  need_gui --> |no| use_terminal
  need_gui --> |yes| need_easy_or_speedy
  need_easy_or_speedy --> |easiest| use_website
  need_easy_or_speedy --> |fastest| use_local

  how_login(How to log in?)

  use_password[Use password. Start here]
  use_ssh_keys[Use SSH keys. No more password needed]

  use_terminal --> how_login
  how_login --> use_password
  how_login --> use_ssh_keys

The procedures can be found at:

After login, you will be on a login node.

How to behave on a login node

On a login node, one can and should do simple things only: it is a resource shared with all other users on that node.

If you need to do more intense calculations, use the Slurm job scheduler.

If you need to do more intense calculations interactively, use an interactive node.