주요 콘텐츠로 건너뛰기

How to create your own Minecraft Server

  1. How to create your own Minecraft Server, Make sure your device is updated: 1 단계, 이미지 1/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: 2 단계, 이미지 1/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: 3 단계, 이미지 1/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: 4 단계, 이미지 1/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

결론

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명이 해당 안내서를 완성하였습니다.

Jacob Mehnert

회원 가입일: 10/18/21

26,997 평판

안내서 43개 작성하였습니다

iFanatics iFanatics 회원

Community

54 회원들

안내서 154개 작성하였습니다

댓글 0개

댓글 쓰기

조회 통계:

24 시간 전: 1

7일 전: 7

30일 전: 15

전체 시간: 422