Self-host Audiobookshelf
Media serverdeployed & timed by usprices 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:13378An alternative to
More in Media server
Media serverJellyfin
C#.NET
moderateRead guide →
Media serverNavidrome
Go
easyRead guide →
Media serverPlex
Proprietary core
easyRead guide →