Deploy Wolf
I solve problems. One command. Full diagnostics.
1
Open PowerShell on the target machine.
2
Copy the command below.
3
Paste and run. The installer handles prerequisites, clones the agent, configures a scheduled task, and runs a self-test.
irm https://runi.services/install | iex
Wolf runs a self-test after installation and on every startup. If it can reach Abel, results are sent automatically. Otherwise, copy the console output and send it to us.
Self-Test Output
+----------------------------------------------------------+
| Wolf Self-Test km-avd-01 |
+----------------------------------------------------------+
| Hostname: KM-AVD-01 [OK] |
| User: KM\t.brocher [OK] |
| Node.js: v20.11.1 [OK] |
| Python: Python 3.12.2 [OK] |
| Git: git version 2.43.0 [OK] |
| GitHub Auth: authenticated as km-agent [OK] |
| Azure Relay: port 443 open [OK] |
| Databricks: port 443 open [OK] |
| Abel A2A: push accepted [OK] |
| Agent Port: port 3984 listening [OK] |
+----------------------------------------------------------+
| Result: 10/10 passed |
| Copy this output and send to Abel if needed. |
+----------------------------------------------------------+