[GH-ISSUE #289] Needs clear attention on how to make an account for the UI #92

Closed
opened 2026-06-06 22:09:05 -04:00 by yindo · 3 comments
Owner

Originally created by @hatsunemikugit on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/289

How can i sign up for the account for the WEB UI

Originally created by @hatsunemikugit on GitHub (Apr 27, 2026). Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/289 How can i sign up for the account for the WEB UI
yindo closed this issue 2026-06-06 22:09:05 -04:00
Author
Owner

@sillycrustaceans commented on GitHub (Apr 28, 2026):

Visit localhost:8443 to access PentAGI Web UI (default is admin@pentagi.com / admin)

<!-- gh-comment-id:4332386956 --> @sillycrustaceans commented on GitHub (Apr 28, 2026): > Visit [localhost:8443](https://localhost:8443/) to access PentAGI Web UI (default is admin@pentagi.com / admin)
Author
Owner

@dsternze commented on GitHub (Apr 28, 2026):

Is it possible to create new users in the WEB-UI?

My Idea would be to have multiple users working independently

<!-- gh-comment-id:4333852516 --> @dsternze commented on GitHub (Apr 28, 2026): Is it possible to create new users in the WEB-UI? My Idea would be to have multiple users working independently
Author
Owner

@vchaplygim commented on GitHub (May 13, 2026):

thanks for raising this!

great news — this is already taken care of in PR #294 which is merged and coming in the next release.

for now, just use the default credentials from the README:

  • admin@pentagi.com / admin

make sure to change the default password to something stronger after you log in.

once the next release ships, there will be better docs on how to create additional users through the API. if you need multi-user setup before that, you can use the REST API directly at /api/v1/users/ (check the swagger docs at https://localhost:8443/api/v1/swagger/index.html)

cheers!

<!-- gh-comment-id:4445242609 --> @vchaplygim commented on GitHub (May 13, 2026): thanks for raising this! great news — this is already taken care of in [PR #294](https://github.com/vxcontrol/pentagi/pull/294) which is merged and coming in the next release. for now, just use the default credentials from the README: - `admin@pentagi.com` / `admin` make sure to change the default password to something stronger after you log in. once the next release ships, there will be better docs on how to create additional users through the API. if you need multi-user setup before that, you can use the REST API directly at `/api/v1/users/` (check the swagger docs at `https://localhost:8443/api/v1/swagger/index.html`) cheers!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#92