Troubleshooting
Common installation issues and solutions
Solutions for common installation problems.
Installation Issues
Docker Installation Fails
Symptom: Automatic Docker installation fails or times out.
Solution: Install Docker manually:
Then retry installation:
License Validation Fails
Symptom: "License validation failed" or timeout error.
Possible causes:
| Cause | Solution |
|---|---|
| No internet | Check connectivity: curl -I https://api.astervis.io |
| Firewall blocking | Allow outbound HTTPS (port 443) |
| Invalid key | Verify key format: asp-xxxx-xxxx-xxxx |
| Expired trial | Get new license at astervis.io |
Image Pull Fails
Symptom: "Error pulling image" or timeout during installation.
Solutions:
Add:
Then:
Service Issues
Container Won't Start
Symptom: One or more containers show "Exit" status.
Diagnosis:
Common causes:
Another service is using the port.
Database Won't Start
Symptom: Database service fails to start.
Check logs:
Common fixes:
Sync Issues
No Data in Dashboard
Symptom: Dashboard shows no calls, but PBX is receiving calls.
Check sync status:
If sync is not active:
View sync logs:
MySQL Binary Logging
Symptom: Sync fails with "Binary log is not enabled" error.
Check binary logging:
Enable binary logging (if disabled):
Add under [mysqld]:
Restart MySQL:
Sync Lag
Symptom: New calls appear with delay (more than 30 seconds).
Check:
Solutions:
- Check disk I/O:
iostat -x 1 - Ensure SSD storage is used
- Restart sync service:
sudo astervis-installer restart --service sync
Network Issues
Can't Access Dashboard
Symptom: Browser shows "Connection refused" or timeout.
Checklist:
Allow port 443:
SSL Certificate Issues
Symptom: Browser shows certificate error beyond normal self-signed warning.
Regenerate certificate:
For Let's Encrypt:
Recovery
Resume Failed Installation
The installer saves state and continues from the last successful step.
Complete Reinstall
If you need to start fresh:
Backup Before Reinstall
Getting Help
If these solutions don't resolve your issue:
-
Check logs:
-
System info:
-
Contact support: support@astervis.io with logs attached
Back to: Installation