Update a Minecraft Server

If Minecraft gets updated, you'll need to update your server before players with the new version can connect. Luckily, updating your Minecraft server is fairly straightforward. You can even save all of your old configuration files so that you don't need to adjust any settings in the new version.

Steps

  1. Open your Minecraft Server folder.
    • This is the folder that contains all of the files for your server.
  2. Create backups of your essential configuration files.
    • Make copies of the following files into another location so that you can restore them after updating the server:
    • banned-ips.txt
    • banned-players.txt
    • ops.txt
    • server.properties
  3. Copy your "world" folder.
    • Place this copy with your backed up configuration files so that you can restore it after the update and access your saved world.
  4. Copy your start script of batch file.
    • If you use a script to start Minecraft, make a copy of it to another location. You can restore it later to easily start your server.
  5. Delete everything in the folder.
    • Once you've backed up your important files to another location, delete everything in your Minecraft Server folder. This will keep old files from causing problems with your new installation.
  6. Download the new server file from Minecraft.net.
    • Visit minecraft.net/download and download the server file for your operating system.
    • If you are using Windows, download the EXE file.
    • If you are using OS X or Linux, download the JAR file.
  7. Copy the new server file into your Minecraft Server folder.
  8. Rename the server file.
    • If you use a script or batch file to start your server, you'll want to rename the new server file so that the old script still works. Remove the version number from the end of the new server file to make your old scripts compatible.
    • For example, minecraft_server.1.8.exe would be renamed to minecraft_server.exe
  9. Run the server file.
    • Double-click the new EXE or JAR file to run the new server for the first time. It will create all of the files it needs to run.
  10. Close the server.
    • As soon as the files are finished being created, close the server.
  11. Restore your backed up files.
    • Move your files, script, and "world" folder back into the Minecraft Server folder.
  12. Open the .eula.txt file.
    • Find the eula=false line and change it to eula=true. Save the file and exit the text editor.
  13. Start your server.
    • The update process is complete.

Tips

  • If you are running a CraftBukkit server, you may have to wait a few days after the update is released for the CraftBukkit version to come out.

Related Articles