Bds Maneger core will try to find and run a server compatible with Android, Linux, Windows and MacOS systems.
The Binary files made available by the project will have a high chance of being present on most CPU systems and architectures.
Servers
Servers With Binaries or files Maintained by the project.
Minecraft Bedrock Server (Alpha)
This is the server provided by Mojang Studios for Minecraft Bedrock, it is still in Alpha and supports a few systems and architectures (Linux amd64 and Windows x64). The project applies some missing files in the docker image for arm64 (aarch64) and arm (armel) architectures.
Windows server core
Windows server core can give DLL errors, you can go after them and manually put them in the system, we recommend you install all c++ redistributed
.
Linux libssl
Download and install this package to debian/ubuntu
Minecraft Java Server
This is the server provided by Mojang Studios to host your own server at home. Runs on most systems running Openjdk 16+.
Java Installer
Windows java 18
Link: Oracle Download Page.
Debian/Ubuntu
- Run with
root
orsudo
.
apt update
JAVAVERSIONS="$(apt search openjdk|grep '/'|grep 'openjdk-'|sed 's|/| |g'|awk '{print $1}'|grep 'jre'|sed -e 's|-jre.*||g'|uniq)";
case $JAVAVERSIONS in
*17* ) apt install -y openjdk-17*;;
*16* ) apt install -y openjdk-16*;;
*) echo "Unsupported Java Version, avaibles"; echo "$JAVAVERSIONS";exit 1;;
esac
Pocketmine-MP (pmmp)
Pocketmine-MP is a server written entirely in PHP and its main focus is its plugins, its code is completely open source.
Bds Manager maintains several pre-build PHP binaries for android, macOS, Windows and Linux.
Spigot
- From SpigotMC Wiki
Founded in 2012, SpigotMC.org is home to the community behind the biggest Minecraft server software projects and provides a place for everyone involved with Minecraft servers to connect with each other whether they seeking help and support or sharing and showcasing their work. We provide a web forum, chat room and wiki for providing support as well as project hosting for content creators and hope that you too will become involved in this extensive and growing community of more than 300,000 members.