Video coming soon…
🎬 Setup Suwayomi — Self-Hosted Manga Server & Reader
Deploy Suwayomi on Ubuntu with Docker — a self-hosted manga server and reader with extension-based sources, syncing your library and reading progress across devices, on port 4569.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/suwayomi/suwayomi-ubuntu.sh
chmod +x suwayomi-ubuntu.sh
sudo bash suwayomi-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/suwayomi/suwayomi-ubuntu.sh
2 Make it Executable
chmod +x suwayomi-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts the Suwayomi server on port 4569, with your library, downloads, and settings kept in the ./data volume.
sudo bash suwayomi-ubuntu.sh
4 Add Extension Sources
Open Suwayomi and add your source extensions under Settings → Browse → Extensions, then start finding manga:
http://<your-server-ip>:4569
Ports Used
| Port | Purpose |
|---|---|
| 4569 | Web UI + reader (host → container 4567) — no auth by default |
| ./data | Library, downloads, and settings |