Closed CALROB closed 1 year ago
What is the version of Kong and what is your Kong configuration (kong.conf or env vars)?
admin_gui_listen = 0.0.0.0:8002 admin_gui_url = http://MYIPADDRESS:8002
Default everything else
What package of Kong are you using? Can you share the installation steps you have followed?
The only thing I did extra was instal nginx
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).
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.
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
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