What’s Inside a Seedbox? #
A seedbox is a Linux server running in a datacenter. Here’s what makes it work:
Hardware #
- CPU: Shared or dedicated processor cores — handles torrent client, Plex transcoding, and app processing
- RAM: Memory for running multiple apps simultaneously
- Storage: HDD (large, affordable) or SSD/NVMe (fast, expensive) — where your files live
- Network: 1-20 Gbps connection to the internet backbone
Software Stack #
- OS: Linux (usually Debian or Ubuntu)
- Docker: Containerization for running apps in isolation
- Torrent client: rTorrent (with ruTorrent web UI), Deluge, or qBittorrent
- Web server: Nginx or Apache — serves the web interfaces
- Apps: Plex, Sonarr, Radarr, Prowlarr, and 50+ more via Docker
Shared vs Dedicated #
| Type | Shared | Dedicated |
|---|---|---|
| CPU/RAM | Shared with other users | Exclusively yours |
| Storage | Your allocation on shared disk | Full disk(s) for you |
| Network | Shared bandwidth | Dedicated pipe |
| Price | $3-$15/month | $30-$100+/month |
| Best for | Most users | Heavy users, 4K streaming |