# Cómo conectarse a un servidor VPS a través de SSH

## **Resumen**

Conectarse a un [servidor privado virtual](https://xstar.es/Vps) (VPS) mediante SSH, o Secure Shell, es una forma segura y eficiente de administrar e interactuar con el servidor de forma remota. SSH es un protocolo de red criptográfica que garantiza un canal de comunicación seguro a través de una red no segura. Al conectarse a un VPS mediante SSH, los datos, incluidas las credenciales y los comandos de inicio de sesión, están encriptados, lo que reduce el riesgo de acceso no autorizado o interceptación de datos.

## **Cómo conectarse a un servidor VPS a través de SSH**

**1.** Inicie sesión en el [servidor VPS de Xstar](https://xstar.es/dashboard).

**2.** Tome nota de la **IP del nombre de host**.

<figure><img src="/files/5imkiLijL62tCOGbrW7O" alt=""><figcaption></figcaption></figure>

**3.** **Descargue** e instale [PuTTY.](https://www.chiark.greenend.org.uk/~sgtatham/putty/)

**4.** **Abre** PuTTY.&#x20;

<figure><img src="/files/2zkrxAsRNovBHyIt19uG" alt=""><figcaption></figcaption></figure>

**5.** Rellena los campos y pulsa **Abrir**.

**Nombre de host** - <mark style="color:yellow;">`Dirección`</mark>\
IP **Puerto** - <mark style="color:yellow;">`22`</mark>\
**Tipo de conexión** - <mark style="color:yellow;">`SSH`</mark>

<figure><img src="/files/Jk0rZS8NiwgbrKCsJiAf" alt=""><figcaption></figcaption></figure>

**6.** **Ingrese** el nombre de usuario.

<figure><img src="/files/tRO0mvpD9LogVsTFCb0K" alt=""><figcaption></figcaption></figure>

**7.** **Ingrese** la contraseña.

<figure><img src="/files/ccUR7OarIWsWtfvwic7C" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Las credenciales de inicio de sesión se pueden encontrar en el correo electrónico de información del servidor VPS de Xstar
{% endhint %}

**8.** El servidor ahora se puede administrar mediante comandos.


---

# 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://docs.xstar.es/juegos/servidores-vps-linux/como-conectarse-a-un-servidor-vps-a-traves-de-ssh.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.
