Report this

What is the reason for this report?

Supabase Postgres 0.12.0 on Ubuntu 18.04 - no response on port 3000

Posted on May 25, 2020

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!

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:

  1. 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

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.