> For the complete documentation index, see [llms.txt](https://smadi0x86-blog.gitbook.io/smadi0x86-playground/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smadi0x86-blog.gitbook.io/smadi0x86-playground/certifications/kgac-101-kong-gateway-foundations/getting-started-with-kong-enterprise.md).

# Getting Started with Kong Enterprise

## What is Kong Enterprise?

&#x20;Kong Gateway Enterpise is the scalable, secure, and self-managed API management solution

<figure><img src="https://4247064012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFLaJdzZGSq1DpczuSySw%2Fuploads%2FQfdMBf4d0Vzeh4GWN5WR%2Fimage.png?alt=media&amp;token=6f19a59b-0ea0-4bb4-86ec-d3832b57cc7d" alt=""><figcaption></figcaption></figure>

## Benefits of Kong Enterprise

<figure><img src="https://4247064012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFLaJdzZGSq1DpczuSySw%2Fuploads%2FCZrCcbxeMZK0sHk5UxNN%2Fimage.png?alt=media&amp;token=e35607c5-8262-4ffd-bde9-4c325ee314bf" alt=""><figcaption></figcaption></figure>

## What is Kong Manager?

{% embed url="<https://docs.konghq.com/gateway/latest/kong-manager/enable/>" %}

Kong Manager is the graphical user interface (GUI) for Kong Gateway. It uses the Kong Admin API under the hood to administer and control Kong Gateway.

#### Here are some of the things you can do with Kong Manager:

* Manage all workspaces in one place
* Create new routes and services
* Activate or deactivate plugins
* Group your teams, services, plugins, consumer management, and everything else exactly how you want them
* Manage users and roles for Kong Gateway
* Centrally store and easily access key sets and keys.

Access Kong Manager on port `8002` at the path you specified in `KONG_ADMIN_GUI_PATH`, or the default URL `http://localhost:8002/workspaces`.

{% hint style="info" %}
**Note**: If you are running Kong in [traditional mode](https://docs.konghq.com/gateway/3.6.x/production/deployment-topologies/traditional/), increased traffic could lead to potential performance issues for the Kong proxy. Server-side sorting and filtering large quantities of entities can also cause increased CPU usage in both Kong Gateway and its database.
{% endhint %}

## What is Kong Admin API?

Kong Gateway comes with an **internal** RESTful Admin API for administration purposes. Requests to the Admin API can be sent to any node in the cluster, and Kong will keep the configuration consistent across all nodes.

* `8001` is the default port on which the Admin API listens.
* `8444` is the default port for HTTPS traffic to the Admin API.

This API is designed for internal use and provides full control over Kong, so care should be taken when setting up Kong environments to avoid undue public exposure of this API. See [Securing the Admin API](https://docs.konghq.com/gateway/3.6.x/production/running-kong/secure-admin-api/) for more information about security methods.

## What is Kong Manager OSS <a href="#main" id="main"></a>

Kong Manager Open Source (OSS) is the graphical user interface (GUI) for Kong Gateway (OSS). It uses the Kong Admin API under the hood to administer and control Kong Gateway (OSS). To access Kong Manager OSS, go to the following URL after installing Kong Gateway (OSS): <http://localhost:8002>

#### Here are some of the things you can do with Kong Manager OSS:

* Create new routes and services
* Activate or deactivate plugins
* Group your services, plugins, consumer management, and everything else exactly how you want them
* Manage certificates
* Centrally store and easily access key sets and keys.

{% hint style="info" %}
**Note:** If you are using the Enterprise image of Kong Gateway, you can use the [Kong Manager Enterprise](https://docs.konghq.com/gateway/3.6.x/kong-manager/).
{% endhint %}
