Documentation Banner

Documentation

Troubleshooting

SGX not detected on supported hardware

Ensure SGX is enabled in BIOS:

  1. Enter BIOS setup (usually DEL or F2 during boot)
  2. Navigate to Security or Advanced settings
  3. Enable “Intel SGX” or “Software Guard Extensions”
  4. Set SGX memory size (recommend 128MB minimum)
  5. Save and reboot
sudo sgx_enable --status
Connection refused on port 9001

Check firewall and network settings:

  1. Verify port 9001 is open in firewall
  2. Check Docker network configuration
  3. Ensure no other service is using port 9001
  4. Verify bootstrap peers are accessible
sudo netstat -tlnp | grep 9001
Attestation verification failed

Common attestation issues:

  • AESM service not running
  • Outdated SGX drivers
  • Invalid platform certificates
  • Network time synchronization issues
sudo systemctl status aesmd
$AIUS wallet not syncing

Troubleshooting $AIUS wallet issues:

  • Verify Arbius RPC endpoint is accessible
  • Check agent has generated wallet address
  • Ensure network configuration matches (mainnet/testnet)
  • Verify initial $AIUS balance if expected
docker logs catgirl-agent | grep wallet

Need Help?

Check the GitHub issues or join our Telegram community for support.