Open daraeowl opened 2 months ago
Hello, I'm trying to solve this error on the Servers part of the web/ui
I keep getting this error
my ufw status shows port 22/tcp enabled with all of the requiered ports for coolify
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
Server is not reachable.
Please validate your configuration and connection.
Check this documentation for further help.
Error: ssh: connect to host host.docker.internal port 22: Connection refused
v4.0.0-beta.323
I had the same problem. Used UFW to allow SSH over my VPN IP. I fix it like this:
After that, I was able to connect to the GUI and it connected to Localhost.
Description
Hello, I'm trying to solve this error on the Servers part of the web/ui
I keep getting this error
my ufw status shows port 22/tcp enabled with all of the requiered ports for coolify
Minimal Reproduction (if possible, example repository)
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
Exception or Error
Server is not reachable.
Please validate your configuration and connection.
Check this documentation for further help.
Error: ssh: connect to host host.docker.internal port 22: Connection refused
Version
v4.0.0-beta.323
Cloud?