Recommended
GitHub release (installer included)
Full package with the interactive setup wizard (atlantisboard-setup). Best for most Linux servers.
- File
atlantisboard-1.0.1.zip- Size
- 12.7 MB
- Version
- 1.0.1
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.
Recommended
Full package with the interactive setup wizard (atlantisboard-setup). Best for most Linux servers.
atlantisboard-1.0.1.zipInstall from the public registry on a Linux host with Bun and whiptail.
atlantisboard@1.0.1npm install -g atlantisboard
These steps work the same whether you downloaded the GitHub zip or installed via npm.
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).
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.
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