coollabsio/coolify

[Bug]: Coolify installed but port is not available

Closed this issue · 2 comments

Error Message and Logs

I had an instance of Coolify installed and it worked without a charm. One day it went down, and I can't get it back up. I've tried uninstalling and reinstalling, but an nmap of localhost doesn't show the HTTP port.

nmap output:

root@saturn:~# nmap localhost
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-11-09 22:06 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000060s latency).
Not shown: 989 closed tcp ports (reset)
PORT     STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
110/tcp  open  pop3
111/tcp  open  rpcbind
143/tcp  open  imap
783/tcp  open  spamassassin
993/tcp  open  imaps
995/tcp  open  pop3s
6001/tcp open  X11:1
6002/tcp open  X11:2
9090/tcp open  zeus-admin

installation:

Welcome to Coolify Installer!
This script will install everything for you. Sit back and relax.
Source code: https://github.com/coollabsio/coolify/blob/main/scripts/install.sh

---------------------------------------------
| Operating System  | ubuntu 24.04
| Docker            | 26.0
| Coolify           | 4.0.0-beta.364
| Helper            | 1.0.3
| Realtime          | 1.0.4
---------------------------------------------

1. Installing required packages (curl, wget, git, jq).
2. Check OpenSSH server configuration.
 - OpenSSH server is installed.
 - SSH PermitRootLogin is enabled.
3. Check Docker Installation.
 - Docker is installed.
4. Check Docker Configuration.
 - Docker configuration is up to date.
5. Download required files from CDN.
6. Make backup of .env to .env-20241109-220754
7. Propagating .env with new values - if necessary.
8. Checking for SSH key for localhost access.
9. Installing Coolify (4.0.0-beta.364)
 - It could take a while based on your server's performance, network speed, stars, etc.
 - Please wait.
 - Until then, here's a joke for you:

There are only 10 kinds of people in this world: those who know binary and those who don't.

Steps to Reproduce

  1. Install coolify
  2. nmap localhost

Example Repository URL

No response

Coolify Version

4.0.0-beta.364

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

ubuntu 24.04

Additional Information

No response

Not showing port 8000 in your nmap scan is probably normal because it is a docker port and docker handles it a little differently. Can you re-run the install script and then run docker ps and tell me if it works.

We decided to reset our machine and reinstall from scratch. Will reopen if we encounter the issue again.