mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #147] License Key Documentation? #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyberpatata on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/147
Hi all,
Im having trouble getting PentAGI up and running - do we need a license key to run this? If so, where do you obtain one? I dont see any docs related to this.
@RaphaelFehrZ commented on GitHub (Mar 3, 2026):
Hi, could you describe the Issue in more details? You should not need a Licence Key.
The Installation guide could be better...
But you can follow the:
Manual Installation
At the end you run it.
Run the PentAGI stack:
curl -O https://raw.githubusercontent.com/vxcontrol/pentagi/master/docker-compose.ymldocker compose up -dVisit localhost:8443 to access PentAGI Web UI (default is admin@pentagi.com / admin)
You can also check if the container is already running(
docker ps)Then you can open the site in a web browser. It will say that the site is not safe if you run it locally, there you need to click advanced and then ignore it and proceed. And yes you need to log in with the credentials: admin@pentagi.com / admin
@asdek commented on GitHub (Mar 19, 2026):
hey @cyberpatata, thanks for reaching out!
and big thanks to @RaphaelFehrZ for the detailed answer!
just to confirm: no license key is required for the open-source version of PentAGI. you can get it running with just the manual installation steps that were shared above.
the
LICENSE_KEYandINSTALLATION_IDvariables in the.env.examplefile are optional and only needed if you want to:for the standard installation, you can leave these fields empty or remove them entirely.
quick setup reminder:
.env(OpenAI, Anthropic, Gemini, etc.)docker compose up -dhttps://localhost:8443admin@pentagi.com/adminif you're still having trouble getting it running after following these steps, feel free to reopen this issue with specific error messages or logs, and we'll help you troubleshoot!
closing this as answered. happy pentesting!