> Source: https://docs.nometa.az/getting-started

# Getting Started

### Deploy

SAMURAI ships as a single Docker image that bundles the backend, the web UI, and an
embedded MongoDB (external-first, embedded-fallback). See [Deployment](/deployment)
for the full options.

```bash
docker run -d --name samurai -p 80:80 -p 443:443 \
  -v samurai-data:/app/mongo-data \
  beyrak44/samurai:latest
```

The image is published on <a href={process.env.DH_URL || "https://hub.docker.com/r/beyrak44/samurai"} target="_blank" rel="noreferrer">Docker Hub</a>.

Need a license? [Get a free trial license](http://share.exploit.az/go/free-trial-lic),
then upload it under **Settings → License** after signing in.

### Sign in

Open the portal in your browser and sign in with the default credentials.

Default login is **`admin` / `admin`**. Change it immediately after first sign-in
(you will be prompted).

### Add your first device

Go to **Devices → Add Device**, choose the device type, and enter its address and
credentials. SAMURAI validates reachability and starts the first sync.

See [Managing Devices](/managing-devices) for the add/edit/remove flows and
[Device Onboarding](/device-onboarding) for per-vendor connection requirements.
