You are browsing documentation for an older version. See the latest documentation here.
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:
-p 127.0.0.1:8002:8002