Kong / kong

🦍 The Cloud-Native API Gateway and AI Gateway.
https://konghq.com/install/#kong-community
Apache License 2.0
39.24k stars 4.81k forks source link

Kong Manager Refuses to listen to port 8002 #10392

Closed CALROB closed 1 year ago

CALROB commented 1 year ago

Kong Manager Refuses to listen to port 8002 - COnnection refused everytime, firewall definitely open too. Everything else seems to work, kong manager just refuses to work.

Ubuntu 22.04 - Postgres not Docker

hbagdi commented 1 year ago

What is the version of Kong and what is your Kong configuration (kong.conf or env vars)?

CALROB commented 1 year ago

admin_gui_listen = 0.0.0.0:8002 admin_gui_url = http://MYIPADDRESS:8002

CALROB commented 1 year ago

Default everything else

hbagdi commented 1 year ago

What package of Kong are you using? Can you share the installation steps you have followed?

CALROB commented 1 year ago

https://docs.konghq.com/gateway/latest/install/linux/ubuntu/?install=oss&_ga=2.190800875.1946353956.1677616243-1500042567.1677616239

apt install -y kong=3.2.1

CALROB commented 1 year ago

The only thing I did extra was instal nginx

hbagdi commented 1 year ago

Try this: https://docs.konghq.com/gateway/latest/install/linux/ubuntu/.

You need to install an enterprise edition for Kong Manager to work. You can use all features of open-source plus some more free goodies with the enterprise edition (without an enterprise license).

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

j796160836 commented 10 months ago

Also, admin backend api may need to update Change admin_gui_api_url at kong.conf or inject environment variable KONG_ADMIN_GUI_API_URL for a proper value.

for example,

admin_gui_api_url=http://192.168.1.100:8001

Reference: https://github.com/Kong/kong/blob/master/kong.conf.default