メインコンテンツにスキップ

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 の人々がこのガイドを完成させました。

作成者

1人の作成者と共同作成されました。

Jacob Mehnert

メンバー登録日: 10/18/21

27,122 ポイント

43のガイドは作成済み

チーム

iFanatics iFanatics人のメンバー

Community

54 メンバー

154のガイドは作成済み

0 件のコメント

コメントを追加

統計データ:

過去 24時間: 1

過去 7 日: 2

過去 30 日: 12

今までの合計 424