Introduction
This tutorial will show, How to install PocketMine-MP in any platforms/devices!
NOTE
This site is for educational purposes only!!
Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.
Setup Requirements
A computer or device with the following is required:
- 64-bit CPU
- 64-bit operating system
- 1GB RAM or better
The following are not requirements, but recommended:
- Dual-core or better CPU
Linux/MacOS only
Create a directory which you want to install PocketMine-MP into, and cd
into it.
Then use curl
to install PocketMine-MP using the following command:
curl -sL https://get.pmmp.io | bash -s -
or, if you don’t have curl
, try wget
:
wget -q -O - https://get.pmmp.io | bash -s -
Installing manually
No installer available for your platform? Did the installer fail? It is not your taste? YOLO? DIY!
Getting PHP for your server
- Download your flavor PHP binary (Downloads)
- Extract the PHP binary into your server directory. If everything went well, you should have a bin folder in your server directory.
- (Windows only) Download and install Microsoft Visual C++ Redistributable 2019 (Downloads)
Getting PocketMine-MP
- Create a new directory for PocketMine-MP.
- Download PocketMine-MP.phar (Downloads)
- Rename the .phar to PocketMine-MP.phar.
- Place it in the PocketMine-MP directory you just created.
- Get the start script for your platform (Windows, Linux/MacOS bash)
- (Linux/MacOS only) Make start.sh executable (chmod +x start.sh)
Downloads for manual install/update
PocketMine-MP prebuilt phars
TIP:
Can’t see the downloads? Click on ‘Assets’ to expand the downloads list.
Prebuilt PHP binaries and related packages
- PHP 8.0
- (Windows only) Microsoft Visual C++ 2019 Redistributable
NOTE:
If there are no prebuilt binaries of the version you want available for your platform, you may be able to build your own using our compile scripts.
Android and IOS only
- If you are using Termux App for Android, You can view full tutorial about installing pocketmine manually on your platform.
- You can download an alternative app which does not came from officialy from PocketMine-MP, You can read it here about it.