Skip to content

Commit 47044dd

Browse files
authored
Merge pull request #294 from mason5052/codex/issue-289-web-ui-account-guidance
docs: clarify web UI account setup
2 parents c0035ac + 4a8c491 commit 47044dd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,17 @@ docker compose up -d
788788

789789
Visit [localhost:8443](https://localhost:8443) to access PentAGI Web UI (default is `admin@pentagi.com` / `admin`)
790790

791+
#### Web UI Accounts
792+
793+
PentAGI does not expose public self-service sign-up from the login page. A fresh installation creates the default local administrator account:
794+
795+
- **Email**: `admin@pentagi.com`
796+
- **Password**: `admin`
797+
798+
On first login, change the default password before using the instance for real work. If the administrator password is lost later, use the installer maintenance menu to reset the default `admin@pentagi.com` account password.
799+
800+
For multi-user setups, an authenticated administrator can manage local users through the Users REST API (`/api/v1/users/`). The OpenAPI UI is available at `https://localhost:8443/api/v1/swagger/index.html` after the instance is running.
801+
791802
> [!NOTE]
792803
> If you caught an error about `pentagi-network` or `observability-network` or `langfuse-network` you need to run `docker-compose.yml` firstly to create these networks and after that run `docker-compose-langfuse.yml`, `docker-compose-graphiti.yml`, and `docker-compose-observability.yml` to use Langfuse, Graphiti, and Observability services.
793804
>

0 commit comments

Comments
 (0)