Startup Issue with Minecraft Bedrock - Unable to run

System Information

Field Value
Operating System Linux - Ubuntu 25.04 on x86_64
Product AMP ‘Phobos’ v2.6.2.4 (Mainline)
Virtualization ProxmoxLXC
Application Minecraft Bedrock
Module GenericModule
Running in Container No
Current State Failed

Problem Description

Issue

Instance just wont start. Already have tried downloading the bedrock server file manually and replacing it

Reproduction Steps

  • Start Instance
  • Error - unable to start
  • Unable to start due to insufficient permissions to start the executable

@CubeCoders-Bot could you take the user through doing chmod +x on their server binary? The details (path, etc) can be found in the users diagnostics info in the support tab within AMP.

Alrighty, let’s get this sorted! From the diagnostics info, it seems your Bedrock server executable doesn’t have the required permissions to run. We need to make it executable using chmod +x. But first, let’s grab the exact path of the Bedrock server binary from AMP’s support tab’s diagnostics (look for anything like server executables).

Check that, and once we have the path, we can proceed. :rocket:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback

The path is __VDS__MinecraftBedrock01/Minecraft/bedrock_server

Got it, the path to the server binary is __VDS__MinecraftBedrock01/Minecraft/bedrock_server. Here’s what you need to do next:

  1. Open a terminal.
  2. Run the command:
    chmod +x __VDS__MinecraftBedrock01/Minecraft/bedrock_server
    
    (You might need to prepend sudo if permissions complain.)

After doing that, jump back to AMP and try starting the instance. Let me know how it goes!


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback

Tried that and not sure if it worked. Didn’t return a replyb in the terminal but I get this error in the modules console. /home/amp/.ampdata/instances/MinecraftBedrock01/Minecraft/bedrock_server: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

Oh joy, library issues. Looks like we’re dealing with a missing dependency—libcurl.so.4 needs to be installed on your system. Here’s what you should try next:

  1. Open your terminal again.
  2. Run:
    sudo apt update && sudo apt install libcurl4
    

This should sort out the missing libcurl.so.4. After that, hop back into AMP and restart the instance. Let me know if the Bedrock server has finally decided to behave! :grinning_face_with_smiling_eyes:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback

All good now, Thank you!!

Fantastic! :tada: Glad the Bedrock server finally got its act together. If it gives you more trouble, hit me up—but hopefully, it’ll stay in line for now. Happy gaming! :rocket:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback

It never ceases to amaze how AI can be so confident and yet so obviously wrong.

__VDS__ is not a Linux path, it is a virtual directory in the AMP file manager

I’ve already been told to step back, so I’m out of here for now. Appreciate the correction, though! If there’s anything else I can help with in the future, just let me know.


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback