Navigate the Kestra UI: Flows, No Code Editor, Executions & Admin
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
Kestra’s web UI is available by default on port 8080.
When you first navigate to the Kestra UI, you see the Welcome page.

Click Start Product Tour to open the Kestra Guided Tour, which guides you through creating and executing your first flow step by step.
The UI also includes a No Code editor for building flows and dashboards visually without writing YAML — available from the Flows and Dashboard pages.
The left menu includes the following pages:
- The Dashboards page shows visualizations of flow execution data and metrics.
- The Flows page lists all your flows, where you can create, edit, and execute them.
- The Executions page lets you inspect and manage previous executions.
- The Logs page shows all task logs from previous executions.
- The Namespaces page lists all namespaces and lets you set namespace-level configurations.
- The Blueprints page provides a catalog of ready-to-use flow examples.
- The Plugins page provides a catalog of plugins you can use inside your flows.
- The Tenant page provides a system overview, the full KV Store, triggers, and concurrency limits.
Kestra Enterprise Edition adds the following pages to the UI:
- The Apps page lists your Apps and lets you create new ones.
- The Tests page shows your flow unit tests where you can view, edit, and create assertions without creating executions.
- The Assets page lets you manage reusable assets available to your flows and apps.
- The Tenant page provides a system overview, KV Store, secrets and credentials, triggers, audit logs, concurrency limits, the Apps Catalog, and IAM.
- The Instance page includes sections for Services, Versioned Plugins, tenant management, Worker Groups, Kill Switch, and Announcements.
Dashboards
Monitor workflows with Kestra Dashboards. Visualize execution metrics, create custom charts, and track performance indicators in the UI.
Flows
Manage flows in the Kestra UI. Browse, edit, and execute workflows using the code editor, topology view, and version history tools.
Executions
Inspect flow runs in the Kestra UI. Track execution status, view logs, analyze outputs, and manage tasks via Gantt and Topology views.
Namespaces
Overview of the Namespaces UI in Kestra. Manage flows, files, KV store, and dependencies specific to each Namespace in a central view.
Settings
Customize the Kestra UI. Configure themes, editor preferences, time zones, and default settings to personalize your user experience.
Playground
Experiment in the Kestra Playground. Build and test tasks iteratively in the UI to debug and refine workflows without full execution.
Was this page helpful?