- Private: Specified Group of Users ONLY
If you would like to run a tracker that is only accessible to
a select group of users:
- Set the Default Guest Access Level to 0
- Create Individual User Accounts Manually
With this configuration, only users that you create will have
access to your tracker's website. Other people will still be
able to use torrents that are tracked by your tracker,
but they won't be able to download them from your tracker's
website. Torrent files will need to be posted elsewhere, for
non-users to download them.
- Private: Displaying Limited Information
If you would like to run a tracker that displays limited torrent
information, similar to the information shown by the official
python tracker, you should modify your tracker's
configuration thusly:
- Remove all torrent categories
- Set the following values to NO (0)
- Allow Search — ( bnbt_allow_search )
- Allow Sort — ( bnbt_allow_sort )
- Allow Comments — ( bnbt_allow_comments )
- Allow Info Link — ( bnbt_allow_info_link )
- Show Name — ( show_names )
- Show File Comments — ( bnbt_show_file_comments )
- Show Stats — ( bnbt_show_stats )
- Set the value of Show Hash to 1 — ( bnbt_show_info_hash )
- Add the following line to your stylesheet:
td.navbar_search { display:none; }
-
OPTIONAL: Set Show Uploader to NO — ( bnbt_show_uploader )
-
OPTIONAL: Set Allow Downloads to NO — ( bnbt_allow_torrent_downloads )
With this configuration, the names of the torrents being tracked
will remain unknown to the general public. Your tracker visitors
will see something similar to this:
If you did not disable Allow Downloads, it would look like this:
- Public: Open-Use Tracker
PLEASE NOTE: Using this configuration is not suggested, because
it can lead to serious tracker abuse.
If you would like to run a tracker that DOES NOT REQUIRE the
torrent to be uploaded to your tracker for your tracker to begin
tracking the torrent:
- Remove the values for the Allowed and Upload Directories
from your configuration:
allowed_dir =
bnbt_upload_dir =
These values appear on the Directories tab of the Configuration
Frontend as Allowed Directory and Upload Directory.
- Set the following values to NO (0):
- Allow Search — ( bnbt_allow_search )
- Allow Sort — ( bnbt_allow_sort )
- Allow Comments — ( bnbt_allow_comments )
- Allow Info Link — ( bnbt_allow_info_link )
- Allow Downloads — ( bnbt_allow_torrent_downloads )
- Show Name — ( show_names )
- Show File Comments — ( bnbt_show_file_comments )
- Show Date Added — ( bnbt_show_added )
- Show Stats — ( bnbt_show_stats )
- Show Uploader — ( bnbt_show_uploader )
- Set the value of Show Hash to 1 — ( bnbt_show_info_hash )
- Add the following line to your stylesheet:
td.navbar_search { display:none; }
With this configuration, people will only need to create and
start seeding their torrent. They will not have to upload the
torrent to the tracker first.