Users can access the CMU HPC ERAWAN system through two main methods:
- Secure Shell (SSH) via a terminal or SSH clients such as Xshell, Termius, PuTTY, PowerShell
- Jupyter Notebook via a web browser at URL: https://erawan.cmu.ac.th:8000
Access to the system is restricted to users within the Chiang Mai University (CMU) network or those connected through CMU VPN.
You can connect using Command Prompt (cmd) or PowerShell.
Syntax: ssh [cmu account]@erawan.cmu.ac.th
Example: ssh sirapat.au@cmu.ac.th@erawan.cmu.ac.th
yes to continue.
Xshell allows users to save server configurations, making it convenient for future access.
https://www.netsarang.com/en/free-for-home-school/ (The download link will also be sent to your email.)

Name: (any name of your choice)
Host: erawan.cmu.ac.th

Authentication and fill in your Username and Password (your CMU account), then click OK or Connect
Double click to connect to Erawan HPC.
New Host — a setup window will appear on the right.Label: (any name of your choice)
Address: erawan.cmu.ac.th
Group: (optional)
Username & password: your CMU Account

Double-click the created host (Erawan HPC) to connect, then click Add and continue.

Users may also log in through Jupyter Notebook at: https://erawan.cmu.ac.th:8000
Sign in with CMU Account to authenticate with your CMU credentials.
Accept to grant access permissions.


Select
to use the command-line interface.

Select
to create and edit scripts.

Select
to create a new notebook or execute Python commands.

Do not execute large-scale jobs or run Python scripts directly within a notebook. All notebook commands are executed on the login node, which can degrade performance and impact other users.
(User Precautions) Instead, all computational jobs should be submitted through Slurm within JupyterLab.