MCTOOLBOX
MC ToolboxMC TOOLBOX

Servidor y archivos

Generador de eula.txt

Crea el archivo eula.txt que necesita un servidor Minecraft Java al iniciarse por primera vez. Acepta tú mismo la EULA oficial antes de activarlo.

Archivo EULA

Coloca eula.txt junto al JAR del servidor. Términos oficiales: https://aka.ms/MinecraftEULA

eula.txt generado

#Al cambiar la configuración siguiente a TRUE, indicas que aceptas nuestra EULA (https://aka.ms/MinecraftEULA).
eula=false

Cómo crear y usar eula.txt de forma segura

Minecraft Java Edition crea eula.txt en la carpeta del servidor después del primer inicio. Detén el servidor, lee el EULA oficial de Minecraft y establece eula=true solo cuando aceptes personalmente esos términos. Este generador prepara el pequeño archivo de texto, pero no puede aceptar el acuerdo en tu nombre.

Descarga el archivo generado y colócalo en la misma carpeta que el JAR del servidor, server.properties y la carpeta de registros. Mantén el nombre de archivo exactamente como eula.txt, usa true o false en minúsculas y reemplaza una copia anterior solo después de verificar que estás editando la instancia de servidor correcta.

Reinicia el servidor desde su consola normal o panel de alojamiento. Si aún se detiene con una advertencia de EULA, verifica si hay una carpeta de servidor duplicada, un archivo renombrado como eula.txt.txt, permisos de escritura insuficientes o un panel de alojamiento que gestione la aceptación del EULA por separado.

Confirma qué directorio del servidor está realmente en ejecución

Los paneles de hosting, los contenedores Docker y los scripts de inicio pueden usar un directorio de trabajo distinto de la carpeta que abriste en un administrador de archivos. Revisa el comando de inicio y los registros recientes para identificar la raíz del servidor activo. Cada instancia de servidor Java separada necesita su propio eula.txt junto al JAR que inicia.

Solución de problemas y preguntas frecuentes de eula.txt

Does this generator accept the Minecraft EULA for me?

No. You must review and accept the official terms yourself. The generator only records your selection as eula=true or eula=false.

¿Dónde debo poner eula.txt?

Place it in the root folder of the Minecraft Java server, beside the server JAR. Do not put it inside the world, plugins, mods, or configuration folders.

Why does the server still say I have not accepted the EULA?

Confirm that the file is named eula.txt, contains eula=true, and is stored beside the JAR that is actually running. On Windows, enable file extensions to make sure the name is not eula.txt.txt.

Does this file work for Bedrock Dedicated Server?

No. eula.txt is part of the Minecraft Java server startup flow. Bedrock Dedicated Server uses a different installation and configuration process.

Can I edit the generated file manually?

Yes. eula.txt is plain text. Keep the eula setting on its own line and use only true or false after the equals sign.

Is it safe to share eula.txt?

The standard file does not contain a password or server token, but it records acceptance of the EULA. Generate and manage it for the server you control rather than accepting terms for someone else.