Self-host Drumee in one command.

Your own sovereign data platform โ€” auth, storage, backend, and frontend โ€” on a server you control. Pick a path; both come from one config file.

๐Ÿณ Docker Compose recommended

Pulls prebuilt images and brings up the full stack. Isolated, easy upgrades.

# interactive โ€” asks a few questions, then installs
curl -fsSL https://get.drumee.com/install | bash

๐Ÿ“ฆ Debian / Ubuntu native

Installs directly on a fresh host via apt โ€” no Docker. Configures the machine itself.

# run on a fresh, dedicated Debian 12 / Ubuntu host
curl -fsSL https://get.drumee.com/native | sudo bash