Troubleshooting Kong Manager

Kong Manager URL doesn’t resolve

Problem:

You installed Kong Gateway and it’s running, but you can’t access Kong Manager. Most likely, the port wasn’t exposed during installation.

Solution:

Install a new instance and map port 8002 during installation. For example, with a Docker install:

  1. -p 127.0.0.1:8002:8002