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, @rodrigocapital
What happens if you try to access it using your IP address but with https as well? Basically like this:
https://IPaddr:7080
If this is still not working can you please let me know if you’re getting any error messages in your browser or if you can track any logs in the server logs as well?
Let me know how it goes.
Regards, Alex
Hello, @rodrigocapital
Can you confirm if the web server is running fine? You can check this via ssh using netstat
netstat -plunta | grep 80
and
netstat -plunta | grep 443
Let me know what’s the output of this.
Regards, Alex
Hello, @rodrigocapital
Your droplet is running out of memory and the process killer have killed the mysql service in order to prevent further issues. May I ask if you expect a lot of mysql queries for your site?
Regards, Alex