Setup Free Raspberry Pi 4 Minecraft Java Server Pinecraft
- Prerequisites
- Install
- Check Status
- Connect to Server Console Session
- Exit the Server Console Session
- List Screen Sessions
- Related
- Links
Prerequisites
- Ubuntu Server 64bit
Can be installed using Raspberry Pi Imager
Install
sudo apt update && sudo apt upgrade -y
sudo apt install git -y
git clone https://github.com/cat5tv/pinecraft
Cloning into 'pinecraft'... remote: Enumerating objects: 447, done. remote: Counting objects: 100% (447/447), done. remote: Compressing objects: 100% (376/376), done. remote: Total 447 (delta 165), reused 235 (delta 68), pack-reused 0 Receiving objects: 100% (447/447), 467.28 KiB | 2.83 MiB/s, done. Resolving deltas: 100% (165/165), done.
cd pinecraft
sudo ./install
[OK] [OK] [OK] [OK]
Check Status
/etc/init.d/pinecraft status
1
Connect to Server Console Session
screen -R
Exit the Server Console Session
ctrl + A, D
List Screen Sessions
screen -ls
Related
- How to Auto Start Applications in Raspberry Pi OS
- Set Static IP Address on Raspberry Pi OS
- Cisco AnyConnect VPN Client on Raspberry Pi
- Raspberry Pi Imager Essentials
- How to Disable Lights on Raspberry Pi
- Open Canary Honey Pot on Raspberry Pi
- Wireless Access Point Raspberry Pi Zero W
- Raspberry Pi Links
- Raspberry Pi Problems and Fixes
- Auto Update Raspberry Pi Using a Script and Cron
- What is taking up space on Raspberry Pi
- Enable Two Factor Authentication on Raspberry Pi
- New Raspberry Pi Desktop Setup
- VNC Access to Raspberry Pi from Ubuntu
- Install WireGuard on Raspberry Pi Zero W
- Install WireGuard on Raspberry Pi Raspbian
- Pi Camera Essentials
- PiHole Essentials
- Hostapd Essentials
- IP Tables Essentials
- dnsmasq Essentials
- Create a Password Hash
- Install Open Media Vault
Links
- https://ubuntu.com/download/raspberry-pi
- https://github.com/cat5tv/pinecraft