> For the complete documentation index, see [llms.txt](https://lifesteal-1.gitbook.io/lifesteal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lifesteal-1.gitbook.io/lifesteal/lifesteal-es/minecraft/problemas-tecnicos-avanzados.md).

# Problemas técnicos avanzados

***

### 1️⃣ Sesión inválida / Firma de clave pública inválida

#### Síntomas

* Desconexión inmediata del servidor
* Mensaje: `Sesión inválida` o `Firma de clave pública inválida`

#### Soluciones

1. Asegúrate de estar correctamente conectado a tu cuenta **Microsoft / Mojang** en el launcher oficial.
2. Reinicia completamente Minecraft (cierra todas las ventanas).
3. Verifica que estás usando la **versión correcta del juego (1.21.4)**.
4. Si el problema persiste, reinicia tu PC.

***

### 2️⃣ Expulsión instantánea al entrar al servidor

#### Síntomas

* Te expulsan justo después de unirte al servidor
* Ningún mensaje específico o “unknown reason”

#### Soluciones

1. Verifica que tu **pack de recursos está aceptado**.
2. Actualiza tus **lanzador** y **mods** si usas alguno.
3. Verifica que tu **seudónimo** no contiene caracteres especiales prohibidos.
4. Reinicia el servidor o tu juego si es necesario.

***

### 3️⃣ Lag / bajo FPS

> Para esta sección, consulta [`Lag o bajo FPS: ¿qué hacer?`](https://lifesteal-1.gitbook.io/lifesteal/minecraft/lag-ou-faible-fps-que-faire)

***

### 4️⃣ Errores de conexión / Timeout

#### Síntomas

* Imposible conectarse
* Mensaje: `Conexión agotada (Connection Timed Out)`

#### Soluciones

1. Verifica tu **conexión a Internet** (se recomienda cable Ethernet).
2. Cierra descargas o vídeos en segundo plano.
3. **No uses VPN**, el servidor dispone de un **anti-VPN** activo que bloquea las conexiones vía VPN.
4. Verifica que el servidor no esté en mantenimiento: [Discord LifeSteal](https://discord.gg/3vMguzZFbJ).

***

### 5️⃣ Otros problemas frecuentes

* **Mods incompatibles** : desactívalos uno por uno para encontrar al culpable
* **Java obsoleto** : actualiza a la última versión (Java 17+)
* **Launcher personalizado** : verifica que esté actualizado y correctamente configurado

***

🎯 **Consejo general**\
Si no encuentras una solución, abre un **ticket en Discord** en [**`『📩』tickets`**](https://discord.com/channels/1331635184839430215/1331635185435021428) o [**`『📩』tickets-prioritarios`**](https://discord.com/channels/1331635184839430215/1422312038264475731) para obtener asistencia directa del staff.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lifesteal-1.gitbook.io/lifesteal/lifesteal-es/minecraft/problemas-tecnicos-avanzados.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.
