> ## Documentation Index
> Fetch the complete documentation index at: https://gcore-doc-1256a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect to a Linux server via SSH

Via SSH, you can remotely connect to CentOS, Debian, Ubuntu and FreeBSD servers. You can [connect to a Windows server](/hosting/dedicated-servers/manage/connect/connect-to-a-windows-server) using the RDP protocol.

1\. Open the list of your servers and click on the one you need. Click the **Instructions** button.

<Frame>
  <img src="https://mintcdn.com/gcore-doc-1256a/04ApxTNpyauk4MZ8/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/13264688301585.png?fit=max&auto=format&n=04ApxTNpyauk4MZ8&q=85&s=7c1b4042ef795dccb0e71815993be69b" alt="Instructions " width="1161" height="340" data-path="images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/13264688301585.png" />
</Frame>

A tab with instructions will open. You will need a username, a server IP address, and a password.

<Frame>
  <img src="https://mintcdn.com/gcore-doc-1256a/04ApxTNpyauk4MZ8/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329792750609.png?fit=max&auto=format&n=04ApxTNpyauk4MZ8&q=85&s=7da9a3ea36751b9efe4651f972a585ef" alt="A tab with instructions" width="1128" height="307" data-path="images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329792750609.png" />
</Frame>

2\. Open a terminal (for Linux) or a command line (for Windows) on your computer. Enter the command:

```sh theme={null}
ssh [username]@[server IP]
```

For example, if the instructions say "user: root" and "server IP address: 185.14.67.190", then the command would be:

<Frame>
  <img src="https://mintcdn.com/gcore-doc-1256a/04ApxTNpyauk4MZ8/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329845428113.png?fit=max&auto=format&n=04ApxTNpyauk4MZ8&q=85&s=c7af0619e97856f12817e02bad23a902" alt="command " width="456" height="61" data-path="images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329845428113.png" />
</Frame>

3\. The connection will prompt you for a password. Enter the password from the instructions. For example, if the instructions say "password: YHr4mhn7hFJeN", enter YHr4mhn7hFJeN.

**Please note** : In some SSH clients, the password cannot be copied and pasted; it must be entered manually. The letters you enter will not be displayed on the screen to protect your password. Type the symbols and press Enter.

<Frame>
  <img src="https://mintcdn.com/gcore-doc-1256a/04ApxTNpyauk4MZ8/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/mceclip0.png?fit=max&auto=format&n=04ApxTNpyauk4MZ8&q=85&s=1bc9ffda790370c600392765e4896972" alt="Type the symbols " width="437" height="51" data-path="images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/mceclip0.png" />
</Frame>

Once the connection is established, you can manage the Virtual Server remotely from your computer.
