Bitmagnet Proxmox LXC script

Bitmagnet is a self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.


To create a new Proxmox VE Bitmagnet LXC, run the command below in the Proxmox VE Shell.
To Update Bitmagnet, run the command below (or type update) in the LXC Console.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bitmagnet.sh)"

As an alternative option, you can use Alpine Linux and the Bitmagnet package to create a Bitmagnet LXC container with faster creation time and minimal system resource usage. You are also obliged to adhere to updates provided by the package maintainer.

To create a new Proxmox VE Alpine-Bitmagnet LXC, run the command below in the Proxmox VE Shell.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-bitmagnet.sh)"

During installation you will be asked to enter your TMDB API key, if you want to use it. Make sure you have it ready.


Location of config file: /opt/bitmagnet/config.yml or /opt/bitmagnet/.env


Default settings

CPU: 2vCPU
RAM: 1GB
HDD: 4GB
Default Interface: IP:3333

Alpine settings

CPU: 2vCPU
RAM: 1GB
HDD: 3GB
Default Interface: IP:3333