Saltar al contenido principal

How to create your own Minecraft Server

  1. How to create your own Minecraft Server, Make sure your device is updated: paso 1, imagen 1 de 1
    • To start your server make sure the device you are using has the latest software update. This ensures the device has the latest security patches.

    • This process will vary depending on the OS you are using, but for Linux use the following command: sudo apt-get update && sudo apt-get upgrade

  2. How to create your own Minecraft Server, Installing the latest JDK: paso 2, imagen 1 de 1
    • To run the Minecraft server you will need the latest Java Development Kit. For Linux you will just run the following command: sudo apt install default-jdk

    • While this command will work on both Linux and Mac operating systems, the process does change when using Windows. The instructions for a Windows installation can be found here.

  3. How to create your own Minecraft Server, Get the latest .jar file from Mojang: paso 3, imagen 1 de 1
    • Download the latest .jar file from the Mojang website here onto the device acting as your server.

    • It is recommended that you keep the file in its own directory when you download it

  4. How to create your own Minecraft Server, Running your server: paso 4, imagen 1 de 1
    • In your command line, navigate to the directory that has your .jar file and run the following command...

    • java -Xmx3000M -Xms3000M -jar server.jar nogui

    • 3000 is the amount of ram that we are dedicating to our server and is measured in Megabytes. You can also remove nogui if you want to use the GUI interface.

    • You may get a warning that says you didn't accept EULA. To fix this issue open the eula.txt file and set the eula variable to true

Conclusión

Congratulations! You now have your own private Minecraft server.

While this tutorial should give you a good foundation for making a server, some other good practices should be observed.

Firstly, it is recommended that you learn how to backup your server, as to not lose any progress that would have been made. A tutorial for that can be found here, but it is recommend you learn how to configure your device to a RAID 1 configuration. This way if your main storage fails you will have a copy on a spare storage drive.

Otherwise, you now have a private server that you and your friends can play on.

2 personas más completaron esta guía.

Jacob Mehnert

Miembro Desde 10/18/21

27,027 Reputación

43 Guías creadas

Equipo

iFanatics Miembro de iFanatics

Community

54 Miembros

154 Guías creadas

0 comentarios

Agregar Comentario

Ver Estadísticas:

Ultimas 24 horas: 0

Ultimos 7 días: 7

Ultimos 30 días: 15

Todo El Tiempo: 422