Need help isntalling on Digital Ocean
Ran the installation script as the docs and ran successfully but cant access it on web browser?
35 Replies
How did you try to access it?
Do you have a firewall running in front of it?
just
http://ip:3000/
no firewall on vps side
What is it showing you when you try to access the UI?

Did you try to telnet from your pc to the server?
In Port 3000 ofc
yeah
And port 80 or 443?
all same result
docker ps
doesn't show the postgres containerdocker service ps should
any ideas?
What does „docker service ps“ show?
What service do iput?
You can just run the command I gave you, it will list all swarms services
Docker Documentation
docker service ps

Oh mb it’s ls instead of ps

😢
Seems sth during the install failed, you might wanna rerun the script
Yeah exactly
ok cool i'll try. thanks for replying
It might will throw some errors
dont wanna take up too. much of your time too
Nah you’re fine, I can try to help you to get it running 🙂
I think the postgres container is not installed/mounted
Im not too far into the script but you might can add a verbose param to see more logging on what’s happening
seems to be installing properly
But still not working?
ok seems like its looking for a container called
dokploy-postgres
but its not installedI’ll take a look at the script later
Ok i got it to work, the issue was that my VPS ran out of ram and it didn't install properly... jesus 🤣
Oh lmao
Thanks for the help 🙏
Should i submit a PR to address this in in the installation part?
The cheapest DO VPS doesn't work because the RAM is insufficient