axd

Actyx Diagnostics

Usage no npm install needed!

<script type="module">
  import axd from 'https://cdn.skypack.dev/axd';
</script>

README

Actyx Diagnostics

oclif Version Downloads/week License

A tool to diagnose issues with your ActyxOS nodes.

Prerequistes

You need to have Node running on your machine.

Usage

Start the diagnostics server:

$ npx axd
Open the AXD UI at http://localhost:1234/

If you want to enable debug logs, start the server as follows:

  • Windows: $env:DEBUG = 'axd*'; npx axd
  • Linux / macOS: DEBUG=axd* npx axd