As i created a droplet of ubuntu and it closes after every hour my progress is being lose any solution to keep it awake for 24/7
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.
The same problem for more than a month. I search for a solution, and I did not find it. Every hour it stops, and it cannot be worked on
Hello @climaxninja
You can check the server logs for more details. It is possible that the server runs out of resources (CPU, RAM) and halts/reboots.
The
syslog
will be a good place to start. You can run the following command:This should return any error messages that can explain the problem you’re currently experiencing.
Regards