Automatic start of a Minecraft server

October 15, 2023, 17:48

lowbow_hd

Hello, I have created a Minecraft server on my Raspberry Pi. Now I want the Minecraft server to start automatically after starting the Raspberry Pi. How can I do it?

k9t33n

I will find the command in a second but first can you tell me what the performance of the pi is

lowbow_hd

This is the Raspberry Pi 4 model B I do not know what the performance is.

lowbow_hd

with Raspberry OS full (64) as operating system

lowbow_hd

I have created a Minecraft server on the desktop. Before that I installed the appropriate java jdk version. And start the server with 3gb memory. now I want to start the server automatically after starting the Raspberry Pi

k9t33n

I can't find out how to do this

k9t33n

let me Google it later

null

It would be better if you set up the server headless. GUI pulls resources and increases the area for attacks. Server should always be installed minimally and then install what is needed. And with GUI, automatic startup will be more difficult than with headless servers.

lowbow_hd

Okay, good to know. dan I will try it headless. Thank you.