Connecting

On campus

If you are connected to the HKUST(GZ) network, you can connect to the server using SSH. But you need to use a different port 10001 than the default 22. The IP address is 10.92.255.6. On Unix-like systems such as MacOS and Linux, you can do this directly in your Terminal app by ssh -p 10001 username@10.92.255.6. On Windows, you need to use an SSH client app, such as MobaXterm, PuTTY, or Xshell.

Off campus

To use the server from outside the HKUST(GZ) network, you should first connect to the HKUST(GZ) VPN. Visit https://remote.hkust-gz.edu.cn to start. Once you are connected to the HKUST(GZ) VPN, you can log in the server using SSH.

Please note that you are now connected to the login node of the HPC system, not the computing nodes. The login node is used to provide login service to all users. It is fine to do light interactive work such as editing the source code, setting up experiments, or compiling the code on the login node. But please do not run CPU- or memory-intensive jobs on the login node – that will significantly degrade the performance of the login node and affect all users. You should allocate those heavy computing jobs to the computing nodes (see Running jobs for instructions).