First Steps After Installation
Get up and running in ~15 minutes
Welcome to ATStatus! This guide walks you through your first 15 minutes — from first login to a fully configured status page ready for your users.
Steps Overview
Log Into the Admin Panel
Access your admin dashboard at /admin and sign in with your credentials.
Configure Status Page
Set your site name, logo, timezone, and basic branding settings.
Add Components
Create service components for Website, API, Database, and Email.
Set Up Monitoring
Enable automatic health checks with HTTP, TCP, or ping monitors.
Configure Notifications
Set up email, Discord webhooks, or other notification channels.
Test Your Status Page
Verify everything works by viewing the public page and testing notifications.
Step 1: Log Into the Admin Panel
- Navigate to https://your-domain.com/admin
- If this is a fresh installation, you'll be prompted to create your first admin account
- Enter your email and a strong password
- Click Create Account
admin@example.com / admin123. Change these immediately in production!Step 2: Configure Your Status Page
- Go to Admin → Settings → General
- Set your Site Name (appears in the header)
- Upload your Logo (recommended: 200x50px PNG)
- Set your Timezone (for incident timestamps)
- Click Save Changes
Step 3: Add Components
Components represent the services you're monitoring. Add the main services your users care about:
- Go to Admin → Components
- Click Add Component
- Enter a Name (e.g., "API", "Web App", "Database")
- Add a brief Description
- Set the current Status (usually "Operational")
- Click Save
- Repeat for each service
Recommended First Components
Step 4: Set Up Monitoring (Optional)
Enable automatic monitoring to keep your status page updated without manual intervention:
- Edit a component
- Toggle Enable Monitoring
- Set the Monitor Type (HTTP is most common)
- Enter the URL to Monitor (e.g.,
https://api.example.com/health) - Set Check Interval (60 seconds recommended)
- Click Save
Step 5: Configure Notifications
Set up at least one notification channel so users can subscribe to updates:
📧 Email Notifications
- Go to Admin → Settings → Notifications
- Enable Email Notifications
- Configure SMTP settings
💬 Discord Webhook
- Go to Admin → Webhooks → Discord
- Add your Discord webhook URL
- Choose which events to send
Step 6: Test Your Status Page
- Open https://your-domain.com in a new browser tab
- Verify your components appear correctly
- Check that your logo and branding look right
- Test the subscribe button
- Create a test incident to verify notifications work
Quick Setup Checklist
- Admin account created
- Status page name and logo configured
- At least 3 components added
- Monitoring enabled (optional)
- Notifications configured
- Public status page tested
What's Next?
Your status page is live! Here are some next steps to explore:
