Skip to the content.

Usage

Commands

  1. First, run the install-server command from within the rpi-mc-server/ directory like so:
$ sudo ./install-server
  1. This will install all of the necessary software for the server into a MinecraftServer/ directory, stored in the user’s home directory.

  2. The rpi-mc-server/ folder can now be safely deleted.

  3. The start-server command can be run from anywhere on your system, not just the MinecraftServer directory. Run it like so:

$ start-server [MB of memory]

Where [MB of memory] is the amount of memory you wish to assign. We recommend 1024 for a Pi 3, and 2500 for a Pi 4, but feel free to play around.

Warning: using a value higher than 2500 may cause Java to crash. This is not an issue with the start-server script, but rather with Java itself, and as such cannot be resolved by us.

Notes