Live Device Configuration

Connect to a real device on your local network through the chyi-cfg-agent.

Pair with a running agent

The agent prints this code on startup. Codes expire 10 minutes after issuance.

First time? Install the agent

cfg never reaches your device directly — a tiny Linux daemon called chyi-cfg-agentruns on the same network as the device, and proxies commands from this site to it. One operator installs it once; everyone else just visits this URL.

$curl -fSL https://cfg.chyi.io/install.sh | bash
  1. Run that command on a Linux box that can reach the device.
  2. Wait for the agent to print a pair code (e.g. ABCD-EFGH).
  3. Enter the code above to bind your browser to that agent for 24 hours.

See docs/agent for requirements (glibc, x86_64-linux, libCFApi.so) and troubleshooting.