PHPackages                             magicalex/seedbox-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. magicalex/seedbox-manager

AbandonedArchivedProject[Utility &amp; Helpers](/categories/utility)

magicalex/seedbox-manager
=========================

Web app for manage your seedbox

v3.0.1(9y ago)4827.9k13[2 issues](https://github.com/Magicalex/seedbox-manager/issues)GPL-3.0HTMLPHP &gt;=5.6.0

Since May 27Pushed 9y ago10 watchersCompare

[ Source](https://github.com/Magicalex/seedbox-manager)[ Packagist](https://packagist.org/packages/magicalex/seedbox-manager)[ RSS](/packages/magicalex-seedbox-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (11)Used By (0)

Description of seedbox-manager
==============================

[](#description-of-seedbox-manager)

[![StyleCI](https://camo.githubusercontent.com/bf8d4d83984ca6d2a8b51108ff28aea398dcdaa3344651a44efdd9cf8e20a0c0/68747470733a2f2f7374796c6563692e696f2f7265706f732f31383537353833392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/18575839)

seedbox-manager is web app for manage your seedbox.

- reboot rtorrent session
- custom links in navbar.
- statistic server (load average, uptime)
- download file config of filezilla and transdroid
- admin area
- logout for http basic authentication

Installation
------------

[](#installation)

*note : root privilege is required*

```
cd /var/www
git clone https://github.com/Magicalex/seedbox-manager.git
cd seedbox-manager
composer install
chown -R www-data: /var/www/seedbox-manager
cd source
chmod +x install.sh && ./install.sh
```

Configuration
-------------

[](#configuration)

*example : web server nginx*

```
server {
    listen 80 default_server;
    server_name _;

    charset utf-8;
    index index.php;

    access_log /var/log/nginx/seedbox-manager-access.log combined;
    error_log /var/log/nginx/seedbox-manager-error.log error;

    auth_basic "seedbox-manager";
    auth_basic_user_file "/etc/nginx/passwd/password";

    root /var/www;

    location / {
        try_files /seedbox-manager/$uri /seedbox-manager/index.php$is_args$args;
    }

    location ^~ /assets {
        alias /var/www/seedbox-manager/assets;
    }

    location ~ \.php$ {
        fastcgi_index index.php;
        include /etc/nginx/fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        fastcgi_pass unix:/run/php/php7.0-fpm.sock;
    }
}
```

In a uri like

```
server {
    listen 80 default_server;
    server_name _;

    charset utf-8;
    index index.html index.php;

    auth_basic "seedbox";
    auth_basic_user_file "/etc/nginx/passwd/password";

    root /var/www;

    location /seedbox-manager {
        try_files /seedbox-manager/$uri /seedbox-manager/index.php$is_args$args;
    }

    location ~ \.php$ {
        fastcgi_index index.php;
        include /etc/nginx/fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        fastcgi_pass unix:/run/php/php7.0-fpm.sock;
    }
}
```

First connection
----------------

[](#first-connection)

Connect you to the interface with your rutorrent id. This will automatically generate configuration files for the current user. `./seedbox-manager/conf/users/{utilisateur}/config.ini`

To obtain the admin rights :

```
vi /var/www/seedbox-manager/conf/users/{utilisateur}/config.ini
```

and replace `admin = no` by `admin = yes`

developement
------------

[](#developement)

```
echo "127.0.0.1 sbm.dev" >> /etc/hosts
php -S sbm.dev:8080
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 86.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~74 days

Recently: every ~168 days

Total

10

Last Release

3337d ago

Major Versions

v2.5.0 → v3.0.02017-03-26

PHP version history (2 changes)v2.0.2PHP &gt;=5.4.0

v3.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/201665909?v=4)[Magicalex](/maintainers/Magicalex)[@MagicAlex](https://github.com/MagicAlex)

---

Top Contributors

[![al3xLvs](https://avatars.githubusercontent.com/u/3195382?v=4)](https://github.com/al3xLvs "al3xLvs (220 commits)")[![MThibault](https://avatars.githubusercontent.com/u/3008699?v=4)](https://github.com/MThibault "MThibault (16 commits)")[![Hydrog3n](https://avatars.githubusercontent.com/u/1223893?v=4)](https://github.com/Hydrog3n "Hydrog3n (15 commits)")[![Micdu70](https://avatars.githubusercontent.com/u/8136676?v=4)](https://github.com/Micdu70 "Micdu70 (3 commits)")

---

Tags

seedboxrtorrent

### Embed Badge

![Health badge](/badges/magicalex-seedbox-manager/health.svg)

```
[![Health](https://phpackages.com/badges/magicalex-seedbox-manager/health.svg)](https://phpackages.com/packages/magicalex-seedbox-manager)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
