From 6ad57b75588d5d0b4e178c68385a164a471bfa57 Mon Sep 17 00:00:00 2001 From: orion Date: Thu, 16 Apr 2026 08:49:31 +0000 Subject: [PATCH] docs: add port map for T2 deployment --- docs/ports.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/ports.md diff --git a/docs/ports.md b/docs/ports.md new file mode 100644 index 0000000..0fdbadf --- /dev/null +++ b/docs/ports.md @@ -0,0 +1,11 @@ +# T2 Port Map (vps.claw-main) + +Ports allocated by `HangmanLab.Server.T2` plugins on the OpenClaw host. +System-level services (sshd, nginx, systemd-resolved, docker) are excluded. + +| Port | Bind | Service | Note | +|------|------|---------|------| +| 8787 | 127.0.0.1 | Dirigent no-reply sidecar | Default `sideCarPort` | +| 18789 | 127.0.0.1 | OpenClaw Gateway | Internal gateway listener | +| 18800 | 127.0.0.1 | ContractorAgent bridge | Default `bridgePort` | +| 18900 | 127.0.0.1 | Yonexus.Server | WebSocket hub (`listenPort`) |