Quick Start
After installation, this guide walks you through the first steps.
1. Log In
Open http://localhost:8080 and log in with the default credentials:
- Email:
admin@opsweave.local - Password:
changeme
WARNING
Change the default password immediately under Settings → Profile.
2. Create Your First Ticket
- Click Tickets in the sidebar
- Click New Ticket in the upper right
- Fill in the form:
- Type: Incident
- Title: e.g. "Test Incident"
- Priority: Medium
- Click Create
The ticket appears on the Kanban board in the "Open" column.
3. Create Your First Asset
- Click Assets / CMDB in the sidebar
- Click Add Asset
- Select an asset type (e.g. "Server")
- Enter a name and optionally an IP address
- Click Create
4. Link Ticket to Asset
- Open the created ticket
- Click the Asset field in the right column
- Search for the asset and select it
- The ticket is now linked to the asset — the SLA tier is automatically inherited
5. Create Your First Workflow
- Click Workflows → New Template
- Enter a name (e.g. "Incident Escalation")
- Add steps:
- Step 1: Type "Form" — Agent fills out initial analysis
- Step 2: Type "Approval" — Manager confirms escalation
- Click Save
Workflows are automatically triggered when tickets match the configured type/subtype.
6. Create a Knowledge Base Article
- Click Knowledge Base → Create Article
- Write the article in Markdown
- Set Visibility to "Public" if the article should appear in the customer portal
- Click Publish
Demo Data
The seed data already includes:
- 4 demo users (Admin User, Alex Agent, Maria Manager, Viewer User)
- 3 groups (1st Level, 2nd Level, Management)
- 15 assets with relations
- 5 tickets in various states
- 2 workflow templates
- 7 KB articles
- 1 customer portal user (
portal@acme.example.com/changeme)
Customer Portal: http://localhost:8080/portal/login