Reference
This section contains supplementary information and links related to the ConHive Agent.
Quick Links
Section titled “Quick Links”- Download Page / Hub: https://conhive.ai/hub
- Official Documentation: https://conhive.ai/docs (This site!)
- Local API Documentation (Swagger): http://localhost:5050/docs (Accessible when the agent is running)
Default Ports
Section titled “Default Ports”- Local API/Web UI:
5050
(TCP)
(This can be changed in the configuration)
Default Directories
Section titled “Default Directories”- Working Directory (
workdir
): Typically created in the directory where the agent is first run, or managed by the systemd service (e.g.,/var/lib/conhive-agent
). Use./conhive-agent config location
to find the exact path. - Configuration:
<workdir>/configs/
- Logs:
<workdir>/logs/
(or managed by systemd/journald if run as a service)
Glossary
Section titled “Glossary”- Agent: The ConHive Agent software running on a managed device.
- Module: A component within the agent responsible for specific functionality (e.g., Status Manager, File Manager).
- Standalone Mode: Agent operation without connection to the central ConHive Platform.
- Platform Mode: Agent operation connected to and managed by the central ConHive Platform.
- Workdir: The working directory where the agent stores configuration, logs, and potentially other runtime data.
- Twin: Refers to the device’s digital representation, often containing hardware/software inventory and status.
(Expand glossary as needed)
Architecture Overview (Optional)
Section titled “Architecture Overview (Optional)”(A brief description or diagram showing how the agent, its modules, configuration files, and potential connection to the platform fit together could be added here.)