How to update the version of a Bedrock server¶
This guide is for Bedrock dedicated servers. The goal is to update the server files to the latest official release, or to align the server version with the client version in use.
Before you start
Back up your world first. Server updates can affect addons, behavior packs, or resource packs that are not yet compatible.
Method 1: Manual update with the official files¶
1. Download the official files¶
- Open Minecraft Bedrock Dedicated Server Download.
- Download the Ubuntu or Linux package suitable for the Bedrock dedicated server.
Note
The official Linux Bedrock dedicated server is distributed as a .zip file that you then extract on the server.
2. Upload to the panel¶
- Open
https://panel.nexuscloud.id/. - Select your Bedrock server.
- Go to Files.
- Upload the newly downloaded zip file.
3. Extract the files¶
- Click the three-dot menu on the zip file.
- Choose Unarchive.
- Wait for the extraction to finish.
4. Restart and check the console¶
- Go back to Console.
- Restart the server.
- Make sure the server boots normally, with no missing-file or dependency errors.
Method 2: Via the Startup variable¶
If the NexusCloud egg provides a Bedrock Version variable, you can:
- Open the Startup menu.
- Change Bedrock Version to the available version you want.
- Reinstall the server if the egg's workflow actually requires it.
- Restart the server.
Important notes¶
- Do not delete
resource_packsorbehavior_packsunless there is a clear compatibility issue. - Errors like client outdated or server outdated usually mean the client and server versions are out of sync.
- Bedrock's official documentation notes that minor or patch mismatches can cause the connection to be rejected.
If players cannot join after the update¶
- Make sure the Bedrock client version matches.
- Check for incompatible addons or packs.
- Look at the latest error in the console.
- If needed, roll back using a backup.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud