Post-Installation Validation
After installation, it’s important to verify that all components of the HuLoop IPD platform are running smoothly. This section provides validation steps for both the Linux server and Windows agent.
Validate the Server Installation (Linux)
Use the following commands to ensure all Docker containers are active and running as expected:
✅ Check Docker Services
docker ps
You should see containers for:
- IPD backend
- MongoDB
- Redis
- File processor
- Optional modules (e.g., Grafana, Prometheus)
If you have ctop installed, run ctop for a more visual overview of container health.
✅ Review Log Files
Look in the following directories for system and application logs:
/var/log/ipd/
/home/huloop/logs/
Look for lines indicating “Service started successfully” or “Listening on port 443”.
Validate the Agent Installation (Windows)
✅ Confirm System Tray Icon
After installation, you should see the HuLoop Agent icon (green) in the system tray.
- A green icon indicates normal operation
- A red or gray icon may indicate connection or configuration issues
✅ Check Task Scheduler
- Press Windows + R, type taskschd.msc, and press Enter
- Navigate to:
Task Scheduler Library → HuLoop - Confirm that the following tasks are created:
- KYP Agent Service
- Data Collection Task
⚠️ Important: If tasks are missing, re-run the installer or check antivirus logs for blocked components.
✅ Check Event Viewer Logs
- Open Event Viewer
- Go to: Windows Logs → Application
- Filter for events from HuLoop Agent or KypClient
Look for entries like:
- “Agent started successfully”
- “Connection to server established”