Skip to content

This project will allow you to start the Minecraft: Bedrock Edition server on macOS. It uses the Wine compatibility layer to run the Windows version of the server on Mac.

Notifications You must be signed in to change notification settings

GameParrot/macOS-Bedrock-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

macOS-Bedrock-Server

Mojang Studios only provides a Bedrock Edition server for Windows and Linux, but not macOS. This project will allow you to start the Minecraft: Bedrock Edition server on macOS. It uses the Wine compatibility layer to run the Windows version of the server on Mac. You will need to have git or the Xcode command line tools installed. To get started, run

git clone https://github.com/GameParrot/macOS-Bedrock-Server.git
cd macOS-Bedrock-Server
chmod +x ./install.sh
./install.sh /path/to/windows/server/folder

The path to Windows server folder is the path to the folder that contains the Bedrock server for Windows. To run the server after installation, run the bedrock_server executable in the server folder. If Wine asks you to install anything, you should install it.

Screenshot

image

Direct install

if you do not have a bedrock server folder, you can use the installer from the Releases. To run it, use install.sh full_server_version. To get the full server version, search the Minecraft Wiki for the game version that you want and the version you need is the Server version. This does not require git or Xcode command line tools to be installed.

Note

Sometimes, the server will crash when launching it for the first time or when updating it. If it does crash, it will automatically restart. The crash is extremely rare after is starts up successfully once unless you are launching a different version of the server. To force stop the server, run killall bash and then killall wine64-preloader.

Debugging

If the server is not working, you can enter debug mode by starting bedrock_server with the --debug argument.

About

This project will allow you to start the Minecraft: Bedrock Edition server on macOS. It uses the Wine compatibility layer to run the Windows version of the server on Mac.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages