Video coming soon…

🟣 Setup Castopod — Self-Hosted Podcast Hosting with Fediverse Federation

Deploy Castopod on Ubuntu with Docker — a self-hosted podcast host that publishes episodes, generates RSS feeds, and federates over ActivityPub so listeners can follow and comment from Mastodon, on port 8305.

⚠️ 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.

Automated install script — one command deploys Castopod on port 8305 with its MariaDB and Redis wired in. Host unlimited podcasts, publish episodes with proper RSS, and federate to the fediverse over ActivityPub.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/castopod/castopod-ubuntu.sh
chmod +x castopod-ubuntu.sh
./castopod-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/castopod/castopod-ubuntu.sh

2 Make it Executable

chmod +x castopod-ubuntu.sh

3 Run the Installer

./castopod-ubuntu.sh

4 Complete the Web Installer

http://your-server-ip:8305

Ports Used

PortPurpose
8305Castopod web app, dashboard, feeds, and web player (mapped from container port 8000)
3306MariaDB — internal to the Docker network, not exposed to the host
6379Redis cache — internal to the Docker network, not exposed to the host

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions