> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gpuhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XShell

> XShell is a very powerful and convenient remote management software for Windows systems.

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/logo-xshell.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=6e8e3f211fa4caa9fdb8c91f0c107818" alt="" width="64" height="64" data-path="images/logo-xshell.png" />

## XShell Installation

<Card title="XShell Official Download" icon="download" horizontal href="https://www.netsarang.com/xshell-download/">
  []()
</Card>

<Note>
  Both Xshell and Xftp need to be installed.
</Note>

## Work with XShell

After starting the instance, find the SSH login command.

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-xshell-1.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=35722b1819b4e5fb0dc01668828c2f32" alt="" width="1723" height="442" data-path="images/bestpractices-xshell-1.png" />

<Note>
  Please note that the port and other information in the SSH login command need to be replaced with the details corresponding to your instance.
</Note>

Copy the login command as follows (please adjust to match your instance): `ssh -p 44562 root@region-1.gpuhub.com`.

Since XShell has a specific command format, you will need to manually modify the format to: `ssh root@region-1.gpuhub.com 44562`, which **places the port number at the end without the need for the `-p` parameter**.

For example:

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-xshell-2.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=edec0d617bdb33d7101cdcab3006c35d" alt="" width="1440" height="291" data-path="images/bestpractices-xshell-2.png" />

After entering the ssh command and pressing Enter, a window will pop up prompting you to enter your password.

## File Transfer with XShell

If you have already set up SSH login, you can use the xftp provided by XShell for file transfer in the following way:

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-xshell-3.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=9666d24c98c7b3d4a49a48ed2a0fac1a" alt="" width="2834" height="970" data-path="images/bestpractices-xshell-3.png" />
