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.
Hi there @peterLobster,
As your firewall is already configured correctly, I believe that your instance is configured to listen only on 127.0.0.1:3000 but if you want to access it remotely you need to change the “listen” address to 0.0.0.0:3000.
To check if this is true, run the following command:
- sudo netstat -plant | grep 3000
Let me know how it goes! Regards, Bobby
Unfortunately no response the the command sudo netstat -plant | grep 3000
but I already know it’s not listening.
I have searched to the answer to no avail - can you please let me know how to “listen” to 0.0.0.0:3000 ? Thanks in advance … Peter