Report this

What is the reason for this report?

How to make the server auto start on crashes?

Posted on February 14, 2021

Connected Tutorial(This question is a follow-up to this tutorial):

How To Create a Minecraft Server on Ubuntu 20.04

Minecraft server is notorious for crashing, everynow and then I have to login and start the server because for some reason it has crashed/killed by os.

Please suggest a way so that server is automatically restarted whenever it fails.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @munirehmad,

I would suggest using PM2 or Supervisord. I would suggest the latter.

What Supervisor does it, it automatically restarts any service, application that has been configured inside of it to run. The thing is, you would actually need some time to configure it and if you are not aware of how it works, you’ll need to spare sometime learning it.

Having said that, DigitalOcean have a tutorial that can help you out in this case :

https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-supervisor-on-ubuntu-and-debian-vps

Try it out and see how it goes and if it suits your needs.

Regards, KFSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.