Download Atlantisboard

Install Atlantisboard on your own server. Pick a package below, then follow the three steps to unpack and run the setup wizard.

You need a Linux machine with Docker (recommended) and a few common tools. On Debian 12, see the Debian auto setup guide or the general install guide.

Packages

Latest release v1.0.1 · published 27 May 2026

npm package

Install from the public registry on a Linux host with Bun and whiptail.

Package
atlantisboard@1.0.1
npm install -g atlantisboard

Quick install (3 steps)

These steps work the same whether you downloaded the GitHub zip or installed via npm.

  1. Get the package

    GitHub: download atlantisboard-<version>.zip above and copy it to your server (for example with scp).

    npm: on the server run npm install -g atlantisboard (requires Node/npm and Bun on the host).

  2. Unzip (GitHub zip only)

    On your server, unzip the archive and go into the folder:

    unzip atlantisboard-1.0.1.zip -d atlantisboard-1.0.1
    cd atlantisboard-1.0.1

    If you used npm, skip this step — the files are already installed globally.

  3. Run the setup wizard

    Start the installer (use sudo if you are not root):

    sudo ./atlantisboard-setup

    The wizard walks you through Docker or manual setup, creates your .env file, and can configure systemd and a reverse proxy. When it finishes, open the URL it prints (usually http://localhost:3000) and create your first account.

Prefer Docker Compose from source, or a full production checklist? See the wiki.

Debian auto setup Docker Compose (from source) Documentation