Nothing on port 9000 after following https://develop.sentry.dev/self-hosted/

Hi, I need some help.
I create a new instance running ubuntu 20.04 LTS and after following the official setup for develop.sentry.dev/self-hosted/, When I go to myip:9000 I don’t see the login page. Am I missing something? Sorry I’ve never worked with sentry.

What I’ve done:

Install docker and docker-compose in the instance, downloaded onpremise (https://github.com/getsentry/onpremise/archive/refs/tags/21.4.1.tar.gz), extract and, sudo ./install.sh

I have nginx installed too :slight_smile:

Thanks in advance!

Hello!

Did you exec “docker-compose up -d” inside sentry directory (where is located your “docker-compose.yml” file)?
Can you show output of command “docker ps”?

And additional question - if you exec “curl 127.0.0.1:9000” inside your Ubuntu what will be returned?

2 Likes

Dear lamoss,

Nothing happens, just go to another line…

Thank you very much for your response! Kind regards

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.