Quick Start
A hands-on walkthrough to get your first module running — from platform prerequisites through creating your first issue.
This guide walks you through setting up Maecos from scratch — creating the platform building blocks, configuring an issue category, and seeing the full cycle from issue creation to resolution. No theory, just hands-on steps.
By the end, you'll have a working Issues & Logbook module and understand the configuration patterns that apply to every module in the platform.
Who is this for? Administrators or superusers setting up Maecos for the first time. You need admin access to your Maecos tenant (https://[your-tenant].maecos.com).
Step 1: Platform building blocks
Every module depends on a shared set of building blocks. Setting these up correctly now saves you from restructuring later. These are configured once and reused across all modules.
Create at least one equipment item
Navigate to Settings › Organization › Equipment. Create your first equipment item — this represents a production line, machine, or work area. Name it something meaningful (e.g. "Packaging Line 1" or "Mixing Area A").
Equipment is the foundation — it's referenced in downtimes, checklists, documents, and issues. You'll create more later, but one is enough to start.
Think about your equipment hierarchy before creating many items. A common pattern is Site → Area → Line → Machine. Start with one or two items to learn the configuration; restructure before you add the full plant.
Create at least one workstation
Navigate to Settings › Organization › Workstations. Create a workstation linked to your equipment. Workstations represent the physical or logical locations where operators interact with the platform.
For more on workstation behavior, see Workstations.
Create test users
Navigate to Settings › Users and Access Management › Users. Create at least two test users:
A superuser — with full admin permissions (this might be your own account)
A test operator — with limited permissions, representing a frontline user
This lets you verify that your configuration works correctly from both perspectives.
(optional) Create labels
Navigate to Settings › Organization › Labels. Labels are cross-cutting tags applied across modules — to documents, issues, checklists, and more. They enable filtering that cuts across your category structure (e.g. product family, regulatory standard, shift). You don't need these on day one, but plan your taxonomy early — labels multiply fast without governance.
(optional) Review notification settings
Navigate to Settings › Communication › Notifications. Each module has its own notification triggers (issue assigned, document approved, checklist overdue). Start conservative — enable only critical triggers at launch. Too many notifications trains users to ignore them.
Readiness check before continuing: At least one equipment item exists. Workstations are created and linked. User accounts exist for admin and test users. Your browser is a modern Chromium-based browser or Firefox. If all of this is in place, you're ready for your first module.
Step 2: Configure your first issue category
The Issues & Logbook module is the best place to start — it's the most commonly used module and demonstrates the configuration patterns shared across the platform.
Create an issue category
Navigate to Settings › Issues › Categories. Click Create category and set up a basic category:
Name: "Quality" (or whatever fits your first use case)
Subcategories: Add 2–3 subcategories (e.g. "Non-conformance," "Customer complaint," "Quality alert")
Workflow: Start with the default workflow — you can customize later
Categories define how issues are organized, who can see them, and what workflow they follow. Every issue belongs to a category.
Assign issue permissions
Navigate to Settings › Users and Access Management. Assign the following permissions to your test users:
Test operator: Permission > Issues > Can create issues + Can view team issues
Superuser: All issue permissions
Permissions control what users can do. Categories control what they can see. Together, they create your access model.
Step 3: Create your first issue
Now test what you've configured.
Step 4: Verify and reflect
You now have a working Issues & Logbook configuration. Before expanding, check these items:
Can the operator find and create issues? If not, check permissions and category visibility.
Does the workflow make sense? If steps feel unnecessary, simplify the workflow before you roll out to more categories.
Do notifications work? If the operator didn't receive a notification on assignment, check
Settings›Communication›Notifications.Can the operator see only what they should? Log in as the operator and verify they don't see categories or issues beyond their scope.
What you've learned applies everywhere. Every module in Maecos follows the same pattern: configure the structure in Settings → assign permissions → test from the operator's perspective → validate before rollout. The specific settings differ per module, but the approach is the same.
Ready for the next module? Start with General Principles for a deeper understanding of Issues, or jump to any module's Step Approach to begin configuration.
What to configure next
Once you're comfortable with Issues, the natural next steps depend on your priorities:
Track production stops and OEE
Connects stop events to issue investigations
Execute standard work on the floor
Builds on equipment and workstation setup
Manage SOPs and procedures
Creates the link between documents and checklists
Track operator skills and training
Enables skill-based permissions across all modules
Run structured performance meetings
Most valuable once issues and actions exist
Don't try to configure everything at once. The most successful rollouts start with one module on one line, validate it with real users, then expand. The modules are designed to be adopted incrementally — each one adds value independently and becomes more powerful when connected.
Last updated