Dashboard Getting Started¶
This guide walks you through your first experience with the Owlette dashboard — from login to seeing your first machine.
First Login¶
Email/Password¶
- Navigate to your dashboard URL (e.g.,
https://owlette.apporhttps://dev.owlette.app) - Click Register and create an account
- After registration, you're automatically logged in
Google OAuth¶
- Click "Sign in with Google" on the login page
- Select your Google account
- You're automatically registered and logged in
Passkey (Passwordless)¶
If you've registered a passkey, click "Sign in with passkey" on the login page. Authenticate with your device's biometric (Touch ID, Windows Hello, or phone) — no password or 2FA code needed.
Set Up Two-Factor Authentication¶
After your first login, you'll be prompted to set up 2FA:
- Open an authenticator app (Google Authenticator, Authy, 1Password, etc.)
- Scan the QR code displayed on screen
- Enter the 6-digit code from your authenticator
- Save your backup codes somewhere safe — you'll need them if you lose your device
2FA is optional but recommended
You can skip 2FA setup, but it adds an important layer of security for admin accounts.
Create Your First Site¶
Sites are the top-level organizational unit — think of them as locations, departments, or projects.
- Click "Create Site" in the dashboard
- Enter a Site Name (e.g., "NYC Gallery")
- Enter a Site ID (e.g.,
nyc-gallery) — this is permanent and used in URLs - Click Create
You're automatically assigned as the owner with full access.
Add Your First Machine¶
- Download the agent installer (download button in the dashboard header)
- Run the installer on your target Windows machine
- A pairing phrase appears and your browser opens to the authorization page
- Select a site and click "Authorize"
- The agent receives credentials and starts syncing
Within 30 seconds, the machine appears in your dashboard:
- Green Online indicator
- CPU, memory, disk metrics populating
- Agent version displayed
Understanding the Dashboard Layout¶
Machine Cards¶
Each machine is displayed as a card showing:
- Machine name (hostname)
- Online/Offline status with last seen time
- System metrics — CPU, memory, disk, GPU percentages
- Process list — configured processes with status indicators
- Agent version
View Modes¶
- Card View — Visual grid of machine cards with sparkline charts
- List View — Compact table with sortable columns
Navigation¶
- Dashboard — Main monitoring view
- Deployments — Software deployment management
- Projects — Project file distribution
- Logs — Activity event viewer
- Admin — User and system management (admin only)
Next Steps¶
- Add processes — Configure applications for monitoring
- Deploy software — Push installers to machines
- Set up alerts — Get notified when things go wrong
- Invite users — Add team members with role-based access