# Access server

You can connect to the Bare Metal GPU server using SSH keys or a password.

The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one server to another. To connect via SSH, make sure that all the necessary rules for incoming traffic are in the Network ACL settings set.

### Console KVM

1. Navigate to **AI Infrastructure** and **Metal Cloud** in the sidebar to view the Server list
2. Choose a server in the list or view the details of a server
3. Click \*\*Actions,\*\*then **Console,or Click Open** at Console item in the Sever details page
4. Use the \*\*default username:\*\*clouduser and your password, which you entered when creating the server to log in.

### SSH

| The SSH key is selected when you create and deploy servers. Please refer to [SSH key management](https://fptcloud.com/documents/cloud-server/?doc=profile-ssh-key). |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

#### Prerequisites before connecting from Windows 10

1. Open **Windows Settings**.
2. Go to the **Apps & features** section and click **Optional features**.
3. Find **OpenSSH Client** and click to expand the detailed description.
4. Click **Install**.
5. Wait for the installation to be completed. After SSH Client is installed, restart your computer to apply the settings correctly. SSH utility will become available for cmd.

#### Connect from Windows 10, Linux OS, macOS

1. Open the command prompt.

| Authentication methods | Command                                                        |
| ---------------------- | -------------------------------------------------------------- |
| A password             | ssh username\@192.168.1.92                                     |
| SSH keys               | ssh username\@192.168.1.92 -i "C:\Users\username\\.ssh\id\_rsa |

In there:

* * Replace "username" with your username or the \*\*default username (clouduser)\*\*for the first login
  * Replace "192.168.1.92 with the Floating IP address of your server
  * Replace "C:\Users\username.ssh\id\_rsa" with the path to your private key file in PEM format on your computer.

| If you created a Bare Metal GPU server with only a private interface, create a floating IP address and use it when connecting to the Bare Metal over ssh. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- |

1. The utility will warn you that you're trying to connect to an unknown device and ask if you want to continue. Type "**yes**" and press **Enter**.\
   &#x20;

   <figure><img src="/files/8fe873af4a1d4984f88529679fc4b5843824fffd" alt=""><figcaption></figcaption></figure>
2. (Step for connecting using a password only) enter the password you configured while creating the Bare Metal.

### Use a Bastion host (jump server)

A jump host is an intermediate server between an originating machine and the Bare Metal GPU server you’re trying to connect to. It acts like a gate between two trusted networks: You can access a destination server, but only after the jump host has allowed access.

1. Create a Cloud instance with a subnet and a floating IP
2. Configure Security groups

![](/files/f8739b279d4de83e4260b2862a8e4b89a8086425)


---

# Agent Instructions: 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://ai-docs.fptcloud.com/fpt-gpu-cloud/metal-cloud/tutorials/network.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.
