Skip to content

Zero to Hero (Host Mode, UI)

Run norsk-ctl init to create the configuration file with your license and default working directory. Host mode runs Norsk directly on the host — no proxy, no Docker networking.

$ norsk-ctl init --network-mode host --license-file /home/parallels/internal_dev_license.json --working-directory /tmp/workspace
Config written to /tmp/nix-shell.DOxv4h/norsk-ctl-guide-zero-to-hero-host-ui-cLZMw5/config.yaml
Equivalent command: norsk-ctl init --network-mode host --license-file /home/parallels/internal_dev_license.json --working-directory /tmp/workspace

Navigate directly to the daemon — no login needed in host mode.

The empty dashboard

Click Instances in the sidebar to manage instances.

Click Instances in the sidebar

The empty Instances page

The working directory auto-fills from your init settings.

Quick Start: name the instance and launch

Running instance card

Click the instance card to see its full status.

Click the instance tile to open its details

Instance detail page

In host mode, the studio is accessible directly on the instance port — no proxy required.

Norsk Studio

Navigate back to the Instances page, click the instance tile, then click Remove on the details page to delete it.

Click the instance tile to open its details

Click Remove to delete the instance

Confirm removal

Instance removed

The daemon can be stopped and restarted at any time — running instances are unaffected.

$ norsk-ctl shutdown --daemon-only
Daemon stopped (pid 640633)