D
Dokploy4mo ago
T31K

Need help isntalling on Digital Ocean

Ran the installation script as the docs and ran successfully but cant access it on web browser?
Digest: sha256:f6fd31c31fbd71925ad40095e090be540544c4466e6e28192d00bfffcd24f275
Status: Downloaded newer image for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
zemcnwdsp5fevag46eyxinaar
overall progress: 1 out of 1 tasks
1/1: running
verify: Service zemcnwdsp5fevag46eyxinaar converged

Congratulations, Dokploy is installed!
Digest: sha256:f6fd31c31fbd71925ad40095e090be540544c4466e6e28192d00bfffcd24f275
Status: Downloaded newer image for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
zemcnwdsp5fevag46eyxinaar
overall progress: 1 out of 1 tasks
1/1: running
verify: Service zemcnwdsp5fevag46eyxinaar converged

Congratulations, Dokploy is installed!
35 Replies
DJKnaeckebrot
DJKnaeckebrot4mo ago
How did you try to access it? Do you have a firewall running in front of it?
T31K
T31KOP4mo ago
just http://ip:3000/ no firewall on vps side
No description
DJKnaeckebrot
DJKnaeckebrot4mo ago
What is it showing you when you try to access the UI?
T31K
T31KOP4mo ago
No description
DJKnaeckebrot
DJKnaeckebrot4mo ago
Did you try to telnet from your pc to the server? In Port 3000 ofc
T31K
T31KOP4mo ago
yeah
telnet: connect to address XXX.XXX.XX.XX: Connection refused
telnet: Unable to connect to remote host
telnet: connect to address XXX.XXX.XX.XX: Connection refused
telnet: Unable to connect to remote host
DJKnaeckebrot
DJKnaeckebrot4mo ago
And port 80 or 443?
T31K
T31KOP4mo ago
all same result docker ps doesn't show the postgres container
DJKnaeckebrot
DJKnaeckebrot4mo ago
docker service ps should
T31K
T31KOP4mo ago
any ideas?
DJKnaeckebrot
DJKnaeckebrot4mo ago
What does „docker service ps“ show?
T31K
T31KOP4mo ago
What service do iput?
DJKnaeckebrot
DJKnaeckebrot4mo ago
You can just run the command I gave you, it will list all swarms services
T31K
T31KOP4mo ago
No description
DJKnaeckebrot
DJKnaeckebrot4mo ago
Oh mb it’s ls instead of ps
T31K
T31KOP4mo ago
No description
T31K
T31KOP4mo ago
😢
DJKnaeckebrot
DJKnaeckebrot4mo ago
Seems sth during the install failed, you might wanna rerun the script
T31K
T31KOP4mo ago
i see just the curl command right curl -sSL https://dokploy.com/install.sh | sh
DJKnaeckebrot
DJKnaeckebrot4mo ago
Yeah exactly
T31K
T31KOP4mo ago
ok cool i'll try. thanks for replying
DJKnaeckebrot
DJKnaeckebrot4mo ago
It might will throw some errors
T31K
T31KOP4mo ago
dont wanna take up too. much of your time too
DJKnaeckebrot
DJKnaeckebrot4mo ago
Nah you’re fine, I can try to help you to get it running 🙂
T31K
T31KOP4mo ago
I think the postgres container is not installed/mounted
DJKnaeckebrot
DJKnaeckebrot4mo ago
Im not too far into the script but you might can add a verbose param to see more logging on what’s happening
T31K
T31KOP4mo ago
seems to be installing properly
T31K
T31KOP4mo ago
DJKnaeckebrot
DJKnaeckebrot4mo ago
But still not working?
T31K
T31KOP4mo ago
ok seems like its looking for a container called dokploy-postgres but its not installed
DJKnaeckebrot
DJKnaeckebrot4mo ago
I’ll take a look at the script later
T31K
T31KOP4mo ago
Ok i got it to work, the issue was that my VPS ran out of ram and it didn't install properly... jesus 🤣
DJKnaeckebrot
DJKnaeckebrot4mo ago
Oh lmao
T31K
T31KOP4mo ago
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

Did you find this page helpful?