// Docs
Install
This is the detailed version of the Community install flow.
1. Clone the repository
git clone https://github.com/cencurity/cencurity.git
cd cencurity
2. Start the services
docker compose up -d
3. Find the dashboard login key
When the stack finishes starting, a bootstrap login key file is created.
Use:
bootstrap_tenant_customer_api_key.txt- or
data/bootstrap_tenant_customer_api_key.txt
Open the file and copy the CENCURITY_BOOTSTRAP_TENANT_API_KEY value.
4. Open the dashboard
Open the browser at:
http://localhost:18080
Paste the issued API key into the login screen.
5. Confirm the LLM base URL
Your app should use this LLM base URL:
http://localhost:18082
6. After login
Inside the dashboard you can check:
- real-time Audit Logs
- detection results
- policy lists
If needed, add a policy and use Dry Run before testing real masking or blocking behavior.
