Warning
This page has not been updated to reflect latest cluster changes yet
Remote visualization using Xpra#
The client (your desktop) computer needs X11 and Xpra:
- Linux:
- X11 is default, if you have a graphical desktop, you have X11
- Xpra should be available in the package manager
- Windows:
- VcXsrv or Xming or Cygwin/X
- Xpra client
- Mac:
- XQuarts needs to be installed (https://www.xquartz.org/)
- Xpra client
Unlike VNC, these applications are "rootless". They appear as individual windows inside your window manager rather than being contained within a single window.
Text Only
xpra start ssh://uni-ID@viz.hpc.taltech.ee/ --start-child=xterm
specifying an ssh-key to use and a jump-host:
Text Only
xpra start ssh://viz/ --ssh="ssh -J base.hpc.taltech.ee" --start-child=xterm
re-attach from a different computer:
Text Only
xpra attach ssh:viz.hpc.taltech.ee
To stop Xpra, run on the server:
Text Only
xpra stop