Use the guidance below to diagnose and resolve common agent issues.
Agent Status: Offline
If an agent appears Offline, it is not currently communicating with the Verax server.
Common Causes
The endpoint is powered off
Network connectivity issues
Required ports (TCP 3000 and TCP 3002) are blocked
The
verax-agentservice is not running
Troubleshooting Steps
Verify the endpoint is powered on.
Check network connectivity to the Verax server.
Windows (PowerShell):
Test-NetConnection <VERAX_SERVER> -Port 3000 Test-NetConnection <VERAX_SERVER> -Port 3002macOS / Linux:
nc -zv <VERAX_SERVER> 3000 nc -zv <VERAX_SERVER> 3002If the connection fails, review firewall rules and routing configuration.
Ensure the agent service is running.
Windows: Check the
verax-agentservice in Services.macOS / Linux:
sudo systemctl status verax-agent
Restart if necessary:
sudo systemctl restart verax-agentReinstall the agent if needed using a valid installation token.
Agent Status: Online but Health: Unhealthy
If an agent is Online but Unhealthy, it is connected to the Verax server but not fully operational.
Common Causes
Verax CA certificate is not installed or not trusted
Hosts file is not properly configured
DNS cache was not flushed after configuration changes
Required environment variables are missing
Traffic is not properly redirected through Verax
Troubleshooting Steps
Verify the Verax CA certificate is installed and trusted.
Confirm hosts file entries are present and correct.
Flush DNS cache after making changes.
Windows:
ipconfig /flushdnsmacOS:
sudo dscacheutil -flushcache sudo killall -HUP mDNSResponderVerify required environment variables (if applicable).
Restart the
verax-agentservice after correcting configuration.
Agent Is Online and Healthy but No Activity Is Recorded
If an agent shows as Online and Healthy but no activity appears:
Confirm the endpoint is actively using supported AI tools
Verify traffic redirection is correctly configured
Ensure the correct Verax server address was used during installation
If issues persist after completing these steps, contact Verax Support and provide:
Operating system
Agent version
Verax server address
Description of the observed behavior
Clean, focused, and strictly troubleshooting-only.