Skip to Content
InstallationOverview

Installation

Install SeqDesk with a guided flow first, then move to unattended deployment as your environment standards solidify.

Use the npm launcher (npm i -g seqdesk && seqdesk) as the supported install entry point. It downloads and runs the public shell installer internally, so operators normally do not need to call install.sh directly.

Check prerequisites

Confirm Node.js/npm, PostgreSQL access, and writable install/data directories.

Guided bootstrap

Run the installer interactively using the quickstart command.

Formalize config

Create and review infrastructure-setup.json, then store it with your deployment automation.

Repeatable operations

Use unattended mode for new hosts and --reconfigure for existing installations.