Prepare a GPU server
Per box:- Ubuntu 22.04 or 24.04+
- An installed NVIDIA driver (
nvidia-smiworks) - Outbound HTTPS to your console URL on port 443 — no inbound access is ever needed
- A sane clock
Install
--site <name> per site, for example --site dal-01.
The installer:
- Preflights the OS, driver, connectivity, and clock, with loud, actionable failures
- Downloads the checksum-verified agent
- Installs a hardened systemd unit
- Enrolls the machine
- Starts streaming
On a shared box, pass the token in the environment
Command-line arguments are world-readable throughps. On a machine where that
matters, hand the token over in the environment instead:
Note the leading space before
export — that keeps the line out of shell
history. Drop the --token flag entirely in this form. The installer forwards
the variable to the agent the same way, so the secret never reaches any
process’s argv.