expanse compute register show the
short-lived install token plus your deployment’s control-plane and data-plane
URLs, which this guide’s commands take. 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 host; it fetches this guide itself, so it always follows the current steps.
1. Register the compute
In the console, open Compute → Add compute, pick VM / generic, and generate an install token.2. Exchange the token on the host
On the host, using the control-plane and data-plane URLs from the Add compute panel. This installs the CLI if the host does not have it, then exchanges the token and writes the daemon config:~/.expanse/config.json
(mode 0600). If the install fails before the config is written, rerun it with
the same token; retry stops working at the compute’s first heartbeat or when
the token expires.
3. Run the daemon
Download the daemon binary and start it:Restart=on-failure is the usual shape). The daemon reads
~/.expanse/config.json by default; set EXPANSE_DAEMON_CONFIG to point a
system service at a different path.