top of page

DOWNLOAD THE MINECRAFT: JAVA EDITION SERVER

If you want to run a Minecraft multiplayer server by yourself things get kind of involved. First make sure you can use java from the command line. On Linux and macOS this should already be set up but on Windows you might have to tinker with the PATH environment variable.

Download  and run  Minecraft Server.jar  with the following command:

java -Xmx1024M -Xms1024M -jar minecraft_server.1.15.2.jar nogui

​

Should you want to start the server with its graphical user interface you can leave out the "nogui" part.

bottom of page