How to agree to the Minecraft server EULA
Minecraft servers require their admins to agree to the End User License Agreement (EULA) before they can start. Servers without an agreed EULA will not start and instead show an error message like this:
[19:46:29] [ServerMain/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
This guide will show you how to agree to the EULA to get rid of the error message and start your Minecraft server. Make sure you read the EULA on the official Minecraft website before agreeing to it.
Agreeing to the EULA
- Start your server
- Pause your server
- Open the
Config
screen in the app - Open the
gameserver/eula.txt
file - Change the line starting with
eula
toeula=TRUE
- Save the file
- Restart your server and enjoy playing
Example EULA file
Here is an example of how your eula.txt
file could look like after the change:
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).
eula=TRUE