Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Coolify installed but port is not available #4227

Closed
willuhmjs opened this issue Nov 9, 2024 · 2 comments
Closed

[Bug]: Coolify installed but port is not available #4227

willuhmjs opened this issue Nov 9, 2024 · 2 comments

Comments

@willuhmjs
Copy link

willuhmjs commented Nov 9, 2024

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

@willuhmjs willuhmjs added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Nov 9, 2024
@peaklabs-dev peaklabs-dev added 💤 Waiting for feedback Issues awaiting a response from the author. and removed 🔍 Triage Issues that need assessment and prioritization. labels Nov 20, 2024
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Nov 20, 2024
@peaklabs-dev
Copy link
Member

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.

@willuhmjs
Copy link
Author

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

@github-actions github-actions bot removed 🐛 Bug Reported issues that need to be reproduced by the team. 💤 Waiting for feedback Issues awaiting a response from the author. labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants