By peterLobster
I installed Supabase into a droplet, but cannot access port 3000 remotely in order to interact with the install. Accessing Postgresql works just fine over port 5432 with an “accepting connections” response on the server.
The firewall shows 3000/tcp ALLOW IN anywhere, but <ipv4>:3000 shows “no response”. Any help would be very much appreciated.
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.