Skip to content
Skila edited this page Aug 21, 2026 · 10 revisions

SoundDock

Your music. Your server. Your way.

SoundDock is an open-source, self-hosted music platform for organising, streaming and integrating your own music library. The web player and Discord worker are first-party clients of the same API. You bring the files. SoundDock does not provide catalogues, rip YouTube or Spotify, or bypass DRM.

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Skila1/SoundDock/main/install.sh)"

A whiptail installer writes a Compose project in ./sounddock under the directory you run it from (~/sounddock from home). Open port 8080 and create the first administrator. Discord is configured in Admin later.

cd ~/sounddock
docker compose ps

Guides

  • Installation: one-click install, Discord optional, updates
  • Extras: Discord bot, Cloudflare Tunnel, libraries, Redis, search, metrics
  • Integration: REST API, API keys, OpenSubsonic, webhooks, Discord as a client
  • FAQ

Clone this wiki locally