I can't enter the http://<workstation_hostname>:39000

Hi @jingxinxin,

How are you accessing the machine running the cryoSPARC master component? If you have access to the GUI, you can simply open the browser and navigate to localhost:39000. Otherwise, if accessing from another computer on the same network (e.g. internal university network), if that machine has a hostname, you can access it though your computer’s browser (ask your IT staff if you are unsure what the hostname could be and if port 39000 is open to the internal network).

Alternatively, you can form an SSH tunnel from the remote machine running cryoSPARC and the computer you would like to access the interface (replace <remote_host> with your SSH configuration host):

ssh -N -f -L localhost:39000:localhost:39000 <remote_host>

You should then be able to access the cryoSPARC interface at localhost:39000 on your browser.

- Suhail