Access
Open the Calibre-Web URL: http://<SERVER-IP>:8083
Login using:
- Username:
admin - Password:
admin123
Change the password immediately after logging in.
If prompted for the Calibre library path (Location of Calibre Database), enter: /books
An empty Calibre library (metadata.db) is automatically created.
Upload Through Web Interface
- Login as administrator.
- Navigate to:
AdminthenEdit Basic ConfigurationthenFeature Configuration - Enable uploads if disabled.
- Save the configuration.
- Upload EPUB, PDF, MOBI, AZW3, and other supported formats.
Important Files and Directories
- Install Path:
/root/calibre-web - Compose File:
/root/calibre-web/docker-compose.yml - Configuration:
/root/calibre-web/config - Books Library:
/root/calibre-web/books
Service Management
View status:
cd /root/calibre-web
docker compose ps
View logs:
cd /root/calibre-web
docker compose logs -f
Restart:
cd /root/calibre-web
docker compose restart
Stop:
cd /root/calibre-web
docker compose down
Start:
cd /root/calibre-web
docker compose up -d