> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gcore.com/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/AVlk5NJu0Epwz6C_/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/13264688301585.png?fit=max&auto=format&n=AVlk5NJu0Epwz6C_&q=85&s=15536700bff2e22d8710a1a063817012" 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/AVlk5NJu0Epwz6C_/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329792750609.png?fit=max&auto=format&n=AVlk5NJu0Epwz6C_&q=85&s=8ed5624a2bdbbc07b000d5a841238c6c" 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/AVlk5NJu0Epwz6C_/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/12329845428113.png?fit=max&auto=format&n=AVlk5NJu0Epwz6C_&q=85&s=0b600aa008765afe31858c0ce699df02" 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/AVlk5NJu0Epwz6C_/images/docs/hosting/virtual-servers/manage/connect/linux-server/connect-to-linux-server-via-ssh/mceclip0.png?fit=max&auto=format&n=AVlk5NJu0Epwz6C_&q=85&s=ac409ac13ebd3bb5da5f452e8cf25db4" 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.
