Skip to content

[Bug]: Server is not reachable, Error: root@host.docker.internal: Permission denied (publickey,password) #3243

Description

@rujorgensen

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).
image

A few minor oddities that I thought is worth mentioning is:

  1. 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
  2. When running the install script I have to add "sudo" like so curl -fsSL https://cdn.coollabs.io/coolify/install.sh | **sudo** bash
  3. (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"

Update
I get exactly the same results on my second home PC running Ubuntu 24.04.1 LTS, as described above.

Minimal Reproduction

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

... root@host.docker.internal: Permission denied (publickey,password).```

Later:
`Error response from daemon: No such container: coolify-proxy`

### Version

v4.0.0-beta.323

### Cloud?

- [ ] Yes
- [X] No

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions