
Deploy Bitmagnet
Open-source torrent indexer with search, metadata, and classification.
Postgres
railwayapp-templates/postgres-ssl:17
Just deployed
/var/lib/postgresql/data
bitmagnet
bitmagnet-io/bitmagnet:latest
Just deployed
Deploy and Host Bitmagnet on Railway
What is Bitmagnet?
Bitmagnet is an open-source torrent indexer and search engine. It crawls the BitTorrent DHT network, stores torrent metadata in a database, and enriches it with external sources like TMDB or IMDb. Its purpose is to make torrent content searchable, categorized, and accessible through a web UI or API.
About Hosting Bitmagnet
Hosting Bitmagnet involves running the Bitmagnet container alongside a PostgreSQL database. The application needs to be configured with connection details and, optionally, an API key for metadata enrichment. On Railway, this process is streamlined: PostgreSQL can be provisioned as a managed service, and the Bitmagnet Docker image can be deployed with minimal setup. Railway handles container lifecycle, scaling, and networking, making it easier to deploy Bitmagnet without dealing with low-level infrastruct...
Common Use Cases
- Running a personal or community torrent search engine
- Researching and analyzing torrent ecosystem data
- Building APIs or apps powered by torrent metadata
Dependencies for Bitmagnet Hosting
- PostgreSQL 16+ (database for torrent metadata)
- Optional: TMDB API key (for improved media classification)
Deployment Dependencies
Networking Notes
Railway automatically provisions a domain for your deployment.
By default, Bitmagnet listens on port 3333.
After deployment, go to the Networking tab in your Railway project and select port 3333
to expose the WebUI and API.
Why Deploy Bitmagnet on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Bitmagnet on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content