{"name":"Webtor Self-Hosted: Stream and Download Torrents with Your Own Docker Instance","description":"Webtor Self-Hosted offers a robust, all-in-one Docker image for streaming and downloading torrents directly from your own server. This self-hosted solution provides instant video and audio streaming, direct file downloads, and the ability to download entire torrents as ZIP archives. It's an excellent choice for those seeking a private, customizable media streaming and management platform.","github":"https://github.com/webtor-io/self-hosted","url":"https://osrepos.com/repo/webtor-io-self-hosted","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/webtor-io-self-hosted","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/webtor-io-self-hosted.md","json":"https://osrepos.com/repo/webtor-io-self-hosted.json","topics":["Dockerfile","torrent","streaming","self-hosted","docker","media server","media","utilities"],"keywords":["Dockerfile","torrent","streaming","self-hosted","docker","media server","media","utilities"],"stars":null,"summary":"Webtor Self-Hosted offers a robust, all-in-one Docker image for streaming and downloading torrents directly from your own server. This self-hosted solution provides instant video and audio streaming, direct file downloads, and the ability to download entire torrents as ZIP archives. It's an excellent choice for those seeking a private, customizable media streaming and management platform.","content":"## Introduction\nWebtor Self-Hosted is the private, self-hosted version of the popular [webtor.io](https://webtor.io){:target=\"_blank\"} service, packaged conveniently as an all-in-one Docker image. It allows users to stream video and audio, download individual files, or entire torrents as ZIP archives, all without needing a traditional torrent client. This project brings the power of Webtor directly to your infrastructure, offering complete control over your media streaming and downloading experience.\n\n## Installation\nTo get Webtor Self-Hosted up and running, you'll need Docker installed.\n\n1.  **Install Docker**: If you haven't already, install Docker on your system. You can find instructions on the [official Docker website](https://docs.docker.com/get-docker/){:target=\"_blank\"}.\n2.  **Start Webtor Instance**: Run the following command in your terminal:\n\n    bash\n    docker run -d -p 8080:8080 -v data:/data -v pgdata:/pgdata --name webtor --restart=always ghcr.io/webtor-io/self-hosted:latest\n    \n\n3.  **Access UI**: Open your web browser and navigate to <http://localhost:8080>{:target=\"_blank\"}.\n4.  **You're All Set!**: Your Webtor instance is now ready to use.\n\n## Examples\nWebtor Self-Hosted is highly configurable. Here are a couple of common setup examples:\n\n### Custom Domain\nIf you plan to access your Webtor instance from a specific domain, set the `DOMAIN` environment variable:\n\nbash\ndocker run -e DOMAIN=https://example.com -d -p 8080:8080 -v data:/data -v pgdata:/pgdata --name webtor --restart=always ghcr.io/webtor-io/self-hosted:latest\n\n\n### Custom Port\nTo run Webtor on a different local port, adjust the port mapping and the `DOMAIN` variable accordingly:\n\nbash\ndocker run -e DOMAIN=http://localhost:8085 -d -p 8085:8080 -v data:/data -v pgdata:/pgdata --name webtor --restart=always ghcr.io/webtor-io/self-hosted:latest\n\n\n## Why Use Webtor Self-Hosted?\nWebtor Self-Hosted offers a compelling set of features for anyone looking to manage and consume torrent content:\n\n*   **Instant Streaming**: Stream video and audio files directly from torrents without full download. Supports popular formats like `mp4`, `mkv`, `mp3`, and `flac`.\n*   **Direct Download Links (DDL)**: Download individual files from a torrent with a direct link.\n*   **ZIP Archive Download**: Download entire torrents as a single ZIP file, preserving directory structure.\n*   **Personal Library**: Organize your media collection, with automatic detection for movies and series.\n*   **Stremio Integration**: Easily integrate your Webtor library with Stremio for watching on various devices.\n*   **Developer-Friendly**: Utilize the [Webtor SDK](https://github.com/webtor-io/embed-sdk-js){:target=\"_blank\"} to embed torrent video playback into your own websites.\n*   **Full Control**: Host your own instance for privacy and complete control over your data and settings.\n\n## Links\nFor more detailed information, contributions, or to explore the project further, visit the official repositories:\n\n*   **GitHub Repository**: [webtor-io/self-hosted](https://github.com/webtor-io/self-hosted){:target=\"_blank\"}\n*   **Official Webtor Website**: [webtor.io](https://webtor.io){:target=\"_blank\"}\n*   **Webtor Embed SDK**: [webtor-io/embed-sdk-js](https://github.com/webtor-io/embed-sdk-js){:target=\"_blank\"}","metrics":{"detailViews":14,"githubClicks":5},"dates":{"published":null,"modified":"2026-02-28T12:52:35.000Z"}}