Skip to content

Appendices

This section includes supplemental information such as installation commands, version references, and contact points in case further assistance is needed.

Common Commands Reference

🖥️ Server (Linux)

ActionCommand
Start containersdocker-compose up -d
Stop containersdocker-compose down
View running containersdocker ps
View container logsdocker logs [container-name]
Change permissions on scriptchmod +x install.sh / chmod +x upgrade.sh

🪟 Agent (Windows)

ActionCommand or Path
Silent installmsiexec /i “KypMsi_Discovery.msi” /quiet SERVERURL=”https://…”
Event Viewer logseventvwr → Windows Logs → Application
Agent logsC:\Users\{Username}\AppData\Roaming\KypClient\logs\
Task Schedulertaskschd.msc → Task Scheduler Library → HuLoop

Replace {Username} with the actual logged-in user when locating logs.

Supported Versions

ComponentMinimum Supported VersionNotes
IPD Serverv5.0Ubuntu 20.04+, CentOS/RHEL 8+
Discovery Agentv5.0MSI installer compatible with v5.0+
Docker Enginev20.10.x or higherRequired for container support
Chrome Browserv95 or higherRequired for accurate data capture

Support and Contact Information

If you need help with installation, troubleshooting, or upgrade planning:

  • 📧 Email: info@huloop.ai
  • 🌐 Website: www.huloop.ai
  • ☎️ Phone: +1 (530) 820-3390
Note: Include log files, system details, and a summary of what steps you’ve already tried when reaching out to support.

Last updated: Sep 09, 2025
Back To Top