Install on Linux
Titan Player for Ubuntu and Debian. Installation goes through our signed APT repository: once added, the app updates along with the rest of your system.
Add the repository and install
Open a terminal and paste this block. It adds the signing key, declares the repository for your distribution release — detected automatically — then installs the app.
sudo apt install -y curl
curl -fsSL https://apt.iptv-titan.com/titan-player.gpg | sudo tee /usr/share/keyrings/titan-player.gpg > /dev/null
. /etc/os-release
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/titan-player.gpg] https://apt.iptv-titan.com ${UBUNTU_CODENAME:-$VERSION_CODENAME} main" \
| sudo tee /etc/apt/sources.list.d/titan-player.list > /dev/null
sudo apt update
sudo apt install -y titan-playerThe signing key proves the packages really come from us. Without it, apt refuses the repository: that is by design, and it is what protects your machine.
Open a terminal
On Ubuntu, press Ctrl + Alt + T. On Debian, open the terminal from the applications menu.
Paste the command block
Copy the block below in one go and paste it into the terminal. You will be asked for your password: the sudo commands install software on the system.
Let apt work
The required video libraries (mpv, VLC) are installed at the same time, by apt, from your distribution's repositories. Allow a minute or two.
Launch Titan Player
The app appears in your menu, or starts from the terminal with the titan-player command.
Add your subscription
Enter your IPTV provider credentials: Xtream Codes (host, port, username, password), M3U link, or Stalker/Ministra portal. Several accounts are supported, and can be merged into a single catalogue.
Updating later
Nothing special to do: new versions arrive with your system updates. To fetch them right away:
sudo apt update && sudo apt upgrade titan-playerUninstalling
The app is removed like any other package. Your settings stay in your home folder.
sudo apt remove titan-playerSupported distributions
Good to know
- The .NET runtime is included: nothing else to install
- Playback relies on your distribution's mpv and VLC
- Updates follow your system updates
- Clean removal, no leftovers