You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-05 22:53:35 +02:00
31 lines
1.5 KiB
Plaintext
Vendored
31 lines
1.5 KiB
Plaintext
Vendored
---
|
|
id: Getting-started
|
|
title: Getting started
|
|
sidebar_position: 1
|
|
---
|
|
|
|
This section describes how to start working with Melezh using the built-in web interface.
|
|
|
|
## Accessing the Web interface
|
|
|
|
After creating and launching a project in the terminal (command line), you can continue its configuration in the built-in web interface. To access it, navigate to `localhost:<your port>/ui` in your browser, which will bring you to the password entry page:
|
|
|
|

|
|
|
|
The default password is `admin`. It can only be changed in console mode, as noted in the hint on the login page itself. After entering the password, you'll see the **main dashboard**:
|
|
|
|

|
|
|
|
The main dashboard displays a brief server summary and recent events: startup time and number of processed requests, summary information about the last 30 events with options to view more details (via the *Actions* button at the end of each event row).
|
|
|
|
On the left side of the page is the navigation panel. The upper section contains links to different console panels:
|
|
|
|

|
|
|
|
The lower section contains the *Logout* button (which returns to the password entry screen) and additional links to external resources: the Melezh repository and current documentation:
|
|
|
|

|
|
|
|
<hr/>
|
|
|
|
The content and functionality of other panels will be described in the following documentation sections. |