Every term these guides use, in one place. Chapters restate the parameters they depend on, so you should not need this page to follow one, but a term you meet halfway through is defined here.
The serving agent dials out and keeps that connection open, so nothing listens for inbound connections and no router change is needed.
Port forward
A router rule exposing a local port to the internet. These guides never use one, and every chapter's checklist confirms the port is still not forwarded.
Loopback
The 127.0.0.1 address, reachable only from the machine itself. Services in these guides bind here, and the serving agent reaches them locally.
NAT
The address translation a home router does. It is sufficient for Edgible, because the connection is outbound.
Mesh VPN
A private network requiring every client device to be enrolled. One of the alternatives Edgible replaces.
Reverse proxy
A server such as nginx or Caddy placed in front of a service, usually paired with certbot and dynamic DNS. Another alternative Edgible replaces.
TLS termination
Where HTTPS is decrypted. With Edgible it happens on the serving device, which is why the original client IP does not reach the app.
Webhook
An HTTPS URL another system calls. It needs a hostname reachable without a login, so None rather than org.
The OpenClaw process on the VM. It stays on loopback; Edgible publishes it rather than it listening publicly.
Control UI
The OpenClaw web interface, published with org so it opens on a phone without a VPN.
Skill
A capability added to OpenClaw. The Edgible skill lets it run the Edgible CLI.
ACP
Agent Client Protocol, the exchange two programs hold over stdin and stdout: start a session, send a prompt, stream tool calls, finish. OpenClaw is the client.
acpx
The OpenClaw plugin that owns the ACP client. Until it is installed and the Gateway restarted, /acp doctor reports ACP_BACKEND_MISSING.
Harness
Cursor CLI running as the ACP server, via agent acp.
Session
One ACP job, keyed as agent:cursor:acp:<uuid>.
18789
The OpenClaw Gateway port on the VM, bound to loopback.