Accessing LLMInspect
Accessing LLMInspect
After successful installation, the following core services will be available on their respective ports. All services are accessed via HTTPS using the domain you specified during installation.
Core Services Access
1. Keycloak (Authentication Server)
- Default Port: 4116
- URL:
https://your-domain:4116/admin/master/console
- Default Credentials:
- Username:
admin
- Password: The password you provided during installation when prompted for
KEYCLOAK_ADMIN_PASSWORD
2. Grafana (Monitoring & Observability)
- Default Port: 5116
- URL:
https://your-domain:5116
- Default Credentials:
- Username:
llminspect
- Password:
llminspect_passw0rd
(It is recommended to change this password after initial setup, to change password refer to User Management)
3. InspectChat (Main Application)
- Default Port: 6116
- URL:
https://your-domain:6116
- Credentials: Use the same
llminspect
user credentials
4. Admin Panel
- Default Port: 7116
- URL:
https://your-domain:7116
- Credentials: Use the same
llminspect
user credentials
5. API Gateway
- Default Port: 8116
- Base URL:
https://your-domain:8116
- API Endpoints:
- Chat Completions:
https://your-domain:8116/v1/chat/completions
- Other endpoints follow similar pattern under
/v1/