Download the Phar:
The official archive is no longer hosted on the main PocketMine site. However, legacy builds exist on GitHub archives. Look for PocketMine-MP_0.14.3.phar under third-party mirrors (proceed with caution).
Obtain PHP 7.0 binary:
sudo apt-get install php7.0-cli php7.0-mcrypt php7.0-mysqlCreate a server directory:
mkdir pocketmine_143
cd pocketmine_143
Run the server:
php -dphar.readonly=0 PocketMine-MP_0.14.3.phar
The first run generates server.properties and plugins/ folders. pocketmine 0.14.3
Edit server.properties:
motd=A Legacy PocketMine 0.14.3 Server
gamemode=0
max-players=20
xbox-auth=false
enable-query=true
If you want a safe, up-to-date MCPE/Bedrock server today, consider: PocketMine 0
PocketMine-MP version 0.14.3 represents a specific, stable snapshot in the history of Minecraft: Pocket Edition server software. Released during the "PE Golden Age"—before the Better Together Update unified Bedrock Edition—this version served as the final polishing update for the 0.14.x lifecycle. It is historically significant as one of the last major iterations before the introduction of leveldb world formats and the massive architectural shifts introduced in Minecraft PE v1.0.
Note: PocketMine-MP 0.14.3 is an older Minecraft: Pocket Edition server build. This guide assumes you want to install, run, and manage a basic server on a Linux machine (Debian/Ubuntu). Adjust paths and commands for other OSes. Download the Phar: The official archive is no
When you run the server for the first time, it will generate necessary files and ask you to set up the server properties.
Server Properties (server.properties)
Open this file with a text editor to customize your server.
server-port: Default is 19132. Make sure this port is forwarded on your router if you want friends to join.server-name: The name that appears in the server list.gamemode: 0 (Survival), 1 (Creative), 2 (Adventure).difficulty: 0 (Peaceful), 1 (Easy), 2 (Normal), 3 (Hard).max-players: Maximum number of players allowed.level-name: The name of your world folder (e.g., world).level-type: DEFAULT, FLAT, or NORMAL.