Launch a private audiobook and podcast server in minutes - no manual setup of ffmpeg, nginx, or systemd required. Backed by 24/7 cloudimg support.
Real screenshots of this software running on the cloudimg image, taken while testing the deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Overview
Audiobookshelf is a popular open source, self-hosted audiobook and podcast media server. Stream your own audiobook and podcast collection from anywhere through a fast web player or the native iOS and Android apps, with listening-progress sync across every device. This AMI delivers Audiobookshelf 2.35 fully installed and configured behind nginx with bundled ffmpeg, so a private audiobook server is running within minutes of launch.
## Why This AMI Instead of Self-Installation
Deploying Audiobookshelf manually means resolving Node.js dependencies, compiling or packaging ffmpeg/ffprobe/tone, writing systemd unit files, configuring nginx for WebSocket proxying, partitioning a dedicated EBS volume, and hardening the stack. This image eliminates all of that. You launch, create your admin account on the first-visit screen, point a library folder at your media, and start listening. Ongoing maintenance - security patches, version upgrades, and transcoding troubleshooting - is handled by cloudimg's support team so you can focus on your content rather than your infrastructure.
## Example Use Case
A homeschool co-op with 20 families shares a curated collection of 300 audiobooks. The coordinator launches this AMI on a t3.medium instance, attaches a 100 GB encrypted EBS volume, uploads the library, and creates individual user accounts. Each family streams titles through the web player or mobile apps with per-user progress tracking, eliminating the need for costly third-party audiobook subscriptions.
## Application Stack
The Audiobookshelf server is a Node.js application with an embedded SQLite datastore and a bundled web player, running under systemd and reverse-proxied by nginx, which also proxies the WebSocket traffic the player relies on. The bundled ffmpeg, ffprobe, and tone tools provide transcoding and audio tagging. The server binds to the loopback interface; the config, metadata, and media library all live on a dedicated, independently resizable EBS volume.
## Security and Network Guidance
## Deployment Steps
1. Launch the AMI in your chosen VPC and subnet, selecting an instance type appropriate to your library size (t3.small for personal use up to a few hundred titles; t3.medium or larger for multi-user libraries exceeding 1,000 titles).
2. Attach or confirm the dedicated EBS volume for your media library. Enable EBS encryption if required.
3. Configure the security group: allow TCP 443 inbound from listener IPs and TCP 22 from your admin IP.
4. Browse to the instance public IP or DNS name. Complete the one-screen admin account creation form.
5. Upload or copy your audiobook/podcast files to the library volume (via SCP, SFTP, or AWS DataSync).
6. In the Audiobookshelf UI, add a library folder pointing to your media path. The server scans automatically.
7. Listen through the web player or connect the iOS/Android app with progress sync enabled.
## cloudimg Support
24/7 technical support by email and live chat for deployment, upgrades, library migration, transcoding configuration, and TLS termination. Critical issues receive a one-hour average response.
Audiobookshelf is a trademark of its respective owner. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.