1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/md/Addons/Melezh/Web-Interface/Getting-started.mdx
Vitaly the Alpaca (bot) 88b8602ed8 Main build (Jenkins)
2025-06-03 20:21:22 +03:00

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:
![Login Page](../../../../static/img/Docs/Melezh/en/6.png)
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**:
![Main Dashboard](../../../../static/img/Docs/Melezh/en/7.png)
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:
![Upper Sidebar Section](../../../../static/img/Docs/Melezh/en/8.png)
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:
![Lower Sidebar Section](../../../../static/img/Docs/Melezh/en/9.png)
<hr/>
The content and functionality of other panels will be described in the following documentation sections.