Post-Installation
Verify your Astervis installation and get started
After installation completes, verify everything is working and access your dashboard.
Access the Dashboard
Open the URL shown at the end of installation:
Self-signed certificate warning: Your browser will show a security warning. This is normal for self-signed certificates. Click "Advanced" → "Proceed" to continue.
Verify Services
Check that all services are running:
Expected output:
Services Overview
| Service | Purpose |
|---|---|
| Database | Analytics storage |
| Cache | Sessions and queues |
| Sync | Real-time CDR capture |
| API | Backend REST API |
| Dashboard | Web interface |
| Proxy | HTTPS termination (port 8443) |
View Logs
All Services
Specific Service
Common Log Locations
| Log Type | Command |
|---|---|
| Installation log | cat /opt/astervis/install.log |
| All container logs | cd /opt/astervis && docker compose logs |
| Nginx access | docker logs astervis-nginx |
First Steps in Dashboard
1. Check CDR Import
Navigate to Calls section. You should see your historical CDR data:
- If data appears: Sync is working correctly
- If empty: Check Troubleshooting
2. Configure Operators
Go to Operators → Import:
- Import from CSV
- Or manually add operators
3. Set Up Queues
Navigate to Queues → Settings:
- Assign operators to queues
- Configure queue priorities
4. Review Dashboard
The main dashboard shows:
- Today's call statistics
- Operator status (online/offline)
- Queue performance
- SLA metrics
Verify Sync
Check that call data is syncing:
Look for "Sync Status: ● Active" in the output.
Test Real-Time Sync
- Make a test call through your PBX
- Wait 5-10 seconds
- Check the Calls page in Astervis
- The new call should appear automatically
Directory Structure
After installation, Astervis files are located at:
Backup Credentials
Save your admin credentials securely. To reset the password later:
Next: Troubleshooting — common issues and solutions