coolify
coolify copied to clipboard
[Bug]: Server is not reachable, Error: [email protected]: Permission denied (publickey,password)
Description
I'm installing Coolify on a home PC using the auto-install script curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
, but I'm running into a lot of issues when trying to connect a server (localhost). I've tried double checking the SSH-keys, but nothing seems wrong there (I don't know alot about SSH-connection/keys though).
A few minor oddities that I thought is worth mentioning is:
- When I later try to uninstall Coolify, and stop the running containers, I get an error about a service that is not running called "coolify-proxy"
Error response from daemon: No such container: coolify-proxy
- When running the install script I have to add "sudo" like so
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | **sudo** bash
- (It just appeared to me that the IP given there was my global IP, and I don't have ports open right now, so I guess this is not important) When the installation completes with the message below, I get a timeout in my browser when using the given IP. I am, however, able to connect to the coolify instance using the IP of the PC on my network, in this case http://192.168.8.3:8000/
Congratulations! Your Coolify instance is ready to use.
Please visit http://<ip>:8000 to get started.
My Docker version is "27.2.0, build 3ab4256"
Minimal Reproduction (if possible, example repository)
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash, then go to ip-of-pc-on-local-network:8000, and try to connect to the server on localhost.
Exception or Error
... [email protected]: Permission denied (publickey,password).```
Later:
`Error response from daemon: No such container: coolify-proxy`
### Version
v4.0.0-beta.323
### Cloud?
- [ ] Yes
- [X] No