- Downloaded
- 1.6 MB
- Uploaded
- 2 GB
- Ratio
- 1246.32
- Seedbonus
- 93
- Upload Count
- 1 (0)
- Joined
- Jun 17, 2024
- Messages
- 6
- Thread Author
- #1
Install all of the packages required to run XBT Tracker System.
Installing the required packages on Debian and Ubuntu
Installing the required packages on CentOS, Fedora or Red Hat
in xbt/Tracker folder find xbt_tracker.conf open and edit to your XENFORO database username, passwd and xenforo database name. DON'T change the mysql_table_prefix = xftt_ because it's create by xf2 addon XF2 - Torrent Tracker 2.2.17.4 to have a prefix like that in your database.
In xbt/Tracker chmod +x xbt_tracker
Run the xbt tracker server by go into xbt/Tracker
If you see a mySQL deprecated warning, just ignore it. The xbt tracker will still work.
Note: This is the same setup for Torrent Tracker 2.2.17.4, 2.2.18.0 or 2.2.20 or the latest version.
Installing the required packages on Debian and Ubuntu
Code:
apt install cmake default-libmysqlclient-dev g++ git libboost-dev libsystemd-dev make zlib1g-dev
Installing the required packages on CentOS, Fedora or Red Hat
Code:
yum install boost-devel cmake gcc-c++ git make mysql-devel systemd-devel
in xbt/Tracker folder find xbt_tracker.conf open and edit to your XENFORO database username, passwd and xenforo database name. DON'T change the mysql_table_prefix = xftt_ because it's create by xf2 addon XF2 - Torrent Tracker 2.2.17.4 to have a prefix like that in your database.
Code:
mysql_host = localhost
mysql_user = mysqluser
mysql_password = mysqlpass
mysql_database = xenforo
mysql_table_prefix = xftt_
In xbt/Tracker chmod +x xbt_tracker
Code:
chmod +x xbt_tracker
Run the xbt tracker server by go into xbt/Tracker
Code:
./xbt_tracker
If you see a mySQL deprecated warning, just ignore it. The xbt tracker will still work.
Note: This is the same setup for Torrent Tracker 2.2.17.4, 2.2.18.0 or 2.2.20 or the latest version.
Last edited by a moderator: