For the complete documentation index, see llms.txt. This page is also available as Markdown.

Support Handoff

Before contacting Hivel support, collect the following information:


Step 1: Collect Service Status and Health

On the host, run:

./deploy.sh --status
./deploy.sh --health

Save the full output.


Step 2: Collect Service Logs

On the host, run:

docker logs <service-name>
docker ps -a

For the affected service(s), save the full log output (not truncated).


Step 3: Collect System Information

On the host, run:

lsb_release -a
docker --version
docker-compose --version
aws --version

Save the output of each command.


Step 4: Collect Your Configuration

On the host, copy your .env file:

Save the output with all passwords and API keys redacted.


Step 5: Collect Context About the Issue

Before contacting support, note:

  • The exact timestamp when the issue started

  • Any recent changes (upgrade, config edit, host reboot, credential rotation)


Step 6: Contact Hivel Support

Send all collected information to: support@hivel.ai

Include:

  • Output from Steps 1 - 4 above

  • Context from Step 5

  • Description of the issue and what you've already tried to resolve it

Last updated