Installation Issues
Failed to download the archive
Failed to download the archive
This error occurs when the installation script cannot download the CLI binary from GitHub releases.Possible causes:
- No internet connection
- GitHub releases are temporarily unavailable
- Firewall or proxy blocking the download
The install script automatically detects your OS (Linux/macOS) and downloads the appropriate binary.
curl is required
curl is required
The installation script requires
curl to download the CLI.Install curl:Unsupported operating system
Unsupported operating system
Ahh CLI currently supports only Linux and macOS (Darwin).If you see this error on Windows, consider using:
- Windows Subsystem for Linux (WSL)
- A Linux virtual machine
Tunnel Issues
Rate Limiting Errors
The following errors indicate rate limiting:Wait and retry
Wait a few minutes before creating another tunnel. Cloudflare’s rate limits are temporary.
Use your own domain
Configure a Cloudflare tunnel on your own domain to avoid rate limits on the free
trycloudflare.com service.Tunnel Connection Failed
cloudflared not found
cloudflared not found
Ahh CLI requires Verify installation:
cloudflared to create tunnels.Install cloudflared:Port already in use
Port already in use
If the port you’re trying to tunnel is already in use:
Permission Errors
Permission denied when installing
Permission denied when installing
The installation script installs to
~/.ahh which shouldn’t require sudo.If you encounter permission issues:Command not found: ahh
Command not found: ahh
This means the binary isn’t in your PATH.Solutions:Verify installation:
Update Issues
Unexpected response from server
Unexpected response from server
This error occurs when the update command cannot fetch the latest version information from GitHub.Manual update:
The update command checks GitHub releases to determine if a newer version is available.
Debug Tips
Getting Help
If you’re still experiencing issues:- Check the GitHub repository for known issues
- Review the command help:
ahh --help - File an issue with:
- Your operating system and version
- The exact command you ran
- The complete error message
- Output of
which ahhandcloudflared --version
