# Logging In

## Command Line Interface (CLI)

On most HPC clusters, users access the system via a text-based command line interface (CLI). Typically, command line access is provided via an encrypted, secure shell (SSH). The command line provides a powerful and flexible interface into the cluster - though there is a learning curve.

![Example of a command line](/files/-LP6GF9FnTdWHw3g1r1W)

Mac and Linux computers include built-in support for the command line. Windows computers are supported, too, although a shell client program must be installed.

## Graphical Interface (GUI)

It is also possible to access the cluster via a GUI. The GUI provides a more familiar interface to beginners. It also allows usage of advanced tools, such as graphical debuggers and performance profilers.

![Access to a Linux cluster from a Windows desktop](/files/-LP6GF9Hw7-Y02gDOS-H)

Microway recommends NoMachine for responsive, enterprise-class GUI connections to clusters. Some HPC administrators may also configure VNC, Remote Desktop, X-Win32, or X-Windows tunneling through SSH connections.

The following sections describe the various ways to login to our Test Drive cluster.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://microway.gitbook.io/hpc-test-drive/logging_in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
