Quick Start Checklist
A practical checklist to get a fresh Solvio environment usable in minutes.
Last updated Apr 13, 2026
Environment checklist
- Node.js 20+
- MongoDB connection available
.env.localconfigured with authentication and database values
Bootstrap steps
- Install dependencies.
- Create MongoDB indexes.
- Start the app with the custom server command.
- Create or sign in as admin.
- Confirm routes for admin, support, customer, and docs are accessible.
Recommended first configuration
- Set branding in
/admin/settings. - Review ticket categories/departments/products in settings.
- Edit landing-page header and hero content from
/admin/landing-page. - Create your first customer-facing documentation in
/admin/knowledge-base.
Verification tips
- Create a test ticket from a customer account.
- Assign and update it from support/admin.
- Confirm notification behavior and status transitions.
- Open
/docsand verify published docs appear.