SSL / TLS Certificate (crt.sh)
Loading
DNS Records (Google DoH)
Resolving
curl -I https://www.kneuralabs.com
On any machine inside your network, paste one command into a terminal. It installs the agent, opens a secure tunnel, and reopens this dashboard already connected.
curl -fsSL https://vigil.kneuralabs.com/agent/run-agent.sh | bash
irm https://vigil.kneuralabs.com/agent/run-agent.ps1 | iex
Want a permanent URL that survives restarts? Add --permanent --hostname agent.yourdomain.com (needs a Cloudflare account) — see agent/README.md.
agent/ folder to any box that can reach your services. Zero dependencies — just Python 3:cp config.example.json config.json && python3 vigil_agent.py --config config.json
/events endpointcloudflared tunnel --url http://localhost:8787
webhook_url in the config to PUSH events to a relay you control (Cloudflare Worker / Pipedream), then use that relay's read URL.