v4.0
OMNIS
SETUP WIZARD
Step 1 of 5 Facility Info
What's your facility called?
This is your warehouse or distribution centre. You can add more locations later.
Alert when trailer exceeds this time
Step 2 of 5 Dock Doors
How many dock doors do you have?
Pick a preset or build your own. You can edit these anytime.
0 doors configured
Step 3 of 5 Team Accounts
Who needs access?
Create logins for your team. Admins see everything. Dispatchers manage the board. Dock workers see their door. Drivers use the mobile app.
💡 You'll use these credentials to sign in at /login. Drivers use the same login to access the mobile app.
Step 4 of 5 Carriers Optional
Which carriers do you work with?
Add your regular carriers so they can log into the carrier portal and see their own trailers, appointments and performance scores.
💡 Carriers log in at /carrier using the username and password you set here. Default password is carrier123 — they can't change it yet but they'll be prompted on first login.
Step 5 of 5 Review
Everything look right?
Review your setup before going live. You can always change these in Settings.
You're live!
Your facility is set up and ready. Head to the dispatch board to start managing trailers.
// Auth token helper function getToken() { return window.OMNIS_TOKEN || localStorage.getItem('omnis_token') || ''; } function authHeaders() { return { 'Content-Type': 'application/json', 'Authorization': 'Bearer ' + getToken() }; }