✓ 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
_Brian
Linode Staff
✓ Best Answer
Assuming you followed all the instructions in the video, all you should need to do is:
- Log into SSH with PuTTY
- Run
screen
to create a screen session so you can disconnect from SSH without closing the server - 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