mirror of https://gitee.com/bigwinds/arangodb
17 lines
449 B
Markdown
17 lines
449 B
Markdown
Accessing the Web Interface
|
|
===========================
|
|
|
|
ArangoDB comes with a built-in web interface for administration. The web
|
|
interface can be accessed via the URL:
|
|
|
|
```
|
|
http://127.0.0.1:8529
|
|
```
|
|
|
|
If everything works as expected, you should see the login view:
|
|
|
|

|
|
|
|
For more information on the ArangoDB web interface, see
|
|
[Web Interface](../Administration/WebInterface/README.md)
|