Cookies on this website

We use cookies to ensure that we give you the best experience on our website. If you click 'Accept all cookies' we'll assume that you are happy to receive all cookies and you won't see this message again. If you click 'Reject all non-essential cookies' only necessary cookies providing core functionality such as security, network management, and accessibility will be enabled. Click 'Find out more' for information on how to change your cookie settings.

How to use the legacy VNC service at BMRC

Instructions for connecting to the WIN VNC server on BMRC (win001).

We strongly recomment the use of Open On Demand for remote desktop use. These instructions are kept for historical interest

Set up a VNC session on win001

Log into cluster1

ssh win001
vncserver -PlainUsers <BMRC-USERNAME>

This will give you a session number ':N'. Use this to calculate your port number with this formula.

<PORT> = 5900 + <N>

Set up an ssh tunnel for VNC on win001 to your laptop

ssh -L <PORT>:localhost:<PORT> <BMRC-USERNAME>@cluster1.bmrc.ox.ac.uk -t ssh -L <PORT>:localhost:<PORT> <BMRC-USERNAME>@win001.hpc.in.bmrc.ox.ac.uk

You should be asked for your BMRC username and password (First and Second Factors.

Connect with the client on your laptop

On your laptop, in your TigerVNC client, Connection Details, VNC Server:

localhost:<N>
or
localhost:<PORT>

You will be asked for your BMRC username and password. For the password you will give it your password and your second factor together as a single string (no spaces or separators).