Shell Access: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
m Haars0011 moved page Anunna Shell Access to Shell Access: IA migration §7: rename Anunna Shell Access → Shell Access (leaving redirect) (via move-page on MediaWiki MCP Server)
IA migration §7: polish — add Getting started / Notes / See also; recommend SSH as the preferred terminal route (via update-page on MediaWiki MCP Server)
 
Line 1: Line 1:
Anunna Shell Access is a web based bash shell terminal emulator available at the Anunna apps portal.  
Shell Access is a web-based terminal available in the [[Portal Overview|Apps Portal]]. It gives you a bash shell on one of the [[Login Nodes|login nodes]] straight from your browser.


This application provides quick access to a bash session in one of the login nodes.  
For day-to-day work, logging in over [[SSH Access|SSH]] from a terminal on your own computer is the recommended way to get a shell — it is faster, more capable, and not subject to the browser limitations noted below. Use the web terminal as a convenient alternative when you cannot set up an SSH client, for example on a machine where you are not able to install one.


User's are able to select a theme for their terminal session on the top right corner of the screen.
== Getting started ==


When a session times out, just refresh your browser tab and it should reconnect.  
# Go to https://apps.anunna.wur.nl/.
# Open '''Shell Access''' (from the All Applications menu, or the Featured Apps shortcuts).
# A bash session on a login node opens in your browser.


Since this runs in a browser, users should mind that some bash keyboard shortcuts may not work properly, e.g. ctrl + w
You can choose a colour theme for the terminal from the top-right corner of the screen.
 
== Notes ==
 
* If the session times out, refresh the browser tab and it should reconnect.
* Because the terminal runs in a browser, some bash keyboard shortcuts may not work as expected — for example <code>Ctrl + W</code>, which the browser may intercept.
* Like any login-node session, this is for light, interactive use only. Run real work through the scheduler; see [[Scheduler Overview (Slurm)]].
 
== See also ==
* [[Portal Overview]]
* [[SSH Access]]
* [[Login Nodes]]

Latest revision as of 12:29, 18 June 2026

Shell Access is a web-based terminal available in the Apps Portal. It gives you a bash shell on one of the login nodes straight from your browser.

For day-to-day work, logging in over SSH from a terminal on your own computer is the recommended way to get a shell — it is faster, more capable, and not subject to the browser limitations noted below. Use the web terminal as a convenient alternative when you cannot set up an SSH client, for example on a machine where you are not able to install one.

Getting started

  1. Go to https://apps.anunna.wur.nl/.
  2. Open Shell Access (from the All Applications menu, or the Featured Apps shortcuts).
  3. A bash session on a login node opens in your browser.

You can choose a colour theme for the terminal from the top-right corner of the screen.

Notes

  • If the session times out, refresh the browser tab and it should reconnect.
  • Because the terminal runs in a browser, some bash keyboard shortcuts may not work as expected — for example Ctrl + W, which the browser may intercept.
  • Like any login-node session, this is for light, interactive use only. Run real work through the scheduler; see Scheduler Overview (Slurm).

See also