2014-05-01 18:19:13 +00:00
|
|
|
---
|
2020-04-07 18:55:19 +00:00
|
|
|
layout: intro
|
|
|
|
page_title: Web UI
|
|
|
|
description: >-
|
|
|
|
Consul comes with support for beautiful, functional web UIs out of the box.
|
|
|
|
UIs can be used for viewing all services and nodes, for viewing all health
|
|
|
|
checks and their current status, and for reading and setting key/value data.
|
|
|
|
The UIs automatically supports multi-datacenter.
|
2014-05-01 18:19:13 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# Consul Web UI
|
|
|
|
|
2015-03-19 23:22:05 +00:00
|
|
|
Consul comes with support for beautiful, functional web UIs out of the
|
|
|
|
box. UIs can be used for viewing all services and nodes, for viewing
|
|
|
|
all health checks and their current status, and for reading and setting
|
|
|
|
key/value data. The UIs automatically support multi-datacenter.
|
2014-05-01 18:19:13 +00:00
|
|
|
|
2017-02-08 21:05:07 +00:00
|
|
|
To set up the self-hosted UI, start the Consul agent with the
|
2020-04-09 23:46:54 +00:00
|
|
|
[`-ui` parameter](/docs/agent/options#_ui):
|
2014-05-01 18:19:13 +00:00
|
|
|
|
2020-05-19 18:32:38 +00:00
|
|
|
```shell-session
|
2015-12-25 04:14:40 +00:00
|
|
|
$ consul agent -ui
|
2014-05-01 18:19:13 +00:00
|
|
|
...
|
|
|
|
```
|
|
|
|
|
|
|
|
The UI is available at the `/ui` path on the same port as the HTTP API.
|
|
|
|
By default this is `http://localhost:8500/ui`.
|
2015-03-05 00:12:14 +00:00
|
|
|
|
|
|
|
You can view a live demo of the Consul Web UI
|
|
|
|
[here](http://demo.consul.io).
|
|
|
|
|
2015-03-19 23:22:05 +00:00
|
|
|
## Next Steps
|
2015-03-05 00:12:14 +00:00
|
|
|
|
2016-11-25 18:25:09 +00:00
|
|
|
This concludes our Getting Started guide. See the
|
2020-04-09 23:46:54 +00:00
|
|
|
[next steps](/intro/getting-started/next-steps) page to learn more about how to continue
|
2015-03-19 23:22:05 +00:00
|
|
|
your journey with Consul!
|