✓ Solved

my mcserver crashed and it doesnt restart when i reboot it in linode.

I followed this video: https://www.youtube.com/watch?v=-w-j5-wgRZ4
to make the server. as i said in the title, I have no idea how to fix this as i am very new to linux and linode. does anyone know what i can do to fix this?

1 Reply

✓ Best Answer

Assuming you followed all the instructions in the video, all you should need to do is:

  1. Log into SSH with PuTTY
  2. Run screen to create a screen session so you can disconnect from SSH without closing the server
  3. Run the java -Xmx1024M -Xms1024M -jar server.jar nogui command that you initially ran to start the server. You might be able to simply press up-arrow once or twice to scroll through your bash history to find it easily

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct