Admin UI

Use the agentgateway Admin UI to view and manage your standalone proxy configuration in real time.

About

The agentgateway Admin UI is a built-in web interface that runs alongside the proxy on port 15000 by default. In standalone mode, the UI is fully interactive — you can inspect your current configuration and manage your proxy without restarting agentgateway.

The Admin UI is separate from the Web UI integrations, which are third-party AI chat frontends (such as Open WebUI or LibreChat) that you connect to agentgateway as a backend. The Admin UI is the management interface for agentgateway itself.

Open the Admin UI

  1. Start agentgateway with a config file.

    agentgateway -f config.yaml

    Example output:

    INFO app  serving UI at http://localhost:15000/ui
  1. Open http://localhost:15000/ui/ in your browser.

    The Admin UI dashboard shows your configured listeners and port bindings.

Customize the Admin UI port

By default, the Admin UI binds to localhost:15000. To use a different address or port, set adminAddr in the config section of your config file.

  1. Add or update the adminAddr field in your config file. The value must use ip:port format.

    # yaml-language-server: $schema=https://agentgateway.dev/schema/config
    config:
      adminAddr: localhost:9090
  2. Start agentgateway with the updated config.

    agentgateway -f config.yaml

    Example output:

    INFO app  serving UI at http://localhost:9090/ui
  1. Open the UI at the new address. In this example, navigate to http://localhost:9090/ui/.
ℹ️
If you change adminAddr, update any agentgateway admin API commands to use the new address. For example, change curl http://localhost:15000/logging to use the new port.
Agentgateway assistant

Ask me anything about agentgateway configuration, features, or usage.

Note: AI-generated content might contain errors; please verify and test all returned information.

Tip: one topic per conversation gives the best results. Use the + button in the chat header to start a new conversation.

Switching topics? Starting a new conversation improves accuracy.
↑↓ navigate select esc dismiss

What could be improved?

Your feedback helps us improve assistant answers and identify docs gaps we should fix.

Need more help? Join us on Discord: https://discord.gg/y9efgEmppm

Want to use your own agent? Add the Solo MCP server to query our docs directly. Get started here: https://search.solo.io/.