Skip to content

Command Palette

Search for a command to run...

Self-host Audiobookshelf

Media server
prices checked · Jul 2026

A self-hosted audiobook and podcast server with progress sync across apps — host your own Audible-style library and listen anywhere.

Audible / yr$179
Self-hosted / yr~$55
You keep$124/yr

Key facts

CategoryMedia server
LicenseGPL-3.0
StackJavaScript, Node.js
Min RAM512 MB
Dockeryes
Difficulty

What you need

  • Any VPS with at least 512 MB of RAM
  • A domain you control — most self-hosted setups need HTTPS in front of them
  • Under an hour if you've used Docker before

Install with Docker Compose

Save this as compose.yml and run docker compose up -d:

# Audiobookshelf
docker run -d --name audiobookshelf \
  -p 13378:80 \
  -v ./audiobooks:/audiobooks -v ./config:/config -v ./metadata:/metadata \
  ghcr.io/advplyr/audiobookshelf:latest
# open http://SERVER_IP:13378

An alternative to

More in Media server