Overview

Documentation

Everything you need to run production workloads on Nodara. Start with the 5-minute install, then dive into the API reference when you're ready to automate.

Install the CLI

The nodara CLI is a single Rust binary. Install it with a one-liner:

install nodara
 ~ curl -fsSL nodara.host/cli | sh
▸ detecting platform  ..  linux-x86_64 (glibc 2.35)
▸ fetching             ..  v2.1.4 · 9.2 MB · sha256 ok
▸ installing to        ..  /usr/local/bin/nodara
✓ installed nodara 2.1.4

Authenticate

nodara login starts an OAuth device flow — no copy-pasting API tokens. Your credentials are stored in your OS keychain (Keychain on macOS, Secret Service on Linux, DPAPI on Windows).

Deploy your first instance

The fastest path to a running box is nodara deploy:

user@nodara ~ zsh
 ~ nodara deploy --plan nv-4x --region fra1
✓ instance nv-8f2a10c3 is up in 47s

The full flag reference is in the CLI docs. For everything else, our HTTP API is documented in the API reference.

What next

  • Automate provisioning with the Terraform provider.
  • Wire up snapshots — enabled by default, but you can tune the schedule and retention.
  • Set up private networking between your instances with a VPC.
  • Connect the metrics endpoint to Grafana or Datadog via the Prometheus-compatible scrape target on port 9091.