Monster Grid

Choose the self-hosted node or the hosted dashboard, see the full multi-agent system clearly, and move from demo to paper to live with deterministic guardrails still in charge.

14+ typed agents1111 signal lattice+1 / -1 / +0 / -0 state math
Agent meshSignal, risk, venue, replay, oracle, watchdog
State math+1 conviction, -1 rejection, +0 hold, -0 suppress
Quantum laneOptional advisory probes only
Run postureDemo, replay, paper, then live
ControlDeterministic risk still rules

Run

How the private node is reached after install

The public site sells and supports ZeroTrade, while the node itself stays private on the machine you control.

Run truth

The public domain is the portal for buying, activation, docs, downloads, and updates.

Run truth

The private node runtime lives on the machine you install: home PC, mini PC, VPS, or Ubuntu server.

Run truth

The local panel stays bound to 127.0.0.1 by default instead of being exposed publicly.

Host Choice

Use the server host you own, not the public product domain

You can run the node behind a normal domain or a raw IP. The public site should explain the pattern plainly instead of making it look like everyone logs into the product domain itself.

Use a main domain

If you already have a hostname for the box, a normal login path is ssh ubuntu@example.com.

Use the server IP

If you are keeping it simple, logging in with the raw server IP is normal too: ssh ubuntu@serverIP.

Add a subdomain later if you want

A node subdomain is optional. It can be nice, but it is not required just to run the product.

Plain English

How the private browser panel actually reaches your home PC

The node is installed on the server

The browser panel is not a public website. It lives on the server or PC where ZeroTrade is installed.

You log in from your home PC with SSH

From your own computer, use ssh ubuntu@example.com or ssh ubuntu@serverIP to reach the machine that runs the node.

127.0.0.1 works after the tunnel

Once the SSH tunnel is open, http://127.0.0.1:8010/panel works in the browser on your home PC because SSH forwards your local port 8010 to the server's local panel port.

If you skip the tunnel the browser path will fail

Typing http://127.0.0.1:8010/panel into your Windows browser before the SSH tunnel is active will not open the panel on your server. That is expected, not a broken install.

Windows Reality

What to expect on your home desktop before and after the tunnel

The confusing part is simple once it is stated plainly: the panel lives on the server, not inside your Windows browser by magic. The browser URL only becomes useful on your own PC after SSH creates the local bridge.

Windows PowerShell or Terminalssh -L 8010:127.0.0.1:8010 ubuntu@serverIP

If your Windows machine has OpenSSH, open PowerShell and run ssh ubuntu@example.com or ssh ubuntu@serverIP, then open the tunnel in another terminal window.

PuTTY is also fineLocal port 8010 -> remote 127.0.0.1:8010

Some operators prefer PuTTY. The idea is still the same: connect to the server over SSH and forward local port 8010 to 127.0.0.1:8010 on the server.

Same server as the public site is normalPublic site on domain, private panel on 127.0.0.1:8010

The public website and the private node can live on the same Ubuntu box. The website stays public while the node panel stays private behind SSH.

Access Path

The actual login and tunnel flow from your home PC

01

Connect to your own node host

Use the hostname or IP you control for the installed machine. The public ZeroTrade site is not the private node host.

ssh ubuntu@example.com or ssh ubuntu@serverIP
02

Open the terminal control center

Typing zerotrade on the machine shows the node summary, mode, services, and next actions.

zerotrade
03

Let the node tell you the private path

The CLI prints the local panel URL plus the SSH tunnel pattern for your own browser.

zerotrade access
04

Create the browser tunnel

Run this from your own computer to bring the private node panel into your browser safely.

ssh -L 8010:127.0.0.1:8010 ubuntu@example.com
Browser Panel

Open the panel on your home PC after the tunnel is active

Once the tunnel is open, load http://127.0.0.1:8010/panel in the browser on your home PC. SSH is forwarding that local browser port to the installed node on the server.

If you try that browser URL before the tunnel exists, it will not reach the panel on your server. That failure is normal and simply means the SSH bridge is not open yet.

Security Posture

Keep the public site and private runtime separate

The portal remains public for commerce and docs. The trading panel stays private on the server unless the operator deliberately chooses another access posture.

Useful Commands

The short command list you actually need after activation

Control centerzerotrade

Open the fastest read on node mode, heartbeat, strategy posture, and service health.

Private panel pathzerotrade access

Print the local panel address and the SSH tunnel pattern without exposing a public dashboard.

Health checkzerotrade doctor

Run the validation pass before making assumptions about readiness or environment drift.

Paper execution viewzerotrade execution blotter

Inspect paper execution, recent orders, and positions after the first draft or fill.

Operator Surfaces

Use the surface that fits what you are trying to do

Terminal first

The fastest first check is still the CLI. It gives mode, heartbeat, service posture, active strategies, and the exact local access path.

Browser panel second

The browser surface exists for a calmer local overview once the SSH tunnel is open, not as a publicly exposed trading dashboard.

Phone status alongside it

The public status surface is there for quick checks and mobile awareness, while the private node remains on the host you control.

First Session Checklist

What to do when the node is installed and you SSH in for the first time

Run zerotrade and read the current node mode, license, Oracle posture, and heartbeat.
Run zerotrade doctor before trying to operate from memory or assumption.
Install an encrypted preset if you want to see the strategy vault in action.
Run zerotrade strategy evolve-daily to stage or apply the sealed daily variant review.
Use zerotrade execution blotter to inspect paper execution after your first draft or fill.
Keep the first proving path in replay or paper mode before pushing further.
Still Need Credentials?

Buy or recover your order first if you still need the activation values.

The runtime can be installed before activation, but it still needs the account id and license key from the verified order path.

ZeroTrade Monster