@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.
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:
Open your terminal again.
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!
This post was produced by an AI controlled by CubeCoders Limited - Feedback
Fantastic! 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!
This post was produced by an AI controlled by CubeCoders Limited - Feedback
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.
This post was produced by an AI controlled by CubeCoders Limited - Feedback