Minecraft

My startup command "looks weird" / shows ./bedrock_server — is that normal?

If your startup command shows ./bedrock_server instead of a familiar java -jar line, don't worry — that's exactly what a Bedrock server's startup is supposed to look like.

Why it looks different

A Bedrock server runs a native binary, so its startup command is ./bedrock_server rather than the java -jar ... command a Java Edition server uses. It looks unusual next to a Java startup, but on a Bedrock egg it's completely normal.

When it's actually a mismatch

The one time to pay attention is if the server type doesn't match what you bought:

  1. If you purchased Java but see ./bedrock_server (or you bought Bedrock but see a java -jar command), you may be on the wrong server type.
  2. Check the Bedrock-specific answers for setup guidance, or open a ticket so we can confirm and fix the server type.

Tip: The startup command is a quick way to confirm your edition — java -jar means Java Edition, ./bedrock_server means Bedrock.

Frequently asked questions

Is ./bedrock_server a bug? No. It's the correct startup for a Bedrock server. Nothing is wrong.

I bought Java but see the Bedrock command — what now? You may be on the wrong server type. Review the Bedrock answers or open a ticket and we'll get you onto the right edition.