Troubleshooting Kong Manager OSS

Kong Manager OSS URL doesn’t work

Problem:

You installed Kong Gateway (OSS) and it’s running, but you can’t access Kong Manager OSS. 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