# Errores comunes

## Unable to access jarfile server.jar

```
Error: Unable to access jarfile server.jar
```

**Descripción:** Este error nos indica que el archivo .jar no se encuentra.<br>

**Soluciones:**\
Si ya cuentas con un archivo jar en tu servidor, deberás cambiar su nombre a server.jar o de lo contrario copiar el nombre completo de tu archivo y pegarlo en la sección StartUp de tu servidor.

Si tu servidor no tiene ningún archivo jar deberás instalar uno, puedes [instalar un server jar desde la propia consola](https://docs2.clanky.net/games/minecraft/cambio-de-version) o puedes [instalar tu propio server jar](https://docs2.clanky.net/games/minecraft/cambio-de-version).

## Failed to load eula.txt

```
[04:32:51 WARN]: Failed to load eula.txt
[04:32:51 INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
```

**Solución:** \
**1.** Dirígete a /home/container/eula.txt\
**2.** Cambia la opción<mark style="color:blue;">`eula=false`</mark> a <mark style="color:blue;">`eula=true`</mark>**.**\
**3.** Guarda los cambios y enciende tu servidor.

## Failed to Verify Username

**Descripción:** Por defecto, todos los servidores de Minecraft al instalarse solo funcionan para jugadores que han comprado su juego en Minecraft.net, si no tienes el juego comprado no puedes acceder al servidor.\
\
**Solución:** (Cambiar tu servidor de Premium a No Premium)\
**1.** Dirígete a /home/container/server.properties\
**2.** Cambia la opción<mark style="color:blue;">`online-mode=true`</mark> a <mark style="color:blue;">`online-mode=false`</mark>**.**\
**3.** Guarda los cambios y enciende tu servidor.


---

# 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.clankyhosting.com/juegos/minecraft-java/errores-comunes.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.
