Nebula Docs
Support

Install and connect the Nebula CLI

CLI 1.3.0

Install the CLI, sign in with your Nebula ID in a browser, and enroll this computer or server. No API key is required.

You approve the device in your browser. Nebula stores the resulting token in your system keyring; a mode-0600 file is available only as an explicit fallback.

1. Install the CLI

Nebula CLI 1.3.0 is available for Debian and Ubuntu on amd64.

curl -fsSL https://nebulacoder.com/cli/install.sh -o /tmp/nebula-cli-install.sh
sudo bash /tmp/nebula-cli-install.sh

The installer prefers the offline-signed repository at https://packages.nebulacoder.com/apt. Until its signed metadata is published, it verifies the exact SHA-256 checksum of an immutable HTTPS bootstrap package before installation.

2. Sign in with your Nebula ID

nebula login
Open https://id.nebulacoder.com/device
Enter code: NBLA-7KQ2

Your browser shows the product, device, account, and requested scopes before approval.

3. Verify your connection

nebula whoami

4. Enroll this computer or server

nebula system enroll --name studio-pc
You are connected. Open Computers & Servers from Cloud to see this machine.

Next steps

  • Run nebula to open the TUI.
  • Use nebula doctor to check local configuration.
  • Review device telemetry and incidents in Computers & Servers.
Was this page helpful?