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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Hello,
It would really depend on how your bot was setup. There are a few things that you could try to do:
ps aux | grep node
If you don’t get any output then you might have to run npm start to start again your app
If the error logs on your server, you could start with the syslog at:
tail -100 /var/log/syslog
Those are just some generic suggestions, in order to be able to advise you further, you would need to share some more details regarding your setup.
Regards, Bobby