expanse compute register show the
short-lived install token plus your deployment’s control-plane and data-plane
URLs, which this guide’s installer takes. The token is prompted for during
install; it never goes on a command line.
Prefer to delegate? Copy this into an AI assistant with shell access on the Nomad client node; it fetches this guide itself, so it always follows the current steps.
Prerequisites
- A Nomad client node with
systemd,curl,tar, andsha256sumorshasum, plussudo. - The daemon talks to the local Nomad agent; the installer defaults
EXPANSE_NOMAD_ADDRtohttp://127.0.0.1:4646. Override it (and setEXPANSE_NOMAD_TOKENfor ACL-enabled clusters) before install if needed.
1. Register the compute
In the console, open Compute → Add compute, pick Nomad, and generate an install token.2. Run the installer on the client node
On the client node, using the control-plane and data-plane URLs from the Add compute panel:releases.expanse.sh.
The installer downloads and verifies the daemon binary, exchanges the token
for the compute’s long-lived credential, writes /etc/expanse/config.json,
installs the expanse-daemon systemd unit, starts it, and waits for the
first heartbeat (default 60 seconds; set
EXPANSE_HEARTBEAT_TIMEOUT_SECONDS to adjust).