Skip to the content.

Prequisites

Installation

We’ve tried to make it as easy as possible to install, although the process differs slightly depending on which build of Raspbian you are on.

If you are on Raspbian Lite, ensure SSH is turned on, there is an official tutorial here. This is not mandatory but it is often easier to SSH into a headless device.

Show the Raspbian settings with

sudo raspi-config

Ensure ‘Expand filesystem’ is turned on, via ‘Advanced settings > Expand filesystem’.

Execute the following commands to download and extract the package:

wget --no-check-certificate --content-disposition https://github.com/ThamesDev/rpi-mc-server/releases/download/1.1.0/rpi-mc-server.tar.gz
tar -xvzf rpi-mc-server.tar.gz

Usage

Please find usage instructions here.