Skip to content

Troubleshooting

This section lists the most common issues you may encounter during IPD self-installation or upgrade, along with their causes and solutions.

When contacting HuLoop Support, always attach logs, your environment details, and a screenshot of the error message if possible.

Server Troubleshooting (Linux)

IssuePossible CauseWhat You Can Do
Docker containers won’t startMissing config file, syntax error in .envCheck /home/huloop/.env file and rerun docker-compose up -d
Upgrade script fails midwayFile permissions or corrupted bundleEnsure script is executable, re-download bundle, retry ./upgrade.sh
HTTPS access not workingInvalid SSL cert or port 443 blockedCheck cert path and format; confirm firewall allows HTTPS
Admin dashboard unreachableContainer not listening or DNS errorRun docker ps and curl https://localhost to test locally

Agent Troubleshooting (Windows)

IssuePossible CauseWhat You Can Do
No icon in system trayAgent failed to start or was blockedCheck antivirus logs, reinstall agent with local admin rights
Tray icon is red or grayServer unreachable or bad URLConfirm server is online, validate entered SERVERURL during install
Task Scheduler tasks missingMSI was blocked or partial installReinstall agent using .msi file with /quiet flag
Logs not being uploadedNetwork restrictions or proxy issueVerify port 443 is open and no SSL inspection is in place

Log File Locations

ComponentLog Path
Server Logs/home/huloop/logs/ and /var/log/ipd/
Agent LogsC:\Users\{Username}\AppData\Roaming\KypClient\logs\
Event ViewerWindows Logs → Application (Source: KypClient)
Note: Use these logs to identify failed services, permission errors, or missing environment variables.

Common FAQs

  • Can we run IPD behind a proxy?
    Yes, you can pass proxy configuration during installation using the environment variable or as part of the setup script.
  • Can we install on RedHat 9?
    RedHat 9 is not officially supported, but installation is possible using Docker. We recommend validating compatibility with your IT team before proceeding.
  • Is there a rollback script?
    Currently, there is no official rollback script. Please take a full backup of the server and agent configuration before attempting upgrades.

Last updated: Sep 09, 2025
Back To Top